Commit Graph

72 Commits

Author SHA1 Message Date
benfry 1dded5e6bf tweaks for finishing 46 2002-11-20 17:36:38 +00:00
benfry b315c7ffd9 notes in readme and revisions for the final 2002-11-20 16:57:52 +00:00
benfry 5153abf92f updating make and build dirs 2002-11-20 05:05:19 +00:00
benfry 8ab16cc831 say it with me "46" "46" fooooooorty six! 2002-11-20 04:44:45 +00:00
benfry d860ab4aac added individual readme for the serial stuff 2002-11-20 04:42:23 +00:00
benfry 3b24e96dfe finishing up for 46
X fix default fonts, font size on mac
X fix lots of annoying crap about highlighting lines on errors
X re-enable console, add synchronized (hrmph)
2002-11-20 04:12:46 +00:00
benfry 7712637a2e fixes for new directory layout and building under osx 2002-11-19 07:44:30 +00:00
benfry ad8d541d63 recursive sketch folders now work
but coloring seems to be pretty flakey
2002-10-23 01:45:43 +00:00
benfry 33f91aca0b stopped flicker in PdeEditorTextPane loading.. yeowchh 2002-10-22 02:48:30 +00:00
benfry f0beb47a49 first sighting of syntax coloring working inside p5 2002-10-21 06:41:46 +00:00
benfry 3e96229b66 working on integration of new text editor with coloring 2002-10-21 05:49:10 +00:00
benfry 534ca955cd X switch to swing editor
X moved build dirs in cvs
2002-10-21 03:37:49 +00:00
benfry 3fcaec360d last bits for 45 2002-10-21 00:14:20 +00:00
benfry 9e662f71f7 prep for non-release 45, just before moving to swing 2002-10-21 00:11:01 +00:00
benfry a1fa70a522 added date stamp 2002-09-02 16:37:31 +00:00
benfry 601c4773c1 tweak tweak 2002-09-02 16:35:25 +00:00
benfry 5036cb85ea tweaks towards 44 2002-09-02 16:34:03 +00:00
benfry fda38056a0 more tidbits for macosx 2002-09-02 16:09:29 +00:00
benfry 9cadd71f40 X don't throw exceptions for serial on startup if no serial available?
o   gets upset on osx if rxtx not installed during menu building
X   actually, it just throws UnsatisfiedLinkError
X     make a note in the readme, particularly wrt macos
X readme additions
X   size() and background() need regular nums, no vars
X   hidden features/niceties
X     click sketch title to rename
X     mention shift-run for present mode
X   known issues
X     macos sketch window resizing strangely
X     win95/98/me version acts poorly or doesn't run
X as approaches 1000 lines, editorconsole has arrayindexoutof bounds
2002-09-02 03:43:51 +00:00
benfry de22f7b105 X set bg/fg color of text editing area
X add option for running with external editor
X   sets text area to not editable, changes color
X   gets new text on each run.. calls handleOpen2 or whatever
X   disables save.. save as ?
X organizing directories, save to other directories blows up
X   for now, disallow the / or : characters
X   there was a bug that required a noop() b/c of jikes or 1.3 problems
X is problem w/ beautify that it has no menu event handler?
X   write event handler, and make sure it doesn't work for external ed
2002-09-02 00:27:18 +00:00
benfry cce3ca410f rxtx installer for 1.4-15 2002-08-04 04:02:44 +00:00
benfry aac37b8fb7 final stuff for 43 2002-08-02 19:37:23 +00:00
benfry 26ee55d44e new readme and revisions for 43 2002-08-02 18:38:33 +00:00
benfry f2f83e55b4 yup 2002-08-02 17:16:49 +00:00
benfry 15b0ab4ae3 rev 42 final 2002-08-02 16:42:19 +00:00
benfry eae67bdb9b X added icon to replace the coffee cup
X see if play being highlighted can be implemented again
X   especially important because of speed issues
2002-08-02 16:27:14 +00:00
benfry a35bff9413 yep that's 41 2002-08-02 03:46:56 +00:00
benfry ec5cef819e rev 40, tweak to platform 2002-08-01 15:09:01 +00:00
benfry b96a0507ba final tidbits for rev 39 2002-08-01 06:36:38 +00:00
benfry c1a60c40ed final touches on 39 2002-08-01 06:30:38 +00:00
benfry e606935b12 had to add comm.jar because run.sh needs it for kjc 2002-08-01 05:18:47 +00:00
benfry f3a45032b1 serial updating and tweaking 2002-08-01 05:10:52 +00:00
benfry 391ca270ff X serial
X   some method for getting list of serial ports
X     pde menu item for listing serial ports available
o     could just println them to the console
X   import javax.comm stuff as standard in kjc (but not export)
X can't get fonts to load - tested working ok
X   bagel complaint: could not load font Univerx76.vlw.gz
X   why the x? what's going on?
2002-08-01 04:17:57 +00:00
benfry 8853223602 X much reworking for run/present modes
X   run/present modes are getting confused
X   [esc] to exit presentation mode
X remove 'edit' menu because it's worthless
2002-08-01 01:45:54 +00:00
benfry 9aedc97459 tweak to correct classpath for kjc 2002-07-31 21:55:05 +00:00
benfry 8f5b9a50ae last tweaks for 38 (hopefully) 2002-07-31 21:42:06 +00:00
benfry 2fccd0f03b mother fucking piece of shit robbed me from being able to get this dist
out the door before i need to leave tonight.
2002-07-31 02:16:43 +00:00
benfry 413e26e35c last touches for rev 38 2002-07-31 02:02:32 +00:00
benfry b31140f21f renaming pde platform properties, making changes to dist to reflect it.
also removing CVS dirs from dist scripts for all platforms
2002-07-31 01:56:13 +00:00
benfry d329c22494 renaming slightly 2002-07-31 01:42:02 +00:00
benfry 140164e3e6 tweaks to linux distribution 2002-07-31 01:17:03 +00:00
benfry 8e0be255f5 things getting downright happy 2002-07-31 00:58:18 +00:00
benfry 6c723a2fdd macos9 ironed out.. things starting to look good 2002-07-30 20:54:08 +00:00
benfry f366fbd24e macosx package works! yeeha! 2002-07-30 15:56:05 +00:00
benfry d36cd42ea3 working on new dist script 2002-07-30 15:37:11 +00:00
benfry a7c55410ff working on osx distribution 2002-07-30 05:37:08 +00:00
benfry 93eaf7b2bb set permissions too 2002-07-30 04:59:34 +00:00
benfry 4d6f476ca4 short stub to make an exe for linux 2002-07-30 04:58:48 +00:00
benfry 7502b1d8eb finish serial for windows, better launcher 2002-07-30 01:11:42 +00:00
benfry d4f87d5419 launcher exe for windows and much joy 2002-07-29 23:39:10 +00:00