Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6acabc4

Browse filesBrowse files
committed
"what could possibly go wrong?" says Jakub (finishing 3.0 beta 7)
1 parent 0df3f7a commit 6acabc4
Copy full SHA for 6acabc4

File tree

Expand file treeCollapse file tree

2 files changed

+39
-36
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+39
-36
lines changed
Open diff view settings
Collapse file

‎build/shared/revisions.txt‎

Copy file name to clipboardExpand all lines: build/shared/revisions.txt
+36-35Lines changed: 36 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PROCESSING 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.
44
Ben is wishing he was Jakub's age, as his wrists, neck, and back all feel
55
like a bag of broken pretzels after several hours/days/weeks/months of coding.
66
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."
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
Collapse file

‎todo.txt‎

Copy file name to clipboardExpand all lines: todo.txt
+3-1Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,10 @@ jakub
118118
X Make preprocessor scope-aware
119119
X https://github.com/processing/processing/issues/3799
120120
X https://github.com/processing/processing/pull/3810
121-
X auto-complete timing issues
121+
X massive auto-complete/error checker fixes
122122
X https://github.com/processing/processing/issues/3812
123123
X https://github.com/processing/processing/pull/3845
124+
X https://github.com/processing/processing/pull/3856
124125
X Red error underline is sometimes at wrong location
125126
X https://github.com/processing/processing/issues/3759
126127
X https://github.com/processing/processing/pull/3848
@@ -147,6 +148,7 @@ _ new Android release (EditorButton constructor changed)
147148

148149
3.0 final
149150
_ https://github.com/processing/processing/milestones/3.0%20final
151+
_ clean up statusMessage() inside JavaEditor
150152

151153

152154
gui / James

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.