Skip to content

Commit 239710e

Browse files
committed
misc notes
1 parent 2ad8da3 commit 239710e

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

core/todo.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
0232 core (3.0a5)
22

33

4+
pulls
5+
X Fix check in loadShader()
6+
X https://github.com/processing/processing/pull/2867
7+
X Refined PShader uniform missing message fixes
8+
X https://github.com/processing/processing/pull/2869
9+
10+
11+
andres
12+
A Confusing message: The shader doesn't have a uniform called "foo"
13+
A https://github.com/processing/processing/issues/2593
14+
15+
416
applet/component
517
_ remove Applet as base class
618
_ performance issues on OS X (might be threading due to Applet)

todo.txt

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,17 @@
22
X 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+
59
pulls
10+
X Cmd + H runs sketch instead of hiding the PDE (OS X)
11+
X https://github.com/processing/processing/issues/2881
612
X Migrate to unsynchronized data structures
713
X 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

1624
high
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

Comments
 (0)