mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 17:40:48 +01:00
671 lines
31 KiB
Plaintext
671 lines
31 KiB
Plaintext
0088 pde
|
|
X fix a problem with Runner.message() getting exceptions
|
|
X if digits to end of text, was crashing (new digit check code)
|
|
X if codeCount > 1 externalRuntime = true, Sketch.java line 272
|
|
X nah, just sticking with that, runs better
|
|
X rev 87 on linux included a version of jikes built on redhat 7.3
|
|
X check to make sure this still works on the fc3 box
|
|
X stick with the rh73/fc3 build, include instructions on the site
|
|
_ try test run, if it closes w/ an error, then show error
|
|
X exceptions in other tabs not comunig through
|
|
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1115415184;start=0
|
|
X renaming a .java file only shows the name w/o .java
|
|
X which makes you rename the file to a .pde instead
|
|
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Collaboration;action=display;num=1115122925;start=3
|
|
X archive sketch not saving the entire sketch?
|
|
X make the sketch save first
|
|
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1115187666;start=0
|
|
X is it the run() exception handler that's leaving off the CRLFs?
|
|
o or is it that it needs to be \r\n not just \n?
|
|
X nope, it was Runner.message();
|
|
X set applet.frame on runner, so ppl can mess with the frame itself
|
|
X make beautify plugin "Auto Format"
|
|
X //for (int i = 0; i < 10; i++) {
|
|
X } catch (IOException e) { }
|
|
o http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1086555381
|
|
X need to ignore comments.. but not those inside quotes.. oog
|
|
o http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1067309918;start=0
|
|
X ignores colons for case statements
|
|
X need to tie this to the parser instead
|
|
X info about getting started with building processing
|
|
X also re: what about eclipse? what about antlr?
|
|
X run-expert.bat wasn't working properly
|
|
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1115469263;start=0
|
|
|
|
_ runtime exceptions have stopped coming through (on pc only?)
|
|
_ test with florian example for the exception stuff
|
|
_ that they don't show up in the error bar
|
|
_ make sure this is no longer the case
|
|
|
|
_ error messages from external not coming through very well
|
|
_ especially on macosx.. is it writing to stdout.txt tho?
|
|
_ figure out why it's killing things early? the process maybe?
|
|
_ http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1114520230;start=5
|
|
|
|
casey working on...
|
|
_ export css problem
|
|
_ http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1115061823;start=0
|
|
_ customizing ugly coffee cup startup crap
|
|
_ http://java.sun.com/j2se/1.4.2/docs/guide/plugin/developer_guide/special_attributes.html
|
|
_ http://java.sun.com/j2se/1.5.0/docs/guide/plugin/developer_guide/special_attributes.html
|
|
|
|
fixed in previous releases
|
|
X why is gl being added on export, no matter what? or is it?
|
|
X applet folder not really being emptied on export
|
|
X so old libs will just perpetuate themselves
|
|
X moving an external window around a lot will halt the parent
|
|
X does move even need to be called? could just wait till stop?
|
|
X PdeMessageSiphon has problems with message()
|
|
X external apps also seem to not do newlines properly on exceptions
|
|
o odd error in System.err stream coming from running external
|
|
o dies after a while or goes weird
|
|
o make sure exceptions with .class work
|
|
o openStream returning 'null' really horked up the letters applet
|
|
o no System.out was coming through
|
|
o System.err was getting cut off before finishing
|
|
o no transformations before background() is called
|
|
o implementation specific, may cause trouble
|
|
o must call depth() for 3D applications
|
|
o lights cannot be enabled/disabled throughout
|
|
o lighting will be based on what's left at endFrame()
|
|
X images should be a power of 2, or call modified()
|
|
X document the use of "die"
|
|
X can override the method to do your own handling
|
|
X sketches no longer require a "data" folder
|
|
X example that uses loop/noLoop, or redraw?
|
|
X talk to creas about making html files for bugs, readme, revisions.
|
|
X or how they should relate to the 'faq'.. readme -> faq?
|
|
X loadImage() mixed case problems
|
|
|
|
|
|
_ make simple tool for casey to rebuild all the examples at once
|
|
_ need to rebuild with this release because of 1.3/1.4 issues
|
|
|
|
bugzilla
|
|
_ get these two todo lists into their bugzilla categories
|
|
_ setup bugzilla and enter all the bugs
|
|
|
|
discuss with casey
|
|
_ auto-run the javadoc in dist.sh
|
|
_ doctor a copy of the css file to use p5 defaults
|
|
_ and re-copy the css in after generating the doc each time
|
|
_ documentation on tabs: .java files, inner classes, etc
|
|
_ additional tabs are added to the main code
|
|
_ as a result, static variables can't be used
|
|
_ though they can go above the class itself or be placed in the parent
|
|
_ if you want it separate, use a .java file instead (not parsed)
|
|
_ classes in tabs are inner classes, or use .java files
|
|
_ http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Syntax;action=display;num=1114393478;start=0
|
|
_ built in functions.. may not always be fastest, we're going for correct
|
|
_ most things have other ways of making things much faster
|
|
_ we've attempted for less confusion over speed in some cases
|
|
_ get(), set() and red() et al are one such example
|
|
_ is there a way to do xxx?
|
|
_ advanced users who are outgrowing the basic reference:
|
|
_ be sure to check the "complete" reference
|
|
_ web colors with alpha: 0xffcc0080 or unhex("ffcc0080")
|
|
_ the draw() method must exist, otherwise the sketch won't run
|
|
_ need timer in as part of the api
|
|
_ or at least include an example that uses it
|
|
_ make a sketch that shows loading from the web
|
|
_ make another sketch that shows loading from a file
|
|
_ make notes about preproc
|
|
_ move the readme stuff for each file into the files themselves
|
|
_ also put a general rundown of the preproc into Preprocessor.java
|
|
_ subclasses need to use "public void keyPressed" not "void keyPressed"
|
|
_ write a threading example
|
|
X or handle this some more intelligent way, super.stop() is needed.
|
|
X registerDispose() does the trick
|
|
_ http://processing.org/discourse/yabb/YaBB.cgi?board=Syntax;action=display;num=1083574943
|
|
_ http://processing.org/discourse/yabb/YaBB.cgi?board=Syntax;action=display;num=1067383998
|
|
_ write an example that uses Hashtable
|
|
_ and another that uses Vector
|
|
_ beginShape() defaults to beginShape(POLYGON)
|
|
_ needs to be noted for the reference
|
|
_ make a note that u/v coordinates clamp at 0 and 1
|
|
_ get an xml library and example in there
|
|
_ nanoxml problems with manifest
|
|
_ appears to use 1.6.8 version since it's just two classes
|
|
_ get platform checker into the latest exhibition piece
|
|
_ document for new users:
|
|
_ what's a NullPointerException
|
|
_ what's an ArrayIndexOutOfBoundsException
|
|
_ use of strings
|
|
_ println() for debugging
|
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////
|
|
////////////////////////////////////////////////////////////////////
|
|
////////////////////////////////////////////////////////////////////
|
|
|
|
PDE - Processing Development Environment
|
|
|
|
|
|
PDE / Base
|
|
|
|
_ settings.path.fallback not being used
|
|
_ really important for intl versions that are having trouble
|
|
_ or ask for the sketch folder name.. why isn't it?
|
|
_ can't seem to find build dir on operating systems w/ non-ascii chars
|
|
_ or rather, when user accounts have non-ascii chars in the name
|
|
_ try setting up an account where this is the case
|
|
_ option to suppress warning dialogs
|
|
_ starting with the one about modifying the sketch name for spaces
|
|
|
|
|
|
PDE / Compiler (and preprocessor?)
|
|
|
|
_ don't allow goofy case versions of reserved words
|
|
_ keypressed should maybe throw an error
|
|
_ an empty .java tab will throw an error
|
|
_ if NullPointerEx on a line that includes a "pixels["
|
|
_ give an error message saying "you may need to call loadPixels"
|
|
_ warn about writing non-1.1 code.
|
|
X will jikes do it if the -source is set to 1.1? nope..
|
|
X notes inside PdeCompiler
|
|
_ http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1079867179;start=0
|
|
_ don't all mousepressed(), throw a compile error
|
|
_ colorMode(RGB) -> caps being off
|
|
_ making it easier to draw shapes
|
|
_ missing semicolons - better error message
|
|
_ missing brackets, unmatched brackets
|
|
_ "unexpected token void" -> "You're mixing dynamic and static mode"
|
|
_ forgetting the quotes around strings
|
|
_ separate reference for /dev version
|
|
_ loadImage() using spaces in the name
|
|
_ if loadImage() with spaces when online(), throw an error
|
|
_ files not in the data folder (works in env, not in sketch)
|
|
_ NullPointerException on unterminated comment at end of code
|
|
_ (and OutOfMemoryError and weird lockup)
|
|
_ not enough args for triangle (or args in general)
|
|
_ throws out bizarre message
|
|
|
|
|
|
PDE / Console
|
|
|
|
_ println() can hose the app for the first 20-30 frames
|
|
_ need to figure out threading etc
|
|
_ problem with it launching a new thread for every single update!
|
|
|
|
|
|
PDE / Details
|
|
|
|
_ lock the minimum size for the main processing editor frame
|
|
_ if it's made too small, stuff from the bottom disappears
|
|
|
|
_ tab to just indent lines properly,
|
|
_ rather than having it convert to spaces
|
|
|
|
_ setting sketchbook to a folder on the network
|
|
_ does this work? test on both on mac and pc..
|
|
_ or if not, should recommend people against it
|
|
_ (i.e. folders disappearing if net has trouble)
|
|
|
|
_ exception in setup() on external app doesn't kill run button
|
|
_ also doesn't kill external vm
|
|
_ quitting from present mode doesn't kill run button
|
|
_ package processing.app for PdeBase, PdeEditor..
|
|
|
|
_ add mnemonics for menus (alt-f to open 'file')
|
|
|
|
_ implement page setup and print
|
|
_ pretty printing of code in project
|
|
_ option to just print all code in project
|
|
_ option to export all the code as colored html
|
|
|
|
_ p5 becomes a memory hog (benelek and glen murphy)
|
|
_ even without sketches open, perhaps not gc'ing properly
|
|
_ objects probably not getting finalized
|
|
_ http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1050134854;start=0
|
|
|
|
_ size() has memory limitations (pitaru)
|
|
_ catch OutOfMemoryError inside size() and let the user know
|
|
_ http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1038847001
|
|
_ exceptions in draw() apps aren't caught
|
|
_ the program resize(200, 200); just does nothing (doesn't complain)
|
|
_ if 'void' left out before loop or setup, cryptic message about
|
|
_ 'constructor loop must be named Temporary_23498_2343'
|
|
_ add a better handler for this specific thing?
|
|
_ menu weirdness (benelek)
|
|
_ when u've got a menu open, move a cursor over the text area
|
|
_ and back over the menu, the text-area cursor type remains.
|
|
_ http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1043667859
|
|
_ scroll bar has some painting weirdness with jedit textarea
|
|
_ http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1042351684
|
|
_ http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1083787569
|
|
_ rename/saveas doesn't properly have its focus set
|
|
_ under windows, immediately typing after rename doesn't select
|
|
_ the whole thing is selected, but not directly editable
|
|
_ http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1075149929
|
|
|
|
_ figure out how to cancel 'save changes' on macosx and windows
|
|
_ macosx handleQuit seems to force termination (at least on 1.3)
|
|
_ http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1064732330;start=0
|
|
_ dim edit menus as appropriate during selection/no selection/etc
|
|
_ make export put a timestamp in the html code (hidden or visible)
|
|
_ http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1075659029
|
|
|
|
_ properly handle ENTER, Ctrl-W and ESC on all dialogs
|
|
_ there must be a proper "swing" way of doing this that doesn't
|
|
_ involve adding key listeners to every friggin component
|
|
_ ESC should fake a cancel button press
|
|
_ ENTER should do the default option
|
|
_ (might be a matter of setting the default action for the window?)
|
|
|
|
_ some type of sketch archive format for posting examples (.psk?)
|
|
_ would be nice to open a sketch directly from a zip file
|
|
|
|
_ subfolders in the 'data' directory don't work
|
|
|
|
|
|
PDE / Editor
|
|
|
|
_ when running with external editor, hide the editor text area
|
|
_ drag & drop implementation to add files to sketch
|
|
_ tabs and spaces, command keys don't work w/ shift
|
|
_ http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1114661169;start=0
|
|
_ switch to newer revision of jedit?
|
|
_ is enormous horizontal scroller issue fixed properly
|
|
_ http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1083787569
|
|
_ mouse wheel broken in the text editor? (windows jdk 1.5?)
|
|
|
|
undo problems
|
|
_ when an exception occurs, undo gets killed
|
|
_ http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1115153290;start=1
|
|
_ Ctrl-Z will undo, but not scroll to where the undo happens.
|
|
_ so user thinks nothing is happening and overundo.
|
|
_ http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1064220242;start=0
|
|
_ undo has become sluggish, gets cleared on save?
|
|
_ http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Suggestions;action=display;num=1114103943;start=0
|
|
|
|
|
|
PDE / Find & Replace
|
|
|
|
_ only enable "find next" in menu after a find has happened
|
|
|
|
|
|
PDE / Editor Buttons
|
|
|
|
_ when holding down shift, show the alt behavior for EditorHeader
|
|
_ verify editor buttons working properly
|
|
_ they're not.. mostly unresponsive, and often get stuck
|
|
_ is play button properly unhighlighting?
|
|
_ does it unhighlight after compile or runtime errors?
|
|
_ also when using draw() instead of loop()
|
|
_ applet needs to notify runner that it has terminated
|
|
_ if export fails (compile error) need deselect
|
|
|
|
|
|
PDE / Editor Header
|
|
|
|
_ make some fancy extendo things because the tabs get too big
|
|
_ either condense or popdown menu thingy
|
|
_ ctrl-tab to switch between tabs
|
|
|
|
|
|
PDE / Editor Status
|
|
|
|
_ error messages run off the edge and go invisible
|
|
_ http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1074894329
|
|
_ multi-line errors a mess in jikes
|
|
_ maybe a dropdown list thing, with the first just shown?
|
|
_ move to modal dialog showError/Message/Warning/Prompt design
|
|
_ nicely design dialog boxes to go with visual of p5
|
|
_ maybe something that shows stack trace?
|
|
_ with an 'email this' button? (include source code too?)
|
|
_ also need a "prompt" dialog for asking filenames, etc
|
|
_ implement and remove PdeEditorStatus stuff
|
|
|
|
|
|
PDE / History
|
|
|
|
_ implement new version of history
|
|
_ make history folder, and a zip (not gz) file for each entry
|
|
_ history causing trouble - super slow with a huge sketch
|
|
_ could instead be gzipped and appended to history.dat
|
|
_ along with another file that is actually a table of offsets
|
|
_ no need to make the thing a gzip stream
|
|
_ checkbox on menu for 'record history' ?
|
|
_ history converter option?
|
|
_ only first 20 entries visible?
|
|
_ zlib file becoming corrupt (not flushed after close?)
|
|
_ http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1080346981;start=0
|
|
_ http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1088333655;start=0
|
|
_ shortcut to walk through history, ala photoshop (ctrl-alt-z)
|
|
|
|
|
|
PDE / Sketch & Sketchbook
|
|
|
|
_ transparently convert spaces to underscores (?)
|
|
_ underscoring everything is kinda nasty
|
|
_ if a .pde isn't contained in a properly named folder
|
|
_ offer to rename the parent folder, rather than placing in a new folder
|
|
_ may need a progress bar for "save as"
|
|
_ or just the file copy function in general
|
|
_ since it may take a long time (i.e. 1000s of screen grabs)
|
|
_ "save as" shouldn't show save as dialog for sketches
|
|
_ unless that's the current mode that's being used
|
|
_ scanning sketchbook folder may be extremely slow
|
|
_ not sure why this would be the case
|
|
_ handle renaming with case changes (currently ignores case change)
|
|
_ see notes/bitching in Sketch.nameCode()
|
|
|
|
|
|
PDE / Runner
|
|
|
|
_ stop() not working very well
|
|
_ doesn't seem to actually be stopping things
|
|
_ closing window w/o first hitting stop() causes freak out
|
|
_ opengl gives an OutOfMemoryError
|
|
_ java2d just goes into a lock
|
|
_ could also be code that's in an infinite loop (i.e. text error)
|
|
_ which then causes a full lock
|
|
_ something really bad happened with println() in this release
|
|
_ perhaps only without a code folder and/or running in java2d mode?
|
|
_ this may also be what's hosing
|
|
_ external apps don't stop at all when 'stop' is hit
|
|
_ worker thread is halting the app ala code folder bug
|
|
_ could this be dealt with by using nio?
|
|
_ host environment will be running 1.4 so...
|
|
_ npe is a runtimeex, so any npe in setup comes up weird
|
|
_ maybe the renderer exception is something different? newrendex?
|
|
_ if in full java mode
|
|
_ if extends PApplet.. or rather, put PApplet cast into a
|
|
_ try/catch block.. if it doesn't work, try applet. if that
|
|
_ doesn't work, try using the class' main() to run it
|
|
|
|
|
|
PDE / Export
|
|
|
|
_ write export-to-application
|
|
_ problem with packages.. currently mainClassName is preproc name
|
|
_ and "name" is the sketch name, w/o package
|
|
_ but if a package were in use, then would be trouble
|
|
_ lock feature for present mode (part of export to application?)
|
|
_ application can still do serial (qt, other stuff?)
|
|
_ applet runs in browser, though applet on cbagel is everything..
|
|
_ include main class info for executable jar file with jdk > 1.2
|
|
_ not difficult to do, just some tweaking once applet export works
|
|
_ wrapper that invokes the applet using a copy of the jre
|
|
_ main() method needs to set layout manager if jexegen is to be used
|
|
_ (msft vm defaults to null layout manager)
|
|
_ also make sure pack() is happening
|
|
_ add manifest.mf to exported applets so that applications will work
|
|
_ http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1045983103;start=0
|
|
_ BApplet.main(new String[] { "flashcards3" });
|
|
_ this will need to detect whether the user has their own main()
|
|
_ or even BApplet.main(new String[] { getClass().getName() });
|
|
_ META-INF/MANIFEST.MF contains just "Main-Class: ClassName"
|
|
_ main sticking point will be serial/qtjava in exports
|
|
_ include a note that 'applet' folder will get emptied/rewritten
|
|
_ or rename the old applet folder to something else? (nah, too messy)
|
|
_ make multiple jar files thing work as an option
|
|
_ http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1067360903;start=0
|
|
_ applet default is one file, application default is multiple
|
|
_ user in advanced mode can switch to the other
|
|
_ buttons on side of sketch do default (last) behavior
|
|
_ need to decide how to handle "stop" button in present mode
|
|
_ when running externally, people need to write their own stop function
|
|
_ just get export to application working so this can be supported
|
|
_ for now, they're stuck w/ running in the env and getting the ugliness
|
|
|
|
|
|
PDE / Preferences
|
|
|
|
_ saved window positions.. if displays has changed, becomes a problem
|
|
_ record the display that it was on?
|
|
_ GraphicsDevice gd = frame.getGraphicsConfiguration().getDevice();
|
|
_ make sure that the applet is within the bounds of the current display?
|
|
_ (from 0, 0 to width, height)
|
|
_ make note that changing screen config requires restart of processing
|
|
_ static { checkScreens(); }
|
|
_ static void PApplet.checkScreens() { }
|
|
_ to run explicitly later
|
|
_ this seems too complicated.. just make people restart
|
|
_ split Preferences and PreferencesFrame ?
|
|
_ preferences window has been hit with the ugly stick
|
|
_ redo panel to use proper swing layout etc
|
|
_ also needs to look good across all platforms
|
|
|
|
|
|
PDE / Preprocessor
|
|
|
|
_ straighten out int() -> toInt() conversion in the preproc
|
|
_ casting problems in the parser
|
|
_ float u = float(x)/width; works.
|
|
_ float u = (float(x)/width); doesn't work: "unexpected token: float".
|
|
_ float u = (x/float(width)); works!
|
|
_ http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1084011098;start=0
|
|
_ if last line of code is a comment with no CR after it,
|
|
_ an OutOfMemoryError wants to happen,
|
|
_ but right now there's a hack to add a CR in PdePreprocessor
|
|
_ return (int(5.5)) causes an error
|
|
_ http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1083624993;start=0
|
|
_ random, single slash in the code doesn't throw an error
|
|
_ (just gets removed by the preprocessor)
|
|
_ http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1099371066;start=0
|
|
_ allow doubles in preproc
|
|
_ (for casting, etc) particularly for Math.cos() et al
|
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////
|
|
////////////////////////////////////////////////////////////////////
|
|
////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
TOOLS / General
|
|
_ how to handle command keys
|
|
_ http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Suggestions;action=display;num=1114885272;start=0
|
|
_ make dynamically loaded plugins and "tools" menu
|
|
_ break out beautify as its own plugin
|
|
_ color picker or other things written by folks
|
|
_ add all .jar files in lib/plugins on startup
|
|
_ make some kind of internal color picker
|
|
_ could be a separate window that's always around if needed
|
|
_ external editor -> add a command to launch
|
|
_ http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1043734580;start=0
|
|
_ add tool to hit 'next' to go through examples
|
|
_ just make it "next file in folder" since examples are all over
|
|
_ also need to copy examples locally
|
|
_ add tool for running in jview
|
|
_ only available after export (or when an applet dir exists)
|
|
_ warn user that applet html will be over-written
|
|
_ add tool to "Add custom html to sketch"
|
|
_ that copies applet.html,
|
|
_ opens sketch folder,
|
|
_ and gives info about what to do next (how to edit)
|
|
_ run in appletviewer? sun.applet.Main is appletviewer
|
|
|
|
|
|
TOOLS / Auto Format
|
|
|
|
_ do a better job of maintaining cursor during beautify
|
|
_ only auto format a particular section of code
|
|
_ http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1087227217
|
|
|
|
|
|
TOOLS / Create Font
|
|
|
|
_ create the tool object on startup, then use thread to getAllFonts()
|
|
_ close/hide window on 'ESC'
|
|
_ loading is very slow on the first time (getting all font names)
|
|
_ show a progress/status bar while it's happening?
|
|
_ (would be useful to at least tell user that system not locked up)
|
|
_ font builder chopping off parts of letters
|
|
_ this may be fixed?
|
|
_ http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1076358432;start=0
|
|
_ font encoding issues
|
|
_ java seems to force straight windows encoding.. (problem for pi fonts)
|
|
_ opentype/cff fonts don't work with live loading from the app
|
|
_ many (all?) opentype fonts won't show up or aren't supported
|
|
_ this may be only cff fonts that have trouble
|
|
_ when encoding is not the standard encoding, problematic
|
|
_ so sonata otf and sonata don't seem to have any chars at all
|
|
_ available font issues
|
|
_ is getFontList returning a different set of fonts from device2d?
|
|
_ try it out on java 1.3 versus 1.4
|
|
_ getAllFonts() not quite working for many fonts
|
|
_ i.e. Orator Std on windows.. macosx seems to be ok
|
|
_ is getFamilyNames() any different/better?
|
|
_ when did this break? 1.4.1? 1.4.x vs 1.3?
|
|
_ may be that cff fonts won't work?
|
|
_ or is it only those with ps names?
|
|
_ create font with user-specified charsets
|
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////
|
|
////////////////////////////////////////////////////////////////////
|
|
////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
LIBRARIES / Video
|
|
|
|
_ tearing and incomplete updates on capture?
|
|
_ http://processing.org/discourse/yabb_beta/YaBB.cgi?board=VideoCamera;action=display;num=1114628335;start=0
|
|
_ pause and framerate aren't working
|
|
_ framerate does set the frequency which movieEvent will be called,
|
|
_ but it is not setting the "available" field corrrectly.
|
|
_ sketch .zip file in casey's email message
|
|
_ video wrong device name crashes things
|
|
_ when passing in 'null' as the capture, dialog pops up fine
|
|
_ but the applet craps out after a few seconds (pinwheel spin)
|
|
_ couldn't get req'd component also happens when the capture isn't ready
|
|
_ may also mean that no camera is plugged in
|
|
_ also, don't mention winvdig on the mac
|
|
_ if user cancels prompt, throws a '-128,userCanceledErr'
|
|
_ in which case, need to return null (or ""?) for the prompt
|
|
_ which will also just give you the last camera
|
|
_ should it be new Camera(PROMPT);
|
|
_ saveFrame() directly to quicktime via port of DbnRecorder
|
|
_ do this after beta, not likely to work with java 1.4 on macosx
|
|
|
|
|
|
LIBRARIES / Net
|
|
|
|
_ move the useful serial buffering fxns into net library
|
|
|
|
|
|
LIBRARIES / Serial
|
|
|
|
_ port buffering not working properly
|
|
_ may just be a problem with thread starvation
|
|
_ bufferUntil() fires an event but continues to fill up the buffer
|
|
_ add prompt() method to Serial (simple dialog box that pops up)
|
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////
|
|
////////////////////////////////////////////////////////////////////
|
|
////////////////////////////////////////////////////////////////////
|
|
|
|
DISTRIBUTION
|
|
|
|
How the environment gets packed up, downloaded, and installed.
|
|
|
|
|
|
PLATFORMS / General
|
|
|
|
_ move build scripts to something better like ant
|
|
_ too much to maintain the multiple versions, too much code
|
|
_ update things for java 1.5 since it's inevitable
|
|
_ need .pde document icons
|
|
_ need .psk file icon
|
|
_ need exported application icons
|
|
_ also out of cvs
|
|
_ check for necessary tools to be installed
|
|
_ zip, unzip, jikes, etc
|
|
_ need to change all the copyrights over to mit "except where noted"
|
|
_ need more comprehensive list of 'known bugs'
|
|
_ need more comprehensive list of 'known suggestions'
|
|
_ javadoc "advanced" reference by beta
|
|
_ and then finalizing it towards 1.0
|
|
_ document hint() commands for advanced reference
|
|
_ beta release will include source code
|
|
_ write notes about running p5 on another platforms
|
|
_ this was some feedback from running on bsd:
|
|
_ /usr/local/jdk1.3.1/bin/java -cp lib:lib/build:lib/pde.jar:lib/kjc.jar:lib/oro.jar:java/lib/ext/comm.jar PdeBase
|
|
_ need to use the 1.3 vm, and get a fake platform name
|
|
_ otherwise, goes looking for lib/pde_.properties or something
|
|
_ if size() not found in export/compile, ask the user
|
|
_ size(myWidth, myHeight) -> set static var in BGraphics
|
|
_ for the last size that was used, use as default for fill-in field
|
|
o modify antlr stuff to conditionally recompile in make.sh
|
|
_ compile antlr inside the initial setup of the work dir
|
|
X done for macosx
|
|
_ fix this for windows and linux
|
|
_ about box
|
|
_ bring up information about gpl, lgpl, and ibmpl
|
|
_ jedit syntax is under mit license
|
|
_ http://www.opensource.org/licenses/mit-license.php
|
|
_ different name for 'lib' folder because of libraries folder?
|
|
_ avoid some confusion for when describing the libraries folder to users
|
|
_ remove jvm from cvs
|
|
_ use wget to grab it if it doesn't exist
|
|
_ and include an md5hash to see if the file is correct
|
|
|
|
|
|
PLATFORMS / Windows
|
|
|
|
_ tie .pde files as documents of the application
|
|
_ http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1094149466
|
|
_ figure out proper registry key for windows
|
|
_ can be handled when the app first run (jni?)
|
|
_ write handler for main() to take document names
|
|
_ properly handle non-ascii chars in p5 folder name
|
|
_ or at least warn the user to install somehwere else
|
|
_ track down the cause of the processing.exe not starting bugs
|
|
_ http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1062794781
|
|
_ http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1067764732
|
|
_ http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1094148057
|
|
_ winamp/audio getting starved or crackly while applets running
|
|
_ thread priority too high? or something weird
|
|
_ need splash screen, startup takes a long time
|
|
_ processing.exe: problem if expert version is run, and no java installed
|
|
_ call the person a genius and tell them to install java
|
|
_ p5's exe has trouble when PATH has quotes (or spaces?)
|
|
_ http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1068388889
|
|
_ CLASSPATH figured out what to do with quotes, but not PATH
|
|
_ NullPointerException when alt is pressed
|
|
_ (not our bug, but log it in the bug db anyways)
|
|
_ might be something to do with the applet frame being an awt not swing
|
|
_ event first goes to the applet listener, needs to consume the event
|
|
_ http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1061802316;start=0
|
|
_ http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1077058974
|
|
_ http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1081751451;start=0
|
|
|
|
|
|
PLATFORMS / Mac OS X
|
|
|
|
_ fix find/replace focus issue on osx
|
|
_ give that field focus explicitly, rather than just for typing
|
|
_ right now, typing works, but no caret, no blue highlight
|
|
_ and on second find run, should instead select all the find string
|
|
_ so that typing will replace it directly
|
|
_ set nice background for disk image on macosx
|
|
_ test more to see if runtime exceptions are coming through
|
|
_ track down error in PdeCompiler for message parsing
|
|
_ was missing the error about a package being gone
|
|
_ can comment out /System/Library/ as a test
|
|
_ Contents/Resources/Java can take jnilib files
|
|
_ set file type/creator for .pde files of examples
|
|
_ would be nice to have macosx packaged up as a single .app file
|
|
_ is there a way to set the color of the Frame growbox?
|
|
_ currently it's white instead of dark gray like the ui
|
|
_ setBackground(Color) didn't seem to help inside PdeBase.<init>
|
|
_ use disk:// notation as panther alternative
|
|
_ so that it doesn't download the disk, just mounts it
|
|
_ although.. this only works on panther.. how many are using it?
|
|
_ mac standard key combinations for moving around in the editor
|
|
_ http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1093116515
|
|
|
|
|
|
PLATFORMS / Linux
|
|
|
|
_ have the shell script test for jikes first
|
|
_ have it run jikes quickly, if it exits with an error, warn user
|
|
_ some reports of it not quitting properly, but not confirmed
|
|
_ splash screen
|