Skip to content

Commit c8ec0b6

Browse files
committed
notes based on recent notifications
1 parent b661ca7 commit c8ec0b6

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

build/shared/lib/languages/PDE.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ editor.status.type_mismatch = Type mismatch, "%s" does not match with "%s"
373373
editor.status.unused_variable = The value of the local variable "%s" is not used
374374
editor.status.uninitialized_variable = The local variable "%s" may not have been initialized
375375
editor.status.no_effect_assignment = The assignment to variable "%s" has no effect
376-
editor.status.hiding_enclosing_type = The class "%s" cannot have the same name as your sketch or its' enclosing class
376+
editor.status.hiding_enclosing_type = The class "%s" cannot have the same name as your sketch or its enclosing class
377377

378378
# Footer buttons
379379
editor.footer.errors = Errors

todo.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ X https://github.com/processing/processing/pull/4707
44
X https://github.com/processing/processing/issues/4668
55
_ Small tooltip text on high-dpi screens
66
_ https://github.com/processing/processing/issues/4914
7+
_ some line heights are wrong on hidpi
8+
_ https://github.com/processing/processing/issues/4936
79
_ mode list does not update after changing sketchbook folder
810
_ already reported?
911
_ swap font smoothing for tab size?
@@ -17,6 +19,11 @@ X Ugly button images at 125% and 150% scaling on Windows
1719
X https://github.com/processing/processing/issues/4901
1820
X https://github.com/processing/processing/pull/4906
1921

22+
contrib
23+
_ redo console handling to not use Timer, fixing freeze-up problems
24+
_ https://github.com/processing/processing/pull/4935
25+
_ https://github.com/processing/processing/issues/4825
26+
2027
awaiting confirmation (fixed in 3.3)
2128
X visual artifacts on Windows 10 when using menus
2229
_ https://github.com/processing/processing/issues/4700

0 commit comments

Comments
 (0)