Skip to content

Commit 79bdbec

Browse files
committed
todo items and rolling back .classpath
1 parent 4afba6e commit 79bdbec

4 files changed

Lines changed: 15 additions & 9 deletions

File tree

android/about.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@
103103
+ Cannot use .gz files in the data or assets folder, because Android wants
104104
to compress the files itself.
105105

106-
+ Use screenW and screenH instead of screen.width and screen.height. Both
107-
variables have been added to the desktop version of processing.core,
106+
+ Use screenWidth and screenHeight instead of screen.width and screen.height.
107+
Both variables have been added to the desktop version of processing.core,
108108
where the 'screen' variable has been deprecated.
109109

110110
+ To use the virtual keyboard, hold down the MENU key on the device. This

android/todo.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
0179
22
X screenWidth/Height instead of screenW/H
3+
X errors that happen inside events (e.g. keys) not highlighting lines
4+
X useful stack trace information not coming through.. why?
5+
X http://dev.processing.org/bugs/show_bug.cgi?id=1384
36

47
previous
58
X don't require JDK installation and PATH setting
@@ -81,11 +84,6 @@ P5 _ http://dev.processing.org/bugs/show_bug.cgi?id=1492
8184

8285
TOOLS
8386

84-
// jdf maybedone
85-
P1 _ errors that happen inside events (e.g. keys) not highlighting lines
86-
P1 _ useful stack trace information not coming through.. why?
87-
P1 _ http://dev.processing.org/bugs/show_bug.cgi?id=1384
88-
8987
// jdf maybedone
9088
_ only send error text to System.err (i.e. "Launching emulator" is not an error)
9189
_ send these debug log messages to System.out

app/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
33
<classpathentry excluding="processing/app/tools/format/" kind="src" path="src"/>
4+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
45
<classpathentry combineaccessrules="false" kind="src" path="/processing-core"/>
56
<classpathentry combineaccessrules="false" kind="src" path="/processing-dxf"/>
67
<classpathentry combineaccessrules="false" kind="src" path="/processing-net"/>
@@ -18,6 +19,5 @@
1819
<classpathentry exported="true" kind="lib" path="lib/ant.jar"/>
1920
<classpathentry exported="true" kind="lib" path="lib/ant-launcher.jar"/>
2021
<classpathentry kind="lib" path="lib/apple.jar"/>
21-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/Java 5"/>
2222
<classpathentry kind="output" path="bin"/>
2323
</classpath>

todo.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
0179 pde
2-
2+
X another fix for CDATA section in applet.html for exported applets
3+
X updated about.jpg
4+
5+
_ new examples.zip (write build.xml file for it)
6+
_ finish build instructions for 1.1
7+
_ pdf library is broken
8+
_ bring back old-style textAscent()
9+
_ pdf library - warn about the black boxes
10+
_ or figure out how to get alpha text to work
311

412
_ simple prefs implementation to set key/value pairs in a table
513
_ the .macosx, .linux, etc prefs should be stripped

0 commit comments

Comments
 (0)