@@ -12,6 +12,9 @@ _ Fix OS X menu to be the same order as the other File menu
1212_ remove toolbar menu references and code to rebuild
1313
1414gsoc
15+ X remove dependency on oscp5 library for tweak mode
16+ _ https://github.com/processing/processing/issues/2730
17+ X https://github.com/processing/processing/pull/2808
1518X fixes for mode/tool installation
1619X https://github.com/processing/processing/pull/2705
1720X fix mode updating to work properly
@@ -30,8 +33,32 @@ X Code completion: Hide overloaded methods unless inside parentheses
3033X https://github.com/processing/processing/issues/2755
3134X Close auto-completion suggestion box when deleting/backspacing code
3235X https://github.com/processing/processing/issues/2757
33- _ remove dependency on oscp5 library for tweak mode
34- _ https://github.com/processing/processing/issues/2730
36+ X error checking too aggressive in the current alpha
37+ X https://github.com/processing/processing/issues/2677
38+ X if 'void' left out before loop or setup, cryptic message about
39+ X 'constructor loop must be named Temporary_23498_2343'
40+ X add a better handler for this specific thing?
41+ X http://code.google.com/p/processing/issues/detail?id=8
42+ X https://github.com/processing/processing/issues/47
43+ X Improve how the Contributions Manager handles no internet connection
44+ X https://github.com/processing/processing/pull/2800
45+ X Added examples-package as a new contribution type
46+ X https://github.com/processing/processing/pull/2795
47+ X https://github.com/processing/processing/issues/2444
48+ X https://github.com/processing/processing/issues/2582
49+ X Contributions Managers now show specific titles
50+ X https://github.com/processing/processing/pull/2777
51+ X Add rank (starred / recommended) to contributions manager items
52+ X https://github.com/processing/processing/issues/2580
53+ o Improve detection and handling of missing semicolons
54+ o http://code.google.com/p/processing/issues/detail?id=136
55+ X should be fixed with PDE X (closed by Dan
56+ X https://github.com/processing/processing/issues/175
57+ X missing brackets, unmatched brackets
58+ X examples added to the bug report
59+ X http://code.google.com/p/processing/issues/detail?id=6
60+ X closed by Shiffman, working better now
61+ X https://github.com/processing/processing/issues/45
3562
3663pulls
3764X Add polling to detect file system changes
@@ -82,9 +109,11 @@ X https://github.com/processing/processing/issues/1855
82109X https://github.com/processing/processing/issues/1816
83110X Fix unneeded scroll bar display in code completion suggestion box
84111X https://github.com/processing/processing/pull/2763
85-
86- _ PDE erroneously detects changes in non-sketch files
87- _ https://github.com/processing/processing/issues/2759
112+ X PDE erroneously detects changes in non-sketch files
113+ X https://github.com/processing/processing/pull/2794
114+ X https://github.com/processing/processing/issues/2759
115+ X Catch MissingResourceException when language key is missing
116+ X https://github.com/processing/processing/pull/2780
88117
89118languages
90119X Japanese https://github.com/processing/processing/pull/2688
@@ -396,10 +425,6 @@ _ http://www.javalobby.org/java/forums/t19012.html
396425
397426PDE / Compiler & Preprocessor
398427
399- need examples
400- _ Improve detection and handling of missing semicolons
401- _ http://code.google.com/p/processing/issues/detail?id=136
402-
403428medium (bugs/features)
404429_ modify build to insert these after antlr run:
405430_ @SuppressWarnings({"unused", "cast"})
@@ -413,9 +438,6 @@ _ e.g. no setup()/draw() block
413438_ don't allow "for (blah; blah; blah) ;"
414439_ or if (blah blah blah) ;
415440_ it's never useful. students can use { } if they want an empty block
416- _ missing brackets, unmatched brackets
417- _ examples added to the bug report
418- _ http://code.google.com/p/processing/issues/detail?id=6
419441
420442low (features)
421443_ copy running code from /tmp/buildXXxxx on crash of p5
@@ -444,10 +466,6 @@ _ http://code.google.com/p/processing/issues/detail?id=494
444466low (better error messages)
445467_ single line of code with no semicolon dies with "unexpected token: null"
446468_ http://code.google.com/p/processing/issues/detail?id=1312
447- _ if 'void' left out before loop or setup, cryptic message about
448- _ 'constructor loop must be named Temporary_23498_2343'
449- _ add a better handler for this specific thing?
450- _ http://code.google.com/p/processing/issues/detail?id=8
451469
452470
453471PDE / Editor
0 commit comments