got editor buttons working

This commit is contained in:
benfry
2003-11-11 21:25:20 +00:00
parent 9902d0baed
commit 35834c5817
9 changed files with 118 additions and 45 deletions
+2 -1
View File
@@ -63,7 +63,8 @@ else
# to have a copy of this guy around for messing with
echo Copying Processing.app...
#cp -a dist/Processing.app work/ # #@$(* bsd switches
cp -dpR dist/Processing.app work/
#cp -dpR dist/Processing.app work/
cp -R dist/Processing.app work/
#cd work/Processing.app
#find . -name "CVS" -depth -exec rm {} \;
#cd ../..
+2 -1
View File
@@ -14,5 +14,6 @@ CLASSPATH=/System/Library/Java/Extensions/QTJava.zip:lib:lib/build:lib/pde.jar:l
export CLASSPATH
cd work && /System/Library/Frameworks/JavaVM.framework/Versions/1.3.1/Commands/java PdeBase
#cd work && /System/Library/Frameworks/JavaVM.framework/Versions/1.3.1/Commands/java -Dcom.apple.macos.useScreenMenuBar=true PdeBase
cd work && java -Dapple.laf.useScreenMenuBar=true PdeBase
#cd work && java PdeBase
+4 -1
View File
@@ -148,12 +148,15 @@ sketchbook.prompt = false
# true if empty sketches should be removed automatically
sketchbook.auto_clean = true
#sketchbook.path = sketchbook
sketchbook.name.default = sketchbook
# note that this path should use forward slashes (like unix)
# instead of \ on windows or : on windows or whatever else
#sketchbook.path =
history.recording = true
# for advanced users, enable option to export a library
export.library = false
# may be useful when attempting to debug the preprocessor