Implement TextEditor #645
Annotations
10 warnings
swift-lint:
Sources/Gtk3/Utility/GValueRepresentable.swift#L10
Todo Violation: TODOs should be resolved (Implement property wrapper to ...) (todo)
|
swift-lint:
Sources/Gtk3/Utility/GObjectProperty.swift#L7
Unused Setter Value Violation: Setter value is not used (unused_setter_value)
|
swift-lint:
Sources/Gtk3/Generated/Entry.swift#L75
Type Body Length Violation: Type body should span 400 lines or less excluding comments and whitespace: currently spans 743 lines (type_body_length)
|
swift-lint:
Sources/Gtk3/Generated/Label.swift#L38
Line Length Violation: Line should be 140 characters or less; currently it has 201 characters (line_length)
|
swift-lint:
Sources/Gtk3/Generated/CellLayout.swift#L41
Line Length Violation: Line should be 140 characters or less; currently it has 231 characters (line_length)
|
swift-lint:
Sources/Gtk3/Generated/CellLayout.swift#L30
Line Length Violation: Line should be 140 characters or less; currently it has 179 characters (line_length)
|
swift-lint:
Sources/Gtk3/Widgets/Dialog.swift#L106
Line Length Violation: Line should be 140 characters or less; currently it has 370 characters (line_length)
|
swift-lint:
Sources/Gtk3/Widgets/Window.swift#L41
Todo Violation: TODOs should be resolved (The default size is the curren...) (todo)
|
swift-lint:
Sources/Gtk3/Widgets/TextView.swift#L30
Type Body Length Violation: Type body should span 400 lines or less excluding comments and whitespace: currently spans 425 lines (type_body_length)
|
swift-lint:
Sources/Gtk3/Widgets/ScrolledWindow.swift#L8
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
|