mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
todo items and rolling back .classpath
This commit is contained in:
+2
-2
@@ -103,8 +103,8 @@
|
||||
+ Cannot use .gz files in the data or assets folder, because Android wants
|
||||
to compress the files itself.
|
||||
|
||||
+ Use screenW and screenH instead of screen.width and screen.height. Both
|
||||
variables have been added to the desktop version of processing.core,
|
||||
+ Use screenWidth and screenHeight instead of screen.width and screen.height.
|
||||
Both variables have been added to the desktop version of processing.core,
|
||||
where the 'screen' variable has been deprecated.
|
||||
|
||||
+ To use the virtual keyboard, hold down the MENU key on the device. This
|
||||
|
||||
+3
-5
@@ -1,5 +1,8 @@
|
||||
0179
|
||||
X screenWidth/Height instead of screenW/H
|
||||
X errors that happen inside events (e.g. keys) not highlighting lines
|
||||
X useful stack trace information not coming through.. why?
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=1384
|
||||
|
||||
previous
|
||||
X don't require JDK installation and PATH setting
|
||||
@@ -81,11 +84,6 @@ P5 _ http://dev.processing.org/bugs/show_bug.cgi?id=1492
|
||||
|
||||
TOOLS
|
||||
|
||||
// jdf maybedone
|
||||
P1 _ errors that happen inside events (e.g. keys) not highlighting lines
|
||||
P1 _ useful stack trace information not coming through.. why?
|
||||
P1 _ http://dev.processing.org/bugs/show_bug.cgi?id=1384
|
||||
|
||||
// jdf maybedone
|
||||
_ only send error text to System.err (i.e. "Launching emulator" is not an error)
|
||||
_ send these debug log messages to System.out
|
||||
|
||||
+1
-1
@@ -1,6 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry excluding="processing/app/tools/format/" kind="src" path="src"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry combineaccessrules="false" kind="src" path="/processing-core"/>
|
||||
<classpathentry combineaccessrules="false" kind="src" path="/processing-dxf"/>
|
||||
<classpathentry combineaccessrules="false" kind="src" path="/processing-net"/>
|
||||
@@ -18,6 +19,5 @@
|
||||
<classpathentry exported="true" kind="lib" path="lib/ant.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/ant-launcher.jar"/>
|
||||
<classpathentry kind="lib" path="lib/apple.jar"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/Java 5"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
0179 pde
|
||||
X another fix for CDATA section in applet.html for exported applets
|
||||
X updated about.jpg
|
||||
|
||||
_ new examples.zip (write build.xml file for it)
|
||||
_ finish build instructions for 1.1
|
||||
_ pdf library is broken
|
||||
_ bring back old-style textAscent()
|
||||
_ pdf library - warn about the black boxes
|
||||
_ or figure out how to get alpha text to work
|
||||
|
||||
_ simple prefs implementation to set key/value pairs in a table
|
||||
_ the .macosx, .linux, etc prefs should be stripped
|
||||
|
||||
Reference in New Issue
Block a user