Commit Graph

166 Commits

Author SHA1 Message Date
benfry d996f2d08f people, todos, and tweak for os9 2003-01-06 22:10:09 +00:00
benfry 2211251fe4 oops 2003-01-06 02:00:30 +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 9f7161e895 making versions specific to their implementations 2003-01-05 08:02:17 +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 0b23e67756 additions to people list 2002-12-24 20:28:40 +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 1dded5e6bf tweaks for finishing 46 2002-11-20 17:36:38 +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 1b18e66229 working on a standard style based on old font stuff 2002-11-19 23:05:37 +00:00
benfry d53bdc5c4a tweaking new layout for windows 2002-11-19 22:53:51 +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 1307ff446f working on macosx java resize bug 2002-11-19 20:19:29 +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 4fa553d250 X serial port
X   better message for PortInUseException (full explanation)
X   better message for when serial port code not available/not installed
2002-11-19 08:44:37 +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 d0ad011dfd X preprocessor tweaks
X   "http://acg.media.mit.edu" doesn't work because of //
X   "color.jpg" -> "int.jpg" causes trouble
X why does this line cause an error?
// String url = "http:\u002f\u002fwww.Proce55ing.net";
X   it's not in the preprocessor, but kopi seems to be having trouble
2002-11-19 05:43:10 +00:00
benfry c98782b051 attempt to fix syntax coloring a bit 2002-11-19 04:37:39 +00:00
benfry df7d10ebee added imports for 1.3 and 1.4 stuff 2002-11-19 03:17:23 +00:00
benfry c680c59fbf spew out compiler error message when kopi dies
fixes a freezing bug in more complicated code
2002-11-19 01:27:21 +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 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 c5e07561c2 tweaks 2002-09-05 22:07:18 +00:00
benfry 38fa6901d4 X major: fix error message stream mid-compile
X   ClassCastException on startup (or not found?)
2002-09-05 20:27:07 +00:00
benfry cb02a5fb9e X no more CVS and .cvsignore entries in sketchbook menu
X only put things in the menu if in proper structure
2002-09-04 23:20:11 +00:00
benfry fda38056a0 more tidbits for macosx 2002-09-02 16:09:29 +00:00
benfry ea7811d012 text swapper for save as under osx.. event.consume() wasn't working 2002-09-02 15:41:55 +00:00
benfry 10d7ce8a57 hokey arrow key support for macosx 2002-09-02 15:20:58 +00:00
benfry 785efd188e working on hokey arrow key stuff 2002-09-02 05:12:28 +00:00
benfry ff044ba2b1 trying to move up console window for osx/os9 2002-09-02 03:45:51 +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 da9fe9f137 X don't popup offscreen if editor window is way left.
X   just make sure the x coord > 10 or so (if not presenting)
X     if so, pop up window 50, 50 from upper left corner
X   if it still won't fit, center the window on screen
2002-09-02 02:52:18 +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