File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed
Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ public StringDict(BufferedReader reader) {
6363 if (pieces .length == 2 ) {
6464 keys [count ] = pieces [0 ];
6565 values [count ] = pieces [1 ];
66+ indices .put (keys [count ], count );
6667 count ++;
6768 }
6869 }
Original file line number Diff line number Diff line change 110225 core
2+ X bug with StringDict(Reader) that wasn't setting the indices hashmap
3+ _ check this with other versions of this class
24
35
46_ add print() method to other data types (not just IntList)
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ _ udp library has tabs in the text
1515_ decision to be made on nextTabStop() inside TextAreaPainter
1616_ Chinese text is overlapped in Processing 2.1 editor
1717_ https://github.com/processing/processing/issues/2173
18+ _ https://github.com/processing/processing/pull/2318
19+ _ https://github.com/processing/processing/pull/2323
1820_ check on why 2x core.jar inside the Java folder
1921_ maybe OS X Java can't look in subfolders? (just auto-adds things)
2022
You can’t perform that action at this time.
0 commit comments