mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
got editor buttons working
This commit is contained in:
@@ -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 ../..
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user