Skip to content

Commit 1ead7a4

Browse files
committed
implement line numbers per the new design
1 parent 49167c7 commit 1ead7a4

File tree

6 files changed

+186
-134
lines changed

6 files changed

+186
-134
lines changed

build/shared/lib/theme.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,6 @@ editor.eolmarkers.color = #999999
102102
# bracket/brace highlighting
103103
editor.brackethighlight = true
104104
editor.brackethighlight.color = #006699
105+
106+
editor.gutter.text.font = processing.sans,plain,11
107+
editor.gutter.text.color = #657d87

core/todo.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,13 @@ X https://github.com/processing/processing/issues/3110
1313
X loadXxxx() methods will truly follow redirects (including http -> https)
1414
X https://github.com/processing/processing-docs/issues/218
1515

16+
showstoppers
17+
_ static mode - no setup() / draw() - broken in Java2D
18+
_ https://github.com/processing/processing/issues/3130
1619
_ noSmooth() and other settings reset after setup()
1720
_ https://github.com/processing/processing/issues/3113
21+
_ static mode - no setup() / draw() - broken in OpenGL
22+
_ https://github.com/processing/processing/issues/3163
1823

1924
head
2025
X Sketch window dimensions off in Java2D
@@ -25,10 +30,6 @@ X https://github.com/processing/processing/issues/3092
2530
X Video library is incompatible with 0233
2631
X https://github.com/processing/processing/issues/3114
2732

28-
showstoppers
29-
_ static mode - no setup() / draw() - broken
30-
_ https://github.com/processing/processing/issues/3130
31-
3233
earlier
3334
X size(640,360 , P3D) doesn't work properly
3435
X https://github.com/processing/processing/issues/2924

0 commit comments

Comments
 (0)