@@ -41,6 +41,18 @@ X QuickReference tool was able to bring down the environment
4141X https://github.com/processing/processing/issues/2229
4242X save the previous open dialog so that we return to the directory
4343X https://github.com/processing/processing/pull/2366
44+ X "if-else" block formatting doesn't follow Processing conventions
45+ X https://github.com/processing/processing/issues/364
46+ X https://github.com/processing/processing/pull/2477
47+ X tab characters not recognized/drawn in the editor (2.1)
48+ X https://github.com/processing/processing/issues/2180
49+ X https://github.com/processing/processing/issues/2183
50+ o udp library has tabs in the text
51+ X decision to be made on nextTabStop() inside TextAreaPainter
52+ X Chinese text is overlapped in Processing 2.1 editor
53+ X https://github.com/processing/processing/issues/2173
54+ X https://github.com/processing/processing/pull/2318
55+ X https://github.com/processing/processing/pull/2323
4456
4557earlier (2.1.2)
4658X added get/set methods for status lines (Manindra)
@@ -49,7 +61,6 @@ X https://github.com/processing/processing/pull/2433
4961X allow non-pde file extensions (JDF)
5062X https://github.com/processing/processing/issues/2420
5163
52-
5364export
5465X incorporate new launch4j 3.4
5566X http://sourceforge.net/projects/launch4j/files/launch4j-3/3.4/
@@ -69,21 +80,9 @@ _ OS X applications can only be exported from OS X
6980_ embed Java only works for the current platform
7081
7182
72- high
73- _ tab characters not recognized/drawn in the editor (2.1)
74- _ https://github.com/processing/processing/issues/2180
75- _ https://github.com/processing/processing/issues/2183
76- _ udp library has tabs in the text
77- _ decision to be made on nextTabStop() inside TextAreaPainter
78- _ Chinese text is overlapped in Processing 2.1 editor
79- _ https://github.com/processing/processing/issues/2173
80- _ https://github.com/processing/processing/pull/2318
81- _ https://github.com/processing/processing/pull/2323
83+ medium
8284_ check on why 2x core.jar inside the Java folder
8385_ maybe OS X Java can't look in subfolders? (just auto-adds things)
84-
85-
86- medium
8786_ display "1" is not correct in 2.1.2
8887_ https://github.com/processing/processing/issues/2502
8988_ re/move things from Google Code downloads
@@ -808,6 +807,13 @@ _ need to unpack InvocationTargetException in xxxxxxEvent calls
808807_ http://processing.org/discourse/yabb_beta/YaBB.cgi?board=VideoCamera;action=display;num=1116850328#3
809808
810809
810+ LIBRARIES / Net
811+
812+ _ modernize Client/Server code to use synchronized lists
813+ _ do we let people use the public vars in Server and Client?
814+ _ are they documented?
815+
816+
811817
812818////////////////////////////////////////////////////////////////////
813819////////////////////////////////////////////////////////////////////
0 commit comments