|
1 | 1 | 0138 pde |
2 | 2 | X importing a library results in "expecting EOF, found ..." error |
3 | 3 | X http://dev.processing.org/bugs/show_bug.cgi?id=788 |
4 | | - |
5 | | -_ run only works with primary window in 0136, 0137 |
6 | | -_ http://dev.processing.org/bugs/show_bug.cgi?id=784 |
| 4 | +X remove console variable from preferences.txt |
| 5 | +X run only works with primary window in 0136, 0137 |
| 6 | +X http://dev.processing.org/bugs/show_bug.cgi?id=784 |
| 7 | +X throwing a stackoverflowexception because the console is broken |
7 | 8 |
|
8 | 9 | _ slow response on file, sketchbook, and examples menus |
9 | 10 | _ http://dev.processing.org/bugs/show_bug.cgi?id=786 |
10 | 11 | _ could be all the listeners? |
| 12 | +_ actually it's prolly just the insertMenu() garbage |
| 13 | +_ need to have a better way of dealing with this |
11 | 14 |
|
12 | 15 | _ sometimes not launching |
13 | 16 | _ (in particular while cpu load is a little higher on g5?) |
14 | 17 | _ http://dev.processing.org/bugs/show_bug.cgi?id=775 |
15 | 18 | _ this may just be a macosx (ppc?) bug |
16 | | -_ seems on some machines to just never launch at all |
17 | | -_ only happens with windows that aren't the original/main window |
18 | 19 |
|
19 | 20 | _ since adding tools.jar, jikes can be removed |
20 | 21 |
|
| 22 | +_ implement windows registry lookups via reflection |
| 23 | +_ http://dev.processing.org/bugs/show_bug.cgi?id=723 |
| 24 | +_ or move to jna for registry? |
| 25 | +_ https://jna.dev.java.net/source/browse/jna/trunk/jnalib/contrib/ntservice/src/jnacontrib/win32/Registry.java?rev=293&view=markup |
| 26 | + |
21 | 27 | _ two-tiered dialogs for everything - use big font/little font style throughout |
22 | 28 |
|
23 | 29 | _ disallow .java tabs with same name as the sketch |
@@ -90,6 +96,8 @@ _ some docs missing (therefore not syntax highlighting) |
90 | 96 | _ http://dev.processing.org/bugs/show_bug.cgi?id=661 |
91 | 97 | _ constants that are not highlighting (WINDOWS the only one?) |
92 | 98 | _ http://dev.processing.org/bugs/show_bug.cgi?id=662 |
| 99 | +_ consoleXxxx and untitledXxxx folders in /tmp |
| 100 | +_ console may be useful for debugging |
93 | 101 |
|
94 | 102 | _ make editor nicer |
95 | 103 | _ tab on selection indents whole block |
@@ -123,11 +131,6 @@ _ pdf not rendering unicode (though it renders to screen) |
123 | 131 | _ try updating to newer itext |
124 | 132 | _ http://dev.processing.org/bugs/show_bug.cgi?id=727 |
125 | 133 |
|
126 | | -_ implement windows registry lookups via reflection |
127 | | -_ http://dev.processing.org/bugs/show_bug.cgi?id=723 |
128 | | -_ or move to jna for registry? |
129 | | -_ https://jna.dev.java.net/source/browse/jna/trunk/jnalib/contrib/ntservice/src/jnacontrib/win32/Registry.java?rev=293&view=markup |
130 | | - |
131 | 134 | _ look into workshop bugs |
132 | 135 | _ too many NPEs on loadimage may freeze the app |
133 | 136 | _ hopefully this should be fixed with 0136 changes |
|
0 commit comments