Commit Graph

1448 Commits

Author SHA1 Message Date
benfry 91c8ad0308 indent/outdent properly with braces 2005-12-15 22:18:55 +00:00
benfry ce7775ce65 smarter auto-indent, don't re-add extra spaces 2005-12-15 20:12:32 +00:00
benfry 9928fa4c81 fix for sketch not properly resetting its codeCount and hiddenCount in
load()
2005-12-15 19:31:19 +00:00
benfry 5fb5516ca7 make sure that the temp folder containing stderr.txt and stdout.txt are
deleted
2005-12-15 19:30:53 +00:00
benfry 56b25a1add fix some issues with creation of temp folders to avoid boogers 2005-12-15 19:29:40 +00:00
benfry c745b09984 added a simple external editor command just to test 2005-12-15 19:29:16 +00:00
benfry 1e2694554c remove newlines from error message about fonts 2005-12-15 19:09:03 +00:00
benfry daf7b489a9 make editor buttons properly highlight whether called by clicking or by
menu items. fix for bug #242
2005-12-15 04:58:22 +00:00
benfry 2a7168558b include path to infringing sketch in error message about bad sketch name 2005-12-15 02:49:29 +00:00
benfry ecc9ea5382 workaround for bug #16 (unterminated multiline comment) 2005-12-15 02:49:05 +00:00
benfry c3b6299a40 take care of bug #209 and bug #243 2005-12-14 07:10:53 +00:00
benfry 9a7c2d5e93 some minor victories in the component resizing.. now to check on windows 2005-12-14 05:45:05 +00:00
benfry 8a90cdb1e6 lots of ui tweaking.. deal with button sizes, esc/ctrl-w to close
windows, other layout issues
2005-12-14 01:22:24 +00:00
benfry 75eda2482e clean up some button and text field placement issues with osx 2005-12-13 20:13:49 +00:00
benfry 4cdcf4ef26 working on issues with button sizing in status, component sizing on creation 2005-12-13 19:29:21 +00:00
benfry 9c9e64c6da adding pdf library do make and dist scripts 2005-12-13 19:28:38 +00:00
benfry e86c993cf8 trying to fix bug 208 again 2005-12-13 04:54:08 +00:00
Casey Reas 134e1f76e5 updating examples for rev 0099 2005-12-09 09:45:14 +00:00
Casey Reas cd21ab9bcf updating reference for release 99 2005-12-09 09:37:39 +00:00
benfry 0b51acf918 starting rev 0099 2005-12-01 18:42:08 +00:00
benfry 1d73385b14 final bits for 0098 2005-12-01 18:39:31 +00:00
benfry 887b289ea8 better error handling for autoformat.. exceptions were being ignored and
mangling code
2005-12-01 17:53:36 +00:00
benfry 4330b6bc7a changes to autoformat and making notes in revisions.txt about updates 2005-12-01 17:26:31 +00:00
benfry db51522944 fixing and cleaning Auto Format code 2005-12-01 16:33:17 +00:00
benfry 235ec86377 setText() now uses a compound edit, a fix for bug #139 2005-12-01 16:05:30 +00:00
benfry 7ee6f7d0fa fix for bug #110, the AIOOBE on auto format 2005-12-01 15:18:28 +00:00
benfry c3dcfb7da2 fix for linux shell script, add notes to faq about ImageIcon 2005-12-01 14:44:16 +00:00
benfry 1a0b143f81 fix for bug #208, sound not playing the second time around 2005-11-30 18:39:31 +00:00
benfry 57ede20f53 fix for bug #198, width/height set to zero on static mode apps 2005-11-30 18:17:48 +00:00
benfry 7501ab9051 tweak sketchbook scanning to ignore anything but folders 2005-11-30 18:17:18 +00:00
benfry da5c9dfad0 fixing up the docs for the preproc 2005-11-30 18:16:55 +00:00
benfry 95fc189208 switch to record() and recordRaw() 2005-11-30 17:37:39 +00:00
benfry ea132a6d74 change docs about qtjava 2005-11-30 17:35:56 +00:00
benfry 0086ca0097 java 1.4.2_10 for linux 2005-11-30 17:28:14 +00:00
benfry d7c73e3214 jre version 1.4.2_10 2005-11-30 17:15:16 +00:00
benfry b887ef5c62 notes about exported apps requiring java 2005-11-30 14:02:54 +00:00
benfry 84eec03322 some tweaks to the faq and revisions file 2005-11-30 04:21:12 +00:00
benfry 18d3792711 starting rev 98 2005-11-30 00:51:51 +00:00
benfry c0228e5d8a last minute additions 2005-11-30 00:36:38 +00:00
benfry e54b5d5035 late breaking fixes 2005-11-29 23:07:22 +00:00
benfry 215301e1d7 release notes and finalizing rev 0097 2005-11-29 22:53:11 +00:00
benfry 726ee13336 changes to exe files for launcher and its placement, also notes in faq
about export to app being implemented
2005-11-29 22:02:17 +00:00
benfry 957dcd136a why do these appear to be changed? 2005-11-29 21:58:25 +00:00
benfry 7d3c5d1c6c implement per-platform export settings 2005-11-29 21:46:59 +00:00
benfry 0a931d169f linux export-to-application working 2005-11-29 20:47:31 +00:00
benfry bb508a5382 shift-click on export will export as application 2005-11-29 20:07:59 +00:00
benfry 98f24510be export to application working for windows 2005-11-29 19:11:53 +00:00
benfry 8811c2676f force a save before exporting.. fixes bug #157 2005-11-29 00:50:24 +00:00
benfry 1ba0c18a20 conditionally add code for main() via the preproc 2005-11-29 00:30:50 +00:00
benfry 91a68f91ae put jnilib files into Contents/Resources/Java.. also open folder after export 2005-11-29 00:06:47 +00:00