1414X Foundation libraries disapear from CM after restart
1515X https://github.com/processing/processing/issues/3659
1616X https://github.com/processing/processing/pull/3663
17-
18- earlier
17+ X CM scrolls to bottom of window after updating the list
18+ o https://github.com/processing/processing/issues/3248
19+ o https://github.com/processing/processing/pull/3328
20+ X no longer issue in the new release
21+ X CM blue bar missing
22+ X https://github.com/processing/processing/issues/3599
23+ X https://github.com/processing/processing/pull/3636
24+ X CM: Category dropdown alignment
25+ X https://github.com/processing/processing/pull/3666
26+ _ https://github.com/processing/processing/issues/3644
27+
28+ cleaning
1929X modify build to insert these after antlr run:
2030X @SuppressWarnings({"unused", "cast"})
2131X or get the updated ANTLR, which likely would support it
32+ o scrollable stack trace
33+ o http://www.javalobby.org/java/forums/t19012.html
34+
35+ cleaning/libraries
36+ o different name for 'lib' folder because of libraries folder?
37+ o avoid some confusion for when describing the libraries folder to users
38+ X could have library developers update compatability note
39+ X so they would need to test library and say "compatible with 0110"
40+ X before it would automatically update or show as an update
41+ o need an "install library" option to deal with urls..
42+ X need better platform designation setup for libs
43+ X library installation should use the sketchbook folder, not the p5 folder
44+ o actually enforce this, give users a warning about other libs
45+ o versioning info
46+ o http://java.sun.com/j2se/1.5.0/docs/guide/extensions/versioning.html
47+ X changing the sketchbook folder will make libraries show up
48+ o but it won't reload the library mapping table
49+ o set DYLD_LIBRARY_PATH to include .dylib and other framework stuff
50+ o java.library.path will only handle .jnilib stuff
2251
2352
2453known issues
@@ -44,6 +73,9 @@ _ http://www.oracle.com/us/technologies/java/locale-140624.html
4473
4574
46753.0 final
76+ _ prompt to install Xcode coming up on Export to Application
77+ _ http://stackoverflow.com/questions/15371925/how-to-check-if-command-line-tools-is-installed
78+ _ "xcode-select -p" returns 0 if they exist (and the dir) or 2 if they don't
4779_ Contributions Manager UI design
4880_ https://github.com/processing/processing/issues/3482
4981_ Ready to add contributed example packages?
@@ -454,13 +486,11 @@ _ along with a "don't ask me later"
454486_ use macosx dialogs for all of the editor stuff
455487_ see about doing the same on windows, linux?
456488_ the others seem to respond ok to the lucida grande since they use defaults
457- _ vista style dialogs
458- _ http://msdn.microsoft.com/en-us/library/bb328626.aspx
459- _ confirmation dialogs (save and don't save.. who'd a thunk it)
460- _ http://msdn.microsoft.com/en-us/library/aa511273.aspx
461- _ http://i.msdn.microsoft.com/Aa511273.Confirmations03(en-us,MSDN.10).png
462- _ scrollable stack trace
463- _ http://www.javalobby.org/java/forums/t19012.html
489+ _ vista style dialogs
490+ _ http://msdn.microsoft.com/en-us/library/bb328626.aspx
491+ _ confirmation dialogs (save and don't save.. who'd a thunk it)
492+ _ http://msdn.microsoft.com/en-us/library/aa511273.aspx
493+ _ http://i.msdn.microsoft.com/Aa511273.Confirmations03(en-us,MSDN.10).png
464494
465495
466496PDE / Compiler & Preprocessor
@@ -582,9 +612,6 @@ _ exporting application copies .java files
582612_ .java files are copied to the root folder as well as the source folder
583613
584614
585- PDE / Find & Replace
586-
587-
588615PDE / Examples
589616
590617_ keep examples.zip in a zip file? (5000 files @ 30 MB instead of 15 MB zip)
@@ -627,20 +654,16 @@ _ altho prolly only when it's actually different (md5hash it?)
627654_ this seems to be causing a lot of trouble with recent releases
628655_ (opengl changes and whatnot)
629656_ jar files like the bad aiexport plugin will cause serious problems
657+ _ https://github.com/processing/processing/issues/95
630658_ need to ignore processing.core classes showing up in other jar files
631659_ tougher than it looks, because it all depends on what java wants to use
632660_ i.e. even if not specified, the stuff will be in the classpath
633661_ need to make classpath code be less promiscuous
634662_ the order of adding libraries to classpath should be opposite
635663_ the important local libraries should be first in cp, user contrib later
636- _ https://github.com/processing/processing/issues/95
637- _ changing the sketchbook folder will make libraries show up
638- _ but it won't reload the library mapping table
639664_ make sure there aren't library jar files named the same thing
640665_ i.e. if one library has db.jar, then that's gonna kill another db.jar
641666_ when the files are copied over
642- _ versioning info
643- _ http://java.sun.com/j2se/1.5.0/docs/guide/extensions/versioning.html
644667_ java.ext.dirs for /System/Library/Java/Extensions
645668_ http://java.sun.com/j2se/1.5.0/docs/guide/extensions/spec.html
646669_ can set java.ext.dirs to something else
@@ -649,17 +672,8 @@ _ native lib stuff, use native.txt in lib folder, then:
649672_ String osName = System.getProperty("os.name");
650673_ String osArch = System.getProperty("os.arch");
651674_ http://stackoverflow.com/questions/1611357/how-to-make-a-jar-file-that-include-dll-files
652- _ need better platform designation setup for libs
653- _ library installation should use the sketchbook folder, not the p5 folder
654- _ actually enforce this, give users a warning about other libs
655- _ set DYLD_LIBRARY_PATH to include .dylib and other framework stuff
656- _ java.library.path will only handle .jnilib stuff
657675_ need better error messages for broken api / library troubles
658676_ e.g. ocd is broken in 0125 because of method signature changes
659- _ could have library developers update compatability note
660- _ so they would need to test library and say "compatible with 0110"
661- _ before it would automatically update or show as an update
662- _ need an "install library" option to deal with urls..
663677
664678
665679PDE / Manager
@@ -704,9 +718,6 @@ _ font size for "Downloading" on progress bar is too large
704718_ but changing the size breaks the vertical centering
705719_ highlight color seems to be incorrect?
706720_ after installing, the item in the manager list doesn't change color
707- _ scrolls to bottom of window after updating the list
708- _ https://github.com/processing/processing/issues/3248
709- _ https://github.com/processing/processing/pull/3328
710721_ wheel mouse is super jumpy
711722_ something about unit increment in ContributionListPanel
712723_ arrow keys up/down move scroll bar, not selection
@@ -868,8 +879,6 @@ _ about box
868879_ bring up information about gpl, lgpl, and ibmpl
869880_ jedit syntax is under mit license
870881_ http://www.opensource.org/licenses/mit-license.php
871- _ different name for 'lib' folder because of libraries folder?
872- _ avoid some confusion for when describing the libraries folder to users
873882_ add proper copyright and license information for all included projects
874883_ https://github.com/processing/processing/issues/224
875884_ write up guidelines for modes
0 commit comments