Commit Graph

134 Commits

Author SHA1 Message Date
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
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 ec5cef819e rev 40, tweak to platform 2002-08-01 15:09:01 +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 0b18943b51 macos tweak for launching web 2002-08-01 06:04:52 +00:00
benfry f2266c1418 reference and p5.net menu items for other platforms 2002-08-01 05:56:55 +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 8f5b9a50ae last tweaks for 38 (hopefully) 2002-07-31 21:42:06 +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 72d7934489 tweaks for linux 2002-07-31 01:54:11 +00:00
benfry 29ebd3838a fixed button background on editor status for os9, tweaked for osx 2002-07-30 23:18:25 +00:00
benfry 2c945deb41 trying to fix background color issues for mac buttons 2002-07-30 22:54:32 +00:00
benfry 6c723a2fdd macos9 ironed out.. things starting to look good 2002-07-30 20:54:08 +00:00
benfry a7c55410ff working on osx distribution 2002-07-30 05:37:08 +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
benfry bfe8984dff added 'history' menu 2002-07-29 03:12:00 +00:00
benfry c91f655e78 X copying files from 'data' dir is not recursive.. fixed
X move structure of app/application dirs around a bit
X make a new 'dist' function for building
X save window position (only during session) of sketch run window
X shouldn't substitute f's for: "Univers76.vlw.gz";
X   need lots of testing--this changes lots of things
X fixed commentsCodec which was mangling things
o present mode doesn't work for draw()
X   tested, seems to be fine?
X console - convert tabs to spaces
o   line wrapping (but save info for resize? noo..)
X fix to line numbers being off for KjcEngine exception highlights
X changed error color slightly for console to fit status error
X size() not being called in setup is gonna cause lots of headaches
X   hack: put exception handler around setup and re-call if necessary
X linefeeds were wrong in BApplet
2002-07-28 03:46:25 +00:00
benfry 77b3dc2c25 random fixes and making windows build script 2002-07-28 00:38:07 +00:00
benfry ed866959be X collapse pdeengine/pderunner/kjcengine
X   remove 'extends' from kjcengine, make an instance of Main
X     may need to subclass at.dms.kjc.Main to override the exit()
X   make pdeengine a class
X   remove pderunner, collapse into pdeengine
2002-07-27 23:28:59 +00:00
benfry d8fc3ae887 fixed engine so it no longer subclasses kjc 2002-07-27 22:43:50 +00:00
benfry a5c1fe5926 thought this was checked in.. guess not 2002-07-27 22:34:10 +00:00
benfry ca98781fa7 X macosx.. editor.status.font needs to be size 12
X   same under windows, just wasn't being set properly before
X   header font needed to be set each time as well
X introduce pde.properties_OSNAME
X   tested to make sure it joins with the other pde.properties ok
X setPixel(i, j, #99CC00);
X   not working anymore Syntax error: unexpected token: CC00
X   problem was substitute only worked along with =
2002-07-27 19:14:28 +00:00
benfry c71b71abe4 tweaking for the mac.. buttons taller, uppercase, font work 2002-07-26 23:03:25 +00:00
benfry dbe9dce862 moved so that buzz.pl is used from bagel, so changes can be made in one
place
2002-07-25 20:54:57 +00:00
benfry f9500b6376 tweaks to get building working on macosx 2002-07-25 20:51:11 +00:00
benfry 92ff2f3fdf more cleaning 2002-07-25 20:10:06 +00:00
benfry 3e95fa02db are you ready for a NEW BUILD ORDER 2002-07-25 20:04:58 +00:00
benfry 303bc210d5 cleaning 2002-07-25 17:16:33 +00:00
benfry 0f62bcf62d trying to move things around a bit, mostly making a mess 2002-07-25 04:06:39 +00:00
benfry a259399597 shmancy new make.bat for p5 windows, and bapplet working nicely too.
started getting serial back into bapplet, need to test tomorrow.
2002-07-24 04:29:03 +00:00