@@ -18,6 +18,10 @@ X rewrite Util.listFiles() because it wasn't working properly
1818X add 2016 to about-1x and about-2x
1919o saying "no" to save changes is the same as "cancel" on windows?
2020X can't reproduce
21+ X add printStackTrace() method that can be overridden
22+ X https://github.com/processing/processing/issues/222
23+ _ update launch4j to 3.9
24+ _ https://sourceforge.net/projects/launch4j/files/launch4j-3/3.9/
2125
2226mode work
2327X add template support for Modes
@@ -38,9 +42,20 @@ _ write short docs
3842_ https://github.com/processing/processing/issues/4306
3943_ https://github.com/processing/processing/issues/4352
4044
45+ earlier
46+ X display "1" is not correct in 2.1.2
47+ X https://github.com/processing/processing/issues/2502
48+
49+
50+ _ editor windows always open on display 1
51+ _ https://github.com/processing/processing/issues/1566
52+
4153_ allow modes to specify their own base file name
4254_ need to move "is this a sketch?" handling into Mode
4355
56+ _ blank window on startup where the "welcome" screen should be
57+ _ https://github.com/processing/processing/issues/3933
58+
4459_ modify line number color when no lines extend that far?
4560_ https://github.com/processing/processing/pull/4560
4661_ text gutter doesn't seem to be hidpi
@@ -87,10 +102,10 @@ _ https://github.com/processing/processing/issues/3965
87102medium
88103_ detect changes in case with libraries
89104_ https://github.com/processing/processing/issues/4507
90-
91- lower
92105_ make when opening new editor window, open on the same display as current
93106_ https://github.com/processing/processing/issues/4526
107+ _ hidpi scaling via font changes?
108+ _ http://stackoverflow.com/a/34152675
94109_ hi-dpi support on Linux
95110_ https://github.com/processing/processing/issues/4183
96111_ PDE and sketches are 2x smaller on high-res Windows machines
@@ -288,8 +303,6 @@ _ when run from Eclipse, the single instance thing punts
288303_ 'recent' menu needs to recognize the p5 app folder
289304_ also should recognize the user's home dir
290305_ possibility of libraries folder inside a particular sketch?
291- _ display "1" is not correct in 2.1.2
292- _ https://github.com/processing/processing/issues/2502
293306_ add font fixes to the rest of the API
294307_ https://github.com/processing/processing/commit/eaff673d173b2d27f276cf5c59e3abf6c0fab86b
295308_ g2.setRenderingHint(RenderingHints.KEY_FRACTIONALMETRICS,
0 commit comments