From chuck.brotman at gmail.com Sat Jul 9 18:27:24 2005 From: chuck.brotman at gmail.com (Chuck Brotman) Date: Sat Jul 9 18:20:09 2005 Subject: [FR-users] ououtput pane in freeride Message-ID: On my system (winXP), the output pane doesn't seem to function properly. if I run a program from the editor, I see ther ruby invocation and exit statements However the syntax error messages don't seem to show up there. Nor, it seems do my output commands (prints, puts) Is there a way to direct the Ruby error messages and output to the output pane? From chuck.brotman at gmail.com Sat Jul 9 18:33:31 2005 From: chuck.brotman at gmail.com (Chuck Brotman) Date: Sat Jul 9 18:26:11 2005 Subject: [FR-users] what purpose the dropdown widget in the output pane serve? Message-ID: what purpose the dropdown widget in the output pane serve? In the output pane there is a line-legnth dropdown box. I have yet to see anything show up in there and it doesnt seem to take inpuy, So, What's it for? From laurent at moldus.org Sun Jul 10 06:05:59 2005 From: laurent at moldus.org (Laurent Julliard) Date: Sun Jul 10 06:00:49 2005 Subject: [FR-users] ououtput pane in freeride In-Reply-To: References: Message-ID: <42D0F307.6000808@moldus.org> Chuck Brotman wrote: > On my system (winXP), the output pane doesn't seem to function properly. > if I run a program from the editor, I see ther ruby invocation and exit > statements > However the syntax error messages don't seem to show up there. Nor, it seems > do my output commands (prints, puts) Is there a way to direct the Ruby error > messages and output to the output pane? > This is one of the many problems with the Win32 version compared to Linux. The work around for this one is to configure FR to run the script in a terminal (see debugger/run preference dialog box). Anybody wants to tak over this issue? Laurent From laurent at moldus.org Sun Jul 10 06:07:21 2005 From: laurent at moldus.org (Laurent Julliard) Date: Sun Jul 10 06:02:10 2005 Subject: [FR-users] what purpose the dropdown widget in the output pane serve? In-Reply-To: References: Message-ID: <42D0F359.2060809@moldus.org> Chuck Brotman wrote: > what purpose the dropdown widget in the output pane serve? > > In the output pane there is a line-legnth dropdown box. I have yet to see > anything show up in there and it doesnt seem to take inpuy, > > So, What's it for? > > > > _______________________________________________ > Freeride-users mailing list > Freeride-users@rubyforge.org > http://rubyforge.org/mailman/listinfo/freeride-users > The output pane can handle several output from several plugins. And this is where you select the output you want to see. For now only the Run script plugin uses the output pane plugin so the select box is not very useful Laurent From chuck.brotman at gmail.com Mon Jul 11 13:27:35 2005 From: chuck.brotman at gmail.com (Chuck Brotman) Date: Mon Jul 11 13:19:57 2005 Subject: [FR-users] what purpose the dropdown widget in the output paneserve? References: <42D0F359.2060809@moldus.org> Message-ID: Laurent, Thanks for the clarification, Chuck "Laurent Julliard" wrote in message news:42D0F359.2060809@moldus.org... > Chuck Brotman wrote: >> what purpose the dropdown widget in the output pane serve? >> >> In the output pane there is a line-legnth dropdown box. I have yet to >> see anything show up in there and it doesnt seem to take inpuy, >> >> So, What's it for? >> >> >> >> _______________________________________________ >> Freeride-users mailing list >> Freeride-users@rubyforge.org >> http://rubyforge.org/mailman/listinfo/freeride-users >> > > The output pane can handle several output from several plugins. And this > is where you select the output you want to see. For now only the Run > script plugin uses the output pane plugin so the select box is not very > useful > > Laurent From laurent at moldus.org Wed Jul 13 16:17:01 2005 From: laurent at moldus.org (Laurent Julliard) Date: Wed Jul 13 16:11:49 2005 Subject: [FR-users] Re: FreeRIDE - Fox UI font size? In-Reply-To: <42D51C95.8000709@icewater.org> References: <42D51C95.8000709@icewater.org> Message-ID: <42D576BD.50109@moldus.org> mike wrote: > hi - > > > the font size of the UI (menus, tab text, tree nodes, etc) is very small > on my system (debian). is there some way i can make it larger? > > i saw nothing in the settings or docs about this... my attempts to > figure out FOX were unsuccessful... > > > thanks > This is part of the FOX registry. In you home directory create a .foxrc directory, then create the Desktop file in there and put something like this in it [SETTINGS] normalfont = "[helvetica] 80 500 1 1 0 0" the first number is the size in decipoints (or tenth of points) so 80 means 8 points in size Hope this helps Laurent From chuck.brotman at gmail.com Wed Jul 13 16:43:01 2005 From: chuck.brotman at gmail.com (Chuck Brotman) Date: Wed Jul 13 16:35:21 2005 Subject: [FR-users] freeride editor comments Message-ID: I would like to offer some suggestions for features for addition to the freeride editor 1) the ability to highlight (specifically the bracket/paren/quote at the cursor and its match. 2) A Print function: preferably one which respects the formatting and color coding of the editor. Print preview would be nice, too, but since I don't see it in scite, I won't ask for it here From laurent at moldus.org Wed Jul 13 17:07:13 2005 From: laurent at moldus.org (Laurent Julliard) Date: Wed Jul 13 17:01:59 2005 Subject: [FR-users] freeride editor comments In-Reply-To: References: Message-ID: <42D58281.2000102@moldus.org> Chuck Brotman wrote: > I would like to offer some suggestions for features for addition to the > freeride editor > > 1) the ability to highlight (specifically the bracket/paren/quote at the > cursor and its match. > This one is definitely part of the Scintilla widget. So it's probably just a matter of setting the appropriate properties but it Shouldn;t be too complex. See http://scintilla.sourceforge.net/ScintillaDoc.html#BraceHighlighting > 2) A Print function: preferably one which respects the formatting and color > coding of the editor. Print preview would be nice, too, but since I don't > see it in scite, I won't ask for it here > I never looked at that one but there a number of Ruby code pretty formatter out there and may be some of them have an xhtml or even a PDF output that could be printed. Laurent -- Laurent JULLIARD http://www.moldus.org/~laurent From chuck.brotman at gmail.com Wed Jul 13 17:39:54 2005 From: chuck.brotman at gmail.com (Chuck Brotman) Date: Wed Jul 13 17:35:17 2005 Subject: [FR-users] Freeride Bug (crash) report (winXP) Message-ID: When I hit OK on the edit/preferences editor dialog, FreeRIDE crashes (back to windoze with no evident error messages) . This seems to occur whether or not I make a change in the dialog. Chuck Brotman From chuck.brotman at gmail.com Wed Jul 13 17:59:09 2005 From: chuck.brotman at gmail.com (Chuck Brotman) Date: Wed Jul 13 17:52:55 2005 Subject: [FR-users] Freeride Bug (crash) report (winXP) References: Message-ID: "Chuck Brotman" wrote in message news:db41h5$kt9$1@sea.gmane.org... > When I hit OK on the edit/preferences editor dialog, FreeRIDE crashes > (back to windoze with no evident error messages) . This seems to occur > whether or not I make a change in the dialog. > > > Chuck Brotman Quick update 1) This happens even from OK on the base preferences dialog, without accessing the edit page. 2) The file currently being edited is lost (i.e. all unsaved changes are lost) Not unexpected, but I thought it might be worth mentioning for debugging From chuck.brotman at gmail.com Mon Jul 18 11:38:30 2005 From: chuck.brotman at gmail.com (Chuck Brotman) Date: Mon Jul 18 11:34:13 2005 Subject: [FR-users] IRB reset?? Message-ID: I'm not sure if this is a Ruby or FreerRIDE question, so I'll ask it here and hope for the best. When I "load" my program into the FreeRide IRB for a second time in a given session, I get warning messages in he copnsole stating that I am redifining my constants. Apparently there is left over state in the IRB. I've seen some other anomolies that sweem similar (like a "load" causing a previously entered IRB statement to be re-evaluated. Am I right aboiut this being "left over" state? and if so is there a way tro reset the IRB state, short of exiting and re-entering?? From laurent at moldus.org Sun Jul 24 16:51:50 2005 From: laurent at moldus.org (Laurent Julliard) Date: Sun Jul 24 17:32:22 2005 Subject: [FR-users] IRB reset?? In-Reply-To: References: Message-ID: <42E3FF66.50404@moldus.org> Chuck Brotman wrote: > I'm not sure if this is a Ruby or FreerRIDE question, so I'll ask it here > and hope for the best. > > When I "load" my program into the FreeRide IRB for a second time in a given > session, I get warning messages in he copnsole stating that I am redifining > my constants. Apparently there is left over state in the IRB. I've seen > some other anomolies that sweem similar (like a "load" causing a previously > entered IRB statement to be re-evaluated. > > Am I right aboiut this being "left over" state? and if so is there a way tro > reset the IRB state, short of exiting and re-entering?? > > Precisely, there isn't any way od doing this in FreeRIDE now. When you close the IRB window you are actually hidding it not killing the IRB session. This is something that must be implemented. Laurent From nochoice at xs4all.nl Sun Jul 24 18:51:21 2005 From: nochoice at xs4all.nl (Jonathan Maasland) Date: Sun Jul 24 18:37:02 2005 Subject: [FR-users] Filesearcher plugin Message-ID: <42E41B69.8060109@xs4all.nl> Dear FreeRIDE user, I just finished my first version of my multifile-searcher plugin for FreeRIDE. As the name implies it allows you to search multiple files (and directories) for a search string or regular expression. This is a very simple plugin and I hope you find it useful, I know I do :) As of yet it's still untested on Windows, but I think it should work there (haven't tried) Get it from: http://www.xs4all.nl/~nochoice/filesearcher_0.1.tar.bz2 I hope this plugin can (someday) become part of FreeRIDE All suggestions, reactions and/or bug-reports are greatly appreciated With kind regards Jonathan Maasland