Skip to content

Commit 4d809b9

Browse files
committed
work on builds from eclipse
1 parent cc364aa commit 4d809b9

7 files changed

Lines changed: 311 additions & 273 deletions

File tree

app/.classpath

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry excluding="processing/app/tools/format/" kind="src" path="src"/>
4+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
5+
<classpathentry combineaccessrules="false" kind="src" path="/candy"/>
6+
<classpathentry combineaccessrules="false" kind="src" path="/core"/>
7+
<classpathentry combineaccessrules="false" kind="src" path="/dxf"/>
8+
<classpathentry combineaccessrules="false" kind="src" path="/net"/>
9+
<classpathentry combineaccessrules="false" kind="src" path="/opengl"/>
10+
<classpathentry combineaccessrules="false" kind="src" path="/pdf"/>
11+
<classpathentry combineaccessrules="false" kind="src" path="/serial"/>
12+
<classpathentry combineaccessrules="false" kind="src" path="/video"/>
13+
<classpathentry combineaccessrules="false" kind="src" path="/xml"/>
14+
<classpathentry kind="lib" path="lib/antlr.jar"/>
15+
<classpathentry kind="lib" path="lib/apple.jar"/>
16+
<classpathentry kind="lib" path="lib/registry.jar"/>
17+
<classpathentry kind="output" path="bin"/>
18+
</classpath>

app/.project

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>processing</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.jdt.core.javanature</nature>
16+
</natures>
17+
</projectDescription>

app/lib/antlr.jar

433 KB
Binary file not shown.

app/lib/apple.jar

4.09 KB
Binary file not shown.

app/lib/registry.jar

25.8 KB
Binary file not shown.

core/.settings/org.eclipse.jdt.core.prefs

Lines changed: 263 additions & 263 deletions
Large diffs are not rendered by default.

todo.txt

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,29 @@
11
0138 pde
22
X importing a library results in "expecting EOF, found ..." error
33
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
78

89
_ slow response on file, sketchbook, and examples menus
910
_ http://dev.processing.org/bugs/show_bug.cgi?id=786
1011
_ 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
1114

1215
_ sometimes not launching
1316
_ (in particular while cpu load is a little higher on g5?)
1417
_ http://dev.processing.org/bugs/show_bug.cgi?id=775
1518
_ 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
1819

1920
_ since adding tools.jar, jikes can be removed
2021

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+
2127
_ two-tiered dialogs for everything - use big font/little font style throughout
2228

2329
_ disallow .java tabs with same name as the sketch
@@ -90,6 +96,8 @@ _ some docs missing (therefore not syntax highlighting)
9096
_ http://dev.processing.org/bugs/show_bug.cgi?id=661
9197
_ constants that are not highlighting (WINDOWS the only one?)
9298
_ http://dev.processing.org/bugs/show_bug.cgi?id=662
99+
_ consoleXxxx and untitledXxxx folders in /tmp
100+
_ console may be useful for debugging
93101

94102
_ make editor nicer
95103
_ tab on selection indents whole block
@@ -123,11 +131,6 @@ _ pdf not rendering unicode (though it renders to screen)
123131
_ try updating to newer itext
124132
_ http://dev.processing.org/bugs/show_bug.cgi?id=727
125133

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-
131134
_ look into workshop bugs
132135
_ too many NPEs on loadimage may freeze the app
133136
_ hopefully this should be fixed with 0136 changes

0 commit comments

Comments
 (0)