From paul.thirumalai at gmail.com Thu May 10 13:11:52 2007 From: paul.thirumalai at gmail.com (Paul Thirumalai) Date: Thu, 10 May 2007 10:11:52 -0700 Subject: [FR-devel] Freebase documentation issues Message-ID: <900c9adf0705101011h75f32efo4239814948f1bc97@mail.gmail.com> Hi All I am brand new to freeride ( started using it yesterday ). I started using it because I could not find a decent IDE for Ruby which is free, and my license for Kimodo expired. In any case, I wanted to write a few plugins to improve my producticvity and was looking at the freebase documentation. The diagram that describes the states of a plugin does not appear in my browser ( I am using IE ). Could someone please fix that. Thanks Paul -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/freeride-devel/attachments/20070510/4140234e/attachment.html From paul.thirumalai at gmail.com Fri May 11 19:03:35 2007 From: paul.thirumalai at gmail.com (Paul Thirumalai) Date: Fri, 11 May 2007 16:03:35 -0700 Subject: [FR-devel] Implementing auto indenting and intellisense for ruby classes in freeride Message-ID: <900c9adf0705111603h26070f16yfb463b371be58e2@mail.gmail.com> Hi All I am trying to implement auto indenting and intellisense in freeride. Could someone point me to teh correct plugin I should be looking at to modify. Or am I totally in teh wrong direction and should actually be doing something else, other than creating/modfying a plugin. Thanks Paul -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/freeride-devel/attachments/20070511/6638ee24/attachment.html From marcin.raczkowski at gmail.com Fri May 11 21:16:56 2007 From: marcin.raczkowski at gmail.com (Marcin Raczkowski) Date: Sat, 12 May 2007 03:16:56 +0200 Subject: [FR-devel] Implementing auto indenting and intellisense for ruby classes in freeride In-Reply-To: <900c9adf0705111603h26070f16yfb463b371be58e2@mail.gmail.com> References: <900c9adf0705111603h26070f16yfb463b371be58e2@mail.gmail.com> Message-ID: <1178932618.31656.0.camel@localhost> Dnia 11-05-2007, pi? o godzinie 16:03 -0700, Paul Thirumalai napisa?(a): > Hi All > I am trying to implement auto indenting and intellisense in freeride. > Could someone point me to teh correct plugin I should be looking at to > modify. Or am I totally in teh wrong direction and should actually be > doing something else, other than creating/modfying a plugin. > > Thanks > Paul try ruby2ruby and parsetree, but work on freeride is mostly stoped - so ttry netbeans instead ^^ From nochoice at xs4all.nl Sat May 12 03:04:42 2007 From: nochoice at xs4all.nl (Jonathan Maasland) Date: Sat, 12 May 2007 09:04:42 +0200 Subject: [FR-devel] Implementing auto indenting and intellisense for ruby classes in freeride In-Reply-To: <1178932618.31656.0.camel@localhost> References: <900c9adf0705111603h26070f16yfb463b371be58e2@mail.gmail.com> <1178932618.31656.0.camel@localhost> Message-ID: <4645670A.9010202@xs4all.nl> First off I'd like to mention that after a period of well over half a year I'm starting to program again. I've suffered from a pretty severe depression and am still trying to cope with it. Hopefully the next month or two I'll be able to create something useful for FreeRIDE again. (note the hopefully) Secondly, I started looking at ParseTree just yesterday so I can't really say I'm speaking from experience but it seems like a nice interface to parse Ruby files with. Currently we are using an old(er) version of Ripper which unfortunately can't parse all the Ruby files in the standard distro. I've worked on Ripper (a long time ago) and it's not easily modified code. That said it is waaaay faster than ParseTree. You could take a look at the plugins/rubyide_tools_source_parser directory to see how Ripper is currently being used. When a new project is created all existing ruby files are parsed and classes modules and methods are displayed in the project_explorer. IntelliSense is a really great idea and has been proposed here before. However, it's a really complex beast to overcome. I mean sure it's easy to create a dropdown list for every method but you want to minimize the list to the context in which it is requested. Not only would you have to parse the current source file every step of the way, you'd also be presented with the occasional unfinished lines (read parsing errors). What would you do in that case? Like I said, it's a really great idea but I don't think it's achievable just yet. If you want to contribute to FreeRIDE maybe you could take a look the debugger and some of the problems (most notably WinXP-SP2) there. Sorry for the somewhat long email. Hope this helps. With a friendly greeting, Jonathan Marcin Raczkowski wrote: > Dnia 11-05-2007, pi? o godzinie 16:03 -0700, Paul Thirumalai napisa?(a): > >> Hi All >> I am trying to implement auto indenting and intellisense in freeride. >> Could someone point me to teh correct plugin I should be looking at to >> modify. Or am I totally in teh wrong direction and should actually be >> doing something else, other than creating/modfying a plugin. >> >> Thanks >> Paul >> > > > try ruby2ruby and parsetree, but work on freeride is mostly stoped - so > ttry netbeans instead ^^ > > > _______________________________________________ > Freeride-devel mailing list > Freeride-devel at rubyforge.org > http://rubyforge.org/mailman/listinfo/freeride-devel > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/freeride-devel/attachments/20070512/4bc61734/attachment.html From laurent at moldus.org Sun May 13 12:46:26 2007 From: laurent at moldus.org (Laurent Julliard) Date: Sun, 13 May 2007 18:46:26 +0200 Subject: [FR-devel] Freebase documentation issues In-Reply-To: <900c9adf0705101011h75f32efo4239814948f1bc97@mail.gmail.com> References: <900c9adf0705101011h75f32efo4239814948f1bc97@mail.gmail.com> Message-ID: <464740E2.4010902@moldus.org> can you give me the URL of the web page you are talking about. Are you using IE7? If so consider using Firefox as IE7 exhibits a lot of compatibility problems. Laurent Paul Thirumalai wrote: > Hi All > I am brand new to freeride ( started using it yesterday ). I started > using it because I could not find a decent IDE for Ruby which is free, > and my license for Kimodo expired. In any case, I wanted to write a few > plugins to improve my producticvity and was looking at the freebase > documentation. The diagram that describes the states of a plugin does > not appear in my browser ( I am using IE ). Could someone please fix that. > > Thanks > Paul > > > ------------------------------------------------------------------------ > > _______________________________________________ > Freeride-devel mailing list > Freeride-devel at rubyforge.org > http://rubyforge.org/mailman/listinfo/freeride-devel From paul.thirumalai at gmail.com Sun May 13 13:01:49 2007 From: paul.thirumalai at gmail.com (Paul Thirumalai) Date: Sun, 13 May 2007 10:01:49 -0700 Subject: [FR-devel] Freebase documentation issues In-Reply-To: <464740E2.4010902@moldus.org> References: <900c9adf0705101011h75f32efo4239814948f1bc97@mail.gmail.com> <464740E2.4010902@moldus.org> Message-ID: <900c9adf0705131001k39308c4fx88a8b1fc2d36db3@mail.gmail.com> I am using IE 6. I tried opening it in firefox, but i get the same issues. There a couple of URL's The plug in lifecycle URl is h ttp://www.rubyide.org/images/PluginLifecycle.gif There is link to a powerpoint presentation in RubyConf 2002 http://www.rubyride.org/ppt/freeride-2002.ppt which doesnt work either. Thanks for taking time to look into this. Also could you send me instructions to pull stuff from the cvs repository. In particular I wanted to pull the ripper source code. How can I become a developer on this project. Thanks Paul On 5/13/07, Laurent Julliard wrote: > > can you give me the URL of the web page you are talking about. Are you > using IE7? If so consider using Firefox as IE7 exhibits a lot of > compatibility problems. > > Laurent > > Paul Thirumalai wrote: > > Hi All > > I am brand new to freeride ( started using it yesterday ). I started > > using it because I could not find a decent IDE for Ruby which is free, > > and my license for Kimodo expired. In any case, I wanted to write a few > > plugins to improve my producticvity and was looking at the freebase > > documentation. The diagram that describes the states of a plugin does > > not appear in my browser ( I am using IE ). Could someone please fix > that. > > > > Thanks > > Paul > > > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Freeride-devel mailing list > > Freeride-devel at rubyforge.org > > http://rubyforge.org/mailman/listinfo/freeride-devel > > _______________________________________________ > Freeride-devel mailing list > Freeride-devel at rubyforge.org > http://rubyforge.org/mailman/listinfo/freeride-devel > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/freeride-devel/attachments/20070513/57431161/attachment.html From laurent at moldus.org Sun May 13 14:30:55 2007 From: laurent at moldus.org (Laurent Julliard) Date: Sun, 13 May 2007 20:30:55 +0200 Subject: [FR-devel] Freebase documentation issues In-Reply-To: <900c9adf0705131001k39308c4fx88a8b1fc2d36db3@mail.gmail.com> References: <900c9adf0705101011h75f32efo4239814948f1bc97@mail.gmail.com> <464740E2.4010902@moldus.org> <900c9adf0705131001k39308c4fx88a8b1fc2d36db3@mail.gmail.com> Message-ID: <4647595F.8000301@moldus.org> Everything about the FreeRIDE project is at http://rubyforge.org/projects/freeride/. The rubyide.org domain is no longer available and I'm afraid the image you are refering to has disappeared for good unless Rich Kilmer or Curt Hibbs whom I cc'ed on this message still has the plugin lifecycle image available somewhere. (Rich , Curt the page we are talking about here is at http://freeride.rubyforge.org/wiki/wiki.pl?UserDoc Regarding CVS access here is how we proceed: a) as a starting point do an anonymous CVS checkout (see instructions at http://rubyforge.org/scm/?group_id=31). b) You can develop your own plugin, test it and when done submit it as patch through the mailing list. The core team will test it and commit it to the CVS repo c) after some time if you keep providing new functionalities or even bug fixes we'll give you full read-write access to the CVS repo. In any case we wish you a warm welcome and hope to see your contributions coming soon. Laurent Paul Thirumalai wrote: > I am using IE 6. I tried opening it in firefox, but i get the same issues. > There a couple of URL's > The plug in lifecycle URl is > http://www.rubyide.org/images/PluginLifecycle.gif > > There is link to a powerpoint presentation in RubyConf 2002 > http://www.rubyride.org/ppt/freeride-2002.ppt which doesnt work either. > > Thanks for taking time to look into this. > Also could you send me instructions to pull stuff from the cvs > repository. In particular I wanted to pull the ripper source code. How > can I become a developer on this project. > > Thanks > Paul > > On 5/13/07, *Laurent Julliard* > wrote: > > can you give me the URL of the web page you are talking about. Are you > using IE7? If so consider using Firefox as IE7 exhibits a lot of > compatibility problems. > > Laurent > > Paul Thirumalai wrote: > > Hi All > > I am brand new to freeride ( started using it yesterday ). I started > > using it because I could not find a decent IDE for Ruby which is > free, > > and my license for Kimodo expired. In any case, I wanted to write > a few > > plugins to improve my producticvity and was looking at the freebase > > documentation. The diagram that describes the states of a plugin > does > > not appear in my browser ( I am using IE ). Could someone please > fix that. > > > > Thanks > > Paul > > > > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Freeride-devel mailing list > > Freeride-devel at rubyforge.org > > http://rubyforge.org/mailman/listinfo/freeride-devel > > _______________________________________________ > Freeride-devel mailing list > Freeride-devel at rubyforge.org > http://rubyforge.org/mailman/listinfo/freeride-devel > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Freeride-devel mailing list > Freeride-devel at rubyforge.org > http://rubyforge.org/mailman/listinfo/freeride-devel From curt.hibbs at gmail.com Sun May 13 23:59:39 2007 From: curt.hibbs at gmail.com (Curt Hibbs) Date: Sun, 13 May 2007 22:59:39 -0500 Subject: [FR-devel] Freebase documentation issues In-Reply-To: <4647595F.8000301@moldus.org> References: <900c9adf0705101011h75f32efo4239814948f1bc97@mail.gmail.com> <464740E2.4010902@moldus.org> <900c9adf0705131001k39308c4fx88a8b1fc2d36db3@mail.gmail.com> <4647595F.8000301@moldus.org> Message-ID: <31d15f490705132059v6e063dd0t16ad7ab4588fcf81@mail.gmail.com> On 5/13/07, Laurent Julliard wrote: > > Everything about the FreeRIDE project is at > http://rubyforge.org/projects/freeride/. The rubyide.org domain is no > longer available and I'm afraid the image you are refering to has > disappeared for good unless Rich Kilmer or Curt Hibbs whom I cc'ed on > this message still has the plugin lifecycle image available somewhere. > (Rich , Curt the page we are talking about here is at > http://freeride.rubyforge.org/wiki/wiki.pl?UserDoc > I think that was Rich's diagram. In any case, I don't have it. Curt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/freeride-devel/attachments/20070513/f499aa42/attachment.html