11PROCESSING 3.0b7 (REV 0245) - 22 September 2015
22
3- It's 8:08pm and Jakub and Ben are still holed up at Fathom's studio in Boston.
3+ It's 8:57pm and Jakub and Ben are still holed up at Fathom's studio in Boston.
44Ben is wishing he was Jakub's age, as his wrists, neck, and back all feel
55like a bag of broken pretzels after several hours/days/weeks/months of coding.
66A bleary-eyed Jakub emerges from deep inside the error checker and completion
@@ -13,45 +13,17 @@ code, removes his headphones and grunts, "I think it's working."
1313 https://github.com/processing/processing/wiki/Tool-Basics
1414
1515
16- [ bug fixes and improvements ]
17-
18- + Code editor wrongly detects errors for libraries in code folder
19- https://github.com/processing/processing/issues/3732
20-
21- + SVG not highlighting as a keyword
22- https://github.com/processing/processing/issues/3752
23-
24- + Implement retina (2x) versions of all Contribution Manager icons
25- https://github.com/processing/processing/issues/3478
26-
27- + Show hover text when the mouse is over the 'debug' button
28-
29- + Update rollover label for buttons when pressing shift or alt
30-
31- + Replace the coffee cup icon for the Welcome window
32-
33- + ctrl-space first inserts space, then deletes it, with completion
34- https://github.com/processing/processing/issues/3847
35-
36- + Fix the bold text in the welcome window to not use fake bold
37-
38- + UnsatisfiedLinkError on startup "Access is denied" on Windows 10
39- https://github.com/processing/processing/issues/3800
40-
41- + JNA errors on startup when run from an account w/ non-ASCII characters
42- https://github.com/processing/processing/issues/3624
43-
44-
4516[ error checking and auto-completion fixes ]
4617
18+ + Huge rewrite of auto-complete and error checking code
19+ https://github.com/processing/processing/issues/3812
20+ https://github.com/processing/processing/pull/3845
21+ https://github.com/processing/processing/pull/3856
22+
4723+ Make preprocessor scope-aware
4824 https://github.com/processing/processing/issues/3799
4925 https://github.com/processing/processing/pull/3810
5026
51- + Auto-complete broken or stuttering on OS X
52- https://github.com/processing/processing/issues/3812
53- https://github.com/processing/processing/pull/3845
54-
5527+ Red error underline is sometimes at wrong location
5628 https://github.com/processing/processing/issues/3759
5729 https://github.com/processing/processing/pull/3848
@@ -60,6 +32,9 @@ code, removes his headphones and grunts, "I think it's working."
6032 https://github.com/processing/processing/issues/3739
6133 https://github.com/processing/processing/pull/3850
6234
35+ + Code editor wrongly detects errors for libraries in code folder
36+ https://github.com/processing/processing/issues/3732
37+
6338
6439[ watcher bug fixes ]
6540
@@ -76,7 +51,7 @@ code, removes his headphones and grunts, "I think it's working."
7651+ Cleaning up the logic in the watcher
7752
7853
79- [ manager fixes ]
54+ [ contribution manager fixes ]
8055
8156+ Contributions Manager UI design
8257 https://github.com/processing/processing/issues/3482
@@ -132,6 +107,32 @@ code, removes his headphones and grunts, "I think it's working."
132107 https://github.com/processing/processing/pull/3842
133108
134109
110+ [ miscellaneous bug fixes ]
111+
112+ + JNA errors on startup when run from an account w/ non-ASCII characters
113+ https://github.com/processing/processing/issues/3624
114+
115+ + UnsatisfiedLinkError on startup "Access is denied" on Windows 10
116+ https://github.com/processing/processing/issues/3800
117+
118+ + SVG not highlighting as a keyword
119+ https://github.com/processing/processing/issues/3752
120+
121+ + Implement retina (2x) versions of all Contribution Manager icons
122+ https://github.com/processing/processing/issues/3478
123+
124+ + Show hover text when the mouse is over the 'debug' button
125+
126+ + Update rollover label for buttons when pressing shift or alt
127+
128+ + Replace the coffee cup icon for the Welcome window
129+
130+ + ctrl-space first inserts space, then deletes it, with completion
131+ https://github.com/processing/processing/issues/3847
132+
133+ + Fix the bold text in the welcome window to not use fake bold
134+
135+
135136[ we still care about graphics, too ]
136137
137138+ FX2D display is inverted in 3.0b6
0 commit comments