Commit Graph

98 Commits

Author SHA1 Message Date
benfry 27643b6233 smaller misc stuff, mostly for macosx, hacking on some of danh's changes 2003-07-27 19:35:13 +00:00
benfry c9b0d372e8 attempt to get javac running, especially for macos9 2003-07-25 22:27:53 +00:00
benfry dcdbca5293 licensing and tabs 2003-07-24 22:54:23 +00:00
benfry 06e11ffd26 adding licensing information to files, removing some tabs 2003-07-23 21:32:33 +00:00
benfry b804b4759b focus fixes from danh 2003-07-21 18:51:58 +00:00
benfry c8bedc1691 dh 1 X save last-used serial to sketch.properties on quit 2003-07-18 19:57:52 +00:00
benfry 01c65e11a8 resizable console and text area [danh]
beginnings of better error message when void is missing [danh]
2003-07-15 23:53:34 +00:00
dmose 7ecb7ac429 Replace Kjc compiler with jikes 2003-07-13 22:09:50 +00:00
benfry 4bfb8355f5 getting gl4java wired in, removing KjcApplet for simplicity 2003-07-13 18:08:53 +00:00
benfry b917f83bf8 code from danh to get started on evnironment issues 2003-07-07 15:12:59 +00:00
dmose ec38155680 Backend refactoring: KjcEngine has been split up into separate classes for preprocessing, compiling, and running. 2003-07-04 18:43:47 +00:00
benfry c913e55f9f patch from danm for selecting the last line of code properly 2003-06-23 22:11:41 +00:00
benfry ff73b7bbad changes for wheelmouse auto-detect, and incorporating video 2003-04-29 15:52:30 +00:00
REAS a3ba1faf30 Altering the HTML output to read Processid 2003-02-18 11:14:49 +00:00
benfry 2c94fd7719 dumb bug found with quotes missing 2003-01-27 15:12:22 +00:00
benfry e51dbb6bad X new html for export 2003-01-26 17:50:01 +00:00
benfry c116a581a2 cleaning up the todo list 2003-01-26 16:18:37 +00:00
benfry d996f2d08f people, todos, and tweak for os9 2003-01-06 22:10:09 +00:00
benfry 99988430fc final tidbits, closing in on 47 2003-01-06 01:51:40 +00:00
benfry 3fa24c43de new text editor coming along nicely 2003-01-05 23:35:30 +00:00
benfry f0e4a5642a working on editor and fixing colors 2003-01-05 20:45:46 +00:00
benfry e7360b2360 working on editor 2003-01-05 16:01:02 +00:00
benfry 8952ecbfcb moving to jedit editor 2003-01-05 07:48:38 +00:00
benfry c896b6d7df more people 2002-12-28 13:55:13 +00:00
benfry 86f35e5b39 finishing up 46 and fixing urldecoder bug when trying to write sketch
props
2002-11-20 18:46:10 +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 49fd358328 tweaks to cleanup work on layout 2002-11-19 22:18:42 +00:00
benfry 7808c75511 may have fixed bug causing weird overlap of the status window 2002-11-19 22:17:44 +00:00
benfry 728a098377 X better default size than 300x300 when starting up first time 2002-11-19 20:16:24 +00:00
benfry 0ad1b80994 more 2002-11-19 09:05:26 +00:00
benfry f12b2b45c3 message when running p5 for the first time and serial port sucks 2002-11-19 08:03:38 +00:00
benfry d293ae2c62 serial port message.. in progress 2002-11-19 07:05:09 +00:00
benfry ccb1c9b1f8 X added 'rename' command
X   also the default for clicking on the sketch's title
2002-11-19 06:33:16 +00:00
benfry 8a1f6e53bb ironed out several problems with text editor 2002-11-18 21:48:14 +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 3b300df5f1 X rectangles were drawing 1 pixel too large
X re-implemented sketchModified
2002-10-22 19:19:09 +00:00
benfry e0ac753c8c undo/redo and edit menu implementation 2002-10-22 06:33:57 +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 534ca955cd X switch to swing editor
X moved build dirs in cvs
2002-10-21 03:37:49 +00:00
benfry fda38056a0 more tidbits for macosx 2002-09-02 16:09:29 +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 f1fbe503bb usual 2002-08-09 03:34:41 +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 2aa42e497a more tastiness towards 41 2002-08-02 03:14:14 +00:00
benfry dddd05742c bug fixes
X fill(#ffcc00) wasn't working for rect, calci not being set
X   also affected background and stroke
X export was failing if no data dir
X move background() out of draw() for draw mode apps
X click on project name to quickly go to rename mode
2002-08-02 00:01:24 +00:00
benfry 9248e2c7c2 ok.. that was a bad idea 2002-08-01 06:39:54 +00:00
benfry c1a60c40ed final touches on 39 2002-08-01 06:30:38 +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 8f5b9a50ae last tweaks for 38 (hopefully) 2002-07-31 21:42:06 +00:00