mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
"what could possibly go wrong?" says Jakub (finishing 3.0 beta 7)
This commit is contained in:
+36
-35
@@ -1,6 +1,6 @@
|
||||
PROCESSING 3.0b7 (REV 0245) - 22 September 2015
|
||||
|
||||
It's 8:08pm and Jakub and Ben are still holed up at Fathom's studio in Boston.
|
||||
It's 8:57pm and Jakub and Ben are still holed up at Fathom's studio in Boston.
|
||||
Ben is wishing he was Jakub's age, as his wrists, neck, and back all feel
|
||||
like a bag of broken pretzels after several hours/days/weeks/months of coding.
|
||||
A 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."
|
||||
https://github.com/processing/processing/wiki/Tool-Basics
|
||||
|
||||
|
||||
[ bug fixes and improvements ]
|
||||
|
||||
+ Code editor wrongly detects errors for libraries in code folder
|
||||
https://github.com/processing/processing/issues/3732
|
||||
|
||||
+ SVG not highlighting as a keyword
|
||||
https://github.com/processing/processing/issues/3752
|
||||
|
||||
+ Implement retina (2x) versions of all Contribution Manager icons
|
||||
https://github.com/processing/processing/issues/3478
|
||||
|
||||
+ Show hover text when the mouse is over the 'debug' button
|
||||
|
||||
+ Update rollover label for buttons when pressing shift or alt
|
||||
|
||||
+ Replace the coffee cup icon for the Welcome window
|
||||
|
||||
+ ctrl-space first inserts space, then deletes it, with completion
|
||||
https://github.com/processing/processing/issues/3847
|
||||
|
||||
+ Fix the bold text in the welcome window to not use fake bold
|
||||
|
||||
+ UnsatisfiedLinkError on startup "Access is denied" on Windows 10
|
||||
https://github.com/processing/processing/issues/3800
|
||||
|
||||
+ JNA errors on startup when run from an account w/ non-ASCII characters
|
||||
https://github.com/processing/processing/issues/3624
|
||||
|
||||
|
||||
[ error checking and auto-completion fixes ]
|
||||
|
||||
+ Huge rewrite of auto-complete and error checking code
|
||||
https://github.com/processing/processing/issues/3812
|
||||
https://github.com/processing/processing/pull/3845
|
||||
https://github.com/processing/processing/pull/3856
|
||||
|
||||
+ Make preprocessor scope-aware
|
||||
https://github.com/processing/processing/issues/3799
|
||||
https://github.com/processing/processing/pull/3810
|
||||
|
||||
+ Auto-complete broken or stuttering on OS X
|
||||
https://github.com/processing/processing/issues/3812
|
||||
https://github.com/processing/processing/pull/3845
|
||||
|
||||
+ Red error underline is sometimes at wrong location
|
||||
https://github.com/processing/processing/issues/3759
|
||||
https://github.com/processing/processing/pull/3848
|
||||
@@ -60,6 +32,9 @@ code, removes his headphones and grunts, "I think it's working."
|
||||
https://github.com/processing/processing/issues/3739
|
||||
https://github.com/processing/processing/pull/3850
|
||||
|
||||
+ Code editor wrongly detects errors for libraries in code folder
|
||||
https://github.com/processing/processing/issues/3732
|
||||
|
||||
|
||||
[ watcher bug fixes ]
|
||||
|
||||
@@ -76,7 +51,7 @@ code, removes his headphones and grunts, "I think it's working."
|
||||
+ Cleaning up the logic in the watcher
|
||||
|
||||
|
||||
[ manager fixes ]
|
||||
[ contribution manager fixes ]
|
||||
|
||||
+ Contributions Manager UI design
|
||||
https://github.com/processing/processing/issues/3482
|
||||
@@ -132,6 +107,32 @@ code, removes his headphones and grunts, "I think it's working."
|
||||
https://github.com/processing/processing/pull/3842
|
||||
|
||||
|
||||
[ miscellaneous bug fixes ]
|
||||
|
||||
+ JNA errors on startup when run from an account w/ non-ASCII characters
|
||||
https://github.com/processing/processing/issues/3624
|
||||
|
||||
+ UnsatisfiedLinkError on startup "Access is denied" on Windows 10
|
||||
https://github.com/processing/processing/issues/3800
|
||||
|
||||
+ SVG not highlighting as a keyword
|
||||
https://github.com/processing/processing/issues/3752
|
||||
|
||||
+ Implement retina (2x) versions of all Contribution Manager icons
|
||||
https://github.com/processing/processing/issues/3478
|
||||
|
||||
+ Show hover text when the mouse is over the 'debug' button
|
||||
|
||||
+ Update rollover label for buttons when pressing shift or alt
|
||||
|
||||
+ Replace the coffee cup icon for the Welcome window
|
||||
|
||||
+ ctrl-space first inserts space, then deletes it, with completion
|
||||
https://github.com/processing/processing/issues/3847
|
||||
|
||||
+ Fix the bold text in the welcome window to not use fake bold
|
||||
|
||||
|
||||
[ we still care about graphics, too ]
|
||||
|
||||
+ FX2D display is inverted in 3.0b6
|
||||
|
||||
@@ -118,9 +118,10 @@ jakub
|
||||
X Make preprocessor scope-aware
|
||||
X https://github.com/processing/processing/issues/3799
|
||||
X https://github.com/processing/processing/pull/3810
|
||||
X auto-complete timing issues
|
||||
X massive auto-complete/error checker fixes
|
||||
X https://github.com/processing/processing/issues/3812
|
||||
X https://github.com/processing/processing/pull/3845
|
||||
X https://github.com/processing/processing/pull/3856
|
||||
X Red error underline is sometimes at wrong location
|
||||
X https://github.com/processing/processing/issues/3759
|
||||
X https://github.com/processing/processing/pull/3848
|
||||
@@ -147,6 +148,7 @@ _ new Android release (EditorButton constructor changed)
|
||||
|
||||
3.0 final
|
||||
_ https://github.com/processing/processing/milestones/3.0%20final
|
||||
_ clean up statusMessage() inside JavaEditor
|
||||
|
||||
|
||||
gui / James
|
||||
|
||||
Reference in New Issue
Block a user