il Tue, 29 Apr 2003 08:44:05 +0900, "Curt Hibbs" <curt / hibbs.com> ha scritto:: >> Just one thing:: running at 800x600 (my ol 15" is too little at 1024 >> for me) the main window is bigger that the desktop .. > >Yes, we have a bug report on this one. For now, just use your mouse to grab >the edges of the window and resize it. FreeRIDE will remember the new size >for next time. ok, works thanks >> Oh, I suppose that must be a "debug" option somewhere but I can't see >> it, but is nice to see the Icons on the toolbar "highlihtged". > >I just posted a message to ruby-talk about this. It turns out that the >debugger plugin has its autoload property set to "false" so the debugger is >not being loaded. just seen, thanks again > >> One thing: why don't add a simple "check syntax" (ruby -c) command ? > >Sounds like a nice little plugin project for someone to try out -- anyone >interested? Ok, I had to go the my university course but I didn't wake up. So this morning I made some search & replace over script_runner and obtained something that seem to work: http://irc.dis.uniroma1.it/~loser/syntax_checker.tgz actually, the interesting fact is that: this seem to work, (I din't tested it much , but it is 99% script_runner.rb so it should work anyway) but I dont' understand most of what I did! dunno if this is good cause writing plugins is so easy or bad cause I'm stupid.. oh nevermind.. thanks