From b107b2973f38ad4780ecb5cf216eeed1ecdcfb94 Mon Sep 17 00:00:00 2001 From: benfry Date: Tue, 19 Aug 2008 18:34:19 +0000 Subject: [PATCH] add tools folder to make and dist scripts --- build/linux/dist.sh | 1 + build/linux/make.sh | 1 + build/macosx/dist.sh | 1 + build/macosx/make.sh | 1 + build/windows/dist.sh | 1 + build/windows/make.sh | 1 + todo.txt | 17 +++++++---------- 7 files changed, 13 insertions(+), 10 deletions(-) diff --git a/build/linux/dist.sh b/build/linux/dist.sh index b01dad506..879ff4a00 100755 --- a/build/linux/dist.sh +++ b/build/linux/dist.sh @@ -20,6 +20,7 @@ rm -rf processing-* mkdir processing cp -r ../shared/lib processing/ cp -r ../shared/libraries processing/ +cp -r ../shared/tools processing/ cp ../../app/lib/antlr.jar processing/lib/ cp ../../app/lib/ecj.jar processing/lib/ cp ../../app/lib/jna.jar processing/lib/ diff --git a/build/linux/make.sh b/build/linux/make.sh index c9c7ae916..2b7e9dd7a 100755 --- a/build/linux/make.sh +++ b/build/linux/make.sh @@ -13,6 +13,7 @@ else mkdir work cp -r ../shared/lib work/ cp -r ../shared/libraries work/ + cp -r ../shared/tools work/ cp ../../app/lib/antlr.jar work/lib/ cp ../../app/lib/ecj.jar work/lib/ diff --git a/build/macosx/dist.sh b/build/macosx/dist.sh index 4ea56a106..388229c5a 100755 --- a/build/macosx/dist.sh +++ b/build/macosx/dist.sh @@ -25,6 +25,7 @@ rm -rf processing-* mkdir processing cp -r ../shared/lib processing/ cp -r ../shared/libraries processing/ +cp -r ../shared/tools processing/ cp ../../app/lib/antlr.jar processing/lib/ cp ../../app/lib/ecj.jar processing/lib/ cp ../../app/lib/jna.jar processing/lib/ diff --git a/build/macosx/make.sh b/build/macosx/make.sh index 25e8d3005..14e4d8a7a 100755 --- a/build/macosx/make.sh +++ b/build/macosx/make.sh @@ -13,6 +13,7 @@ else mkdir work cp -r ../shared/lib work/ cp -r ../shared/libraries work/ + cp -r ../shared/tools work/ cp ../../app/lib/antlr.jar work/lib/ cp ../../app/lib/ecj.jar work/lib/ diff --git a/build/windows/dist.sh b/build/windows/dist.sh index 8dbe85bbb..f1a600543 100755 --- a/build/windows/dist.sh +++ b/build/windows/dist.sh @@ -23,6 +23,7 @@ rm -rf processing-* mkdir processing cp -r ../shared/lib processing/ cp -r ../shared/libraries processing/ +cp -r ../shared/tools processing/ cp ../../app/lib/antlr.jar processing/lib/ cp ../../app/lib/ecj.jar processing/lib/ diff --git a/build/windows/make.sh b/build/windows/make.sh index b6efb8fa4..7f2a34eae 100755 --- a/build/windows/make.sh +++ b/build/windows/make.sh @@ -13,6 +13,7 @@ else mkdir work cp -r ../shared/lib work/ cp -r ../shared/libraries work/ + cp -r ../shared/tools work/ cp ../../app/lib/antlr.jar work/lib/ cp ../../app/lib/ecj.jar work/lib/ diff --git a/todo.txt b/todo.txt index c53af213f..6c269e384 100644 --- a/todo.txt +++ b/todo.txt @@ -4,20 +4,17 @@ X Editor, Sketch, and SketchCode are now fair game X clean up Base a bit X public methods in Base are now also fair game X remove hide/unhide code and menu options -_ create a local version of javadoc, and send to server +X create a local version of javadoc, and send to server +X clean up some of the api naming for tab changes, etc. +X setCurrentTab(int index or String filename) +X getTabs() ? maybe these are interface to the code class +X clean up API for JEditTextArea before exposing the object +X write basic documentation for how it's handled (tools/howto.txt) +X add tools folder to make and dist scripts - -tools -_ clean up some of the api naming for tab changes, etc. -_ setCurrentTab(int index or String filename) -_ getTabs() ? maybe these are interface to the code class -_ clean up API for JEditTextArea before exposing the object -_ add tools folder to make and dist scripts -_ write basic documentation for how it's handled (tools/howto.txt) _ don't open more than one "create font" or "color selector" _ http://dev.processing.org/bugs/show_bug.cgi?id=830 - _ use macosx dialogs for all of the editor stuff _ see about doing the same on windows, linux? _ the others seem to respond ok to the lucida grande since they use defaults