Commit Graph

907 Commits

Author SHA1 Message Date
benfry 6f6ef91757 new error handling to pick up OutOfMemoryError and other catastrophic even
t crap
2008-08-09 02:20:12 +00:00
benfry 30efad95e6 better error message for max memory too high 2008-07-28 14:06:09 +00:00
benfry 7ced5b00be get windows working by using dt_shmem 2008-07-28 13:47:55 +00:00
benfry ab53f67669 trying with numeric address 2008-07-28 12:12:47 +00:00
benfry c37143e4c4 now reading stderr from vm startup 2008-07-28 11:59:53 +00:00
benfry c302724688 no warnings necessary 2008-07-28 03:14:04 +00:00
benfry 6da3695df5 switching to ecj from javac 2008-07-28 03:05:03 +00:00
benfry 17a0b709d1 trying to fix target vm problem (bug #796) and error msgs on i18n systems
(bug #828)
2008-07-17 00:47:48 +00:00
benfry 081eec0878 starting release 0143 2008-06-16 12:55:14 +00:00
benfry 8f18c8ace7 release notes for 0142 2008-06-16 12:07:18 +00:00
benfry 9a9ad9cedf fixes to specify the class for a missing method (or if an array, specify
that)
2008-06-14 23:54:01 +00:00
benfry 3cbc557869 deal with preproc errors that go past the end of the code 2008-06-14 21:59:32 +00:00
benfry 79b10679e3 fix web color error (bug #196) and refactor RunnerException a bit 2008-06-12 19:01:58 +00:00
benfry d926d8adb0 fix for bug #820, problems with error parsing in compiler (only parse one) 2008-06-12 12:45:51 +00:00
benfry 6aaa766700 starting release 0142 2008-06-12 02:52:37 +00:00
benfry 8e394a2e4d move "Copy for Discourse" into the Edit menu 2008-06-12 00:00:22 +00:00
benfry 7a7b2dcaa2 removing these files from svn, they're auto-generated 2008-06-11 23:58:27 +00:00
benfry 6d6d667a4c changes to clean up consistent use of UTF-8 encoding. add getSketch()
accessor, and FixEncoding tool.
2008-06-11 19:21:16 +00:00
benfry 0a38d948dc more fixes for consistent utf-8 support 2008-06-11 17:44:50 +00:00
benfry 0244e095d0 fix for bug #817, hide javac warning msgs 2008-06-11 17:32:56 +00:00
benfry c76c7c7bc4 sketch load/save all utf-8. add item to tools menu for reload using local
encoding
2008-06-11 03:43:31 +00:00
benfry 8853294c3f beginning rev 0141 2008-06-10 20:02:16 +00:00
benfry 809ec95da9 no, i like typos. some of my best friends are typos. 2008-06-10 19:34:25 +00:00
benfry 53ac4f25f2 showstopper problem with error parsing inside Compiler 2008-06-10 19:19:59 +00:00
benfry f6022daacc cleaning up Compiler, and finalizing release 0140 to include all the
changes
2008-06-10 18:37:03 +00:00
benfry 0ea5de77c7 fix hanging problem when using PipedInputStream and friends 2008-06-10 17:38:15 +00:00
benfry 3ba998eb6b fix for unicode 2008-06-10 17:12:07 +00:00
benfry a18b931398 change file encoding to unicode (instead of windows latin) 2008-06-10 15:20:24 +00:00
benfry d653a9e8b4 get windows build in order for 0140, lots of script changes 2008-06-10 04:03:04 +00:00
benfry 33b270a4b0 complete javac wiring, making moves to remove jikes 2008-06-10 02:08:37 +00:00
benfry 29af6b606f hopeful fix for bug #777 (division by zero in Create Font) 2008-06-07 15:16:17 +00:00
benfry ea0656d9dc switching to javac, signficant changes to build setup 2008-06-05 16:11:23 +00:00
benfry 8f6a01993a more work on platform setup, remove nasty jniregistry dll 2008-06-05 15:24:28 +00:00
benfry 9f94ac9fc7 move openFolder, openFolderAvailable, openURL to Platform classes 2008-06-05 15:10:51 +00:00
benfry 589f6e318f reworking platform-specific functions inside Base 2008-06-05 04:18:13 +00:00
benfry 9a68b542de working on windows registry through jna 2008-06-04 20:34:26 +00:00
benfry 48910f9f50 moving macos base commands 2008-06-04 19:50:47 +00:00
benfry e48b77dc0d creating macosx package 2008-06-04 19:49:12 +00:00
benfry 24ae229e5b working on windows registry setup 2008-06-04 19:14:37 +00:00
benfry 69f4faf999 add reflection so that BaseMacOS needn't be built on other platforms 2008-06-04 18:58:55 +00:00
benfry be6c9efa62 starting rev 0140 2008-06-04 16:07:42 +00:00
benfry a343e23679 trying to work on debugger mess, check in interim changes for 0139 2008-06-04 15:31:43 +00:00
benfry 7db9466235 fix for bug #795, error highlighting broken 2008-06-03 21:04:13 +00:00
benfry 201aad9480 eclipse tab settings 2008-06-03 21:03:54 +00:00
benfry e9d0ba2081 fix bug #803 include memory settings with exported applications on macosx 2008-06-03 20:48:41 +00:00
benfry dcb6e8f1c1 starting 0139 2008-06-01 02:06:13 +00:00
benfry 1ad2980cef trying to figure out menu troubles 2008-05-31 22:45:06 +00:00
benfry 960ce56afd disable javac for release 0138 2008-05-31 21:22:52 +00:00
benfry 1cf1e4dbc9 remove debugging info from export (oops) 2008-05-31 21:21:07 +00:00
benfry e0f03f8ab1 work on builds from eclipse 2008-05-31 21:02:11 +00:00