mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
misc tidbits towards end of 67 release
This commit is contained in:
@@ -385,7 +385,7 @@ public class PdeCompiler implements PdeMessageConsumer {
|
||||
|
||||
for (int i = 0; i < pieces.length; i++) {
|
||||
if (pieces[i].length() == 0) continue;
|
||||
//System.out.println("checking piece " + pieces[i]);
|
||||
System.out.println("checking piece " + pieces[i]);
|
||||
|
||||
// is it a jar file or directory?
|
||||
if (pieces[i].toLowerCase().endsWith(".jar") ||
|
||||
|
||||
@@ -18,6 +18,8 @@ cp -r ../shared processing
|
||||
# and same for cvsignore
|
||||
rm -rf processing/CVS
|
||||
rm -rf processing/lib/CVS
|
||||
rm -rf processing/lib/netscape/CVS
|
||||
rm -rf processing/lib/netscape/javascript/CVS
|
||||
rm -rf processing/fonts/CVS
|
||||
rm -rf processing/reference/CVS
|
||||
rm -rf processing/reference/images/CVS
|
||||
|
||||
@@ -37,6 +37,8 @@ rm -f processing/*~
|
||||
|
||||
rm -rf processing/CVS
|
||||
rm -rf processing/lib/CVS
|
||||
rm -rf processing/lib/netscape/CVS
|
||||
rm -rf processing/lib/netscape/javascript/CVS
|
||||
rm -rf processing/fonts/CVS
|
||||
rm -rf processing/reference/CVS
|
||||
rm -rf processing/reference/images/CVS
|
||||
|
||||
@@ -68,6 +68,10 @@ the real deal, keeping us awake at night
|
||||
- beautify doesn't retain the *exact* position of the caret within the
|
||||
text.
|
||||
|
||||
- beautify has problems with indenting when lines with a brace are
|
||||
commented out, or with switch statements.
|
||||
http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1067309918;start=0
|
||||
|
||||
- .dll and .jnilib files only work if they're in the same folder as
|
||||
the processing app. in the future, they will run properly just from
|
||||
within your 'code' folder.
|
||||
|
||||
@@ -6,6 +6,37 @@ about to enjoy is extremely hot.
|
||||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
|
||||
|
||||
|
||||
ABOUT REV 0067 - 27 october 2003
|
||||
|
||||
another bug fix release. medium importance, this release..
|
||||
|
||||
|
||||
[ bug fixes ]
|
||||
|
||||
- actually set the correct version number for the about dialog. also
|
||||
added code to prevent the wrong release number from being used on a
|
||||
release.
|
||||
http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1067135202;start=0
|
||||
|
||||
- fixed IllegalArgumentException when using run.bat or run-expert.bat
|
||||
martin gomez was kind enough to track down the cause of this bug.
|
||||
http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1067132725
|
||||
http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1067132753
|
||||
http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1067135344;start=0
|
||||
|
||||
- updated to a new version of jikes, the compiler that's used behind
|
||||
the scenes. fixes a couple issues where code wouldn't compile.
|
||||
|
||||
|
||||
[ changes ]
|
||||
|
||||
- apple has updated quicktime for java on the mac for 6.4
|
||||
http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1067135162;start=0
|
||||
|
||||
|
||||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
|
||||
|
||||
|
||||
ABOUT REV 0066 - 19 october 2003
|
||||
|
||||
several important bug fixes in this release, strongly recommended.
|
||||
|
||||
@@ -20,20 +20,21 @@ X println() and System.out.println() from external classes has trouble
|
||||
X println() / print() not always flushing until after app quits
|
||||
X change "send to bugs@proce55ing.net" to a longer popup dialog
|
||||
X open the discourse board in another window, ask to post the code
|
||||
|
||||
X set PATH to include java (!)
|
||||
X external classes currently require expert release
|
||||
X code written for linux, test it
|
||||
_ code written for windows, rebuild the exe and test it
|
||||
_ update the release of jikes that's used
|
||||
X code written for windows, rebuild the exe and test it
|
||||
X update the release of jikes that's used
|
||||
X updated for macosx
|
||||
X compile new version for linux
|
||||
_ compile new version for windows
|
||||
X compile new version for windows
|
||||
X netscape/javascript had to be included for linux and for expert
|
||||
X add it to the cvs and the build scripts
|
||||
X also needs to be included for 1.4 on the mac
|
||||
X probably a good idea to include on all
|
||||
|
||||
_ netscape/javascript had to be included for linux and for expert
|
||||
_ add it to the cvs and the build scripts
|
||||
_ also needs to be included for 1.4 on the mac
|
||||
_ probably a good idea to include on all
|
||||
_ multiple jar export is broken
|
||||
_ http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1067307030;start=0
|
||||
|
||||
|
||||
0068
|
||||
@@ -708,6 +709,8 @@ dh 1 _ rename doesn't set focus to renamer area
|
||||
1 _ //for (int i = 0; i < 10; i++) {
|
||||
1 _ } catch (IOException e) { }
|
||||
1 _ need to ignore comments.. but not those inside quotes.. oog
|
||||
1 _ http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1067309918;start=0
|
||||
|
||||
1 _ add ESC to font builder, and find
|
||||
1 _ font builder should open back up with the same selection
|
||||
1 _ maybe just hide it, just like find
|
||||
|
||||
Reference in New Issue
Block a user