22X remove debug message printed to the console when the ctrl key is down in PDE X
33
44
5+ python has to use launch() instead of open()
6+ map() is bad for Python (and JavaScript?)
7+
8+
59pulls
10+ X Cmd + H runs sketch instead of hiding the PDE (OS X)
11+ X https://github.com/processing/processing/issues/2881
612X Migrate to unsynchronized data structures
713X https://github.com/processing/processing/pull/2863
14+ X improve contrib manager localization
15+ X https://github.com/processing/processing/pull/2870
816_ Add support for localizing contributions
917_ https://github.com/processing/processing/pull/2833
1018_ Fix renaming from RGB to Rgb.java and others
@@ -14,6 +22,7 @@ _ https://github.com/processing/processing/pull/2382
1422
1523
1624high
25+ _ dist needs to do a git pull on processing-docs
1726_ "Your sketch has been modified externally" appear without reason
1827_ https://github.com/processing/processing/issues/2852
1928_ export application ubuntu -> windows not working (2.2.1)
@@ -333,8 +342,7 @@ _ make them final? just improve the error messages?
333342_ http://code.google.com/p/processing/issues/detail?id=1020
334343_ https://github.com/processing/processing/issues/1058
335344_ Processing chokes if a sketch defines a class with same name as the sketch
336- _ http://code.google.com/p/processing/issues/detail?id=157
337- _ http://code.google.com/p/processing/issues/detail?id=168
345+ _ https://github.com/processing/processing/issues/196
338346_ don't allow goofy case versions of reserved words
339347_ keypressed should maybe throw an error
340348_ http://code.google.com/p/processing/issues/detail?id=5
@@ -467,7 +475,7 @@ _ maybe even pull these directly from the zip file?
467475_ load examples from zip files
468476_ http://code.google.com/p/processing/issues/detail?id=143
469477_ don't make examples read-only
470- _ just do them from psk files
478+ _ just do them from psk filess
471479_ disallow add file to sketch, export, export application
472480_ pretty much anything inside the sketch?
473481_ but don't do this with untitled, cuz it kinda stinks
0 commit comments