[wxruby-users] wxRIDE Finally Available

Mario Steele mario at ruby-im.net
Fri Mar 14 15:47:39 EDT 2008


Hello,

On 3/14/08, Chauk-Mean P <chauk.mean at gmail.com> wrote:
>
> Hi Mario,
>
> 2008/3/1, Mario Steele <mario at ruby-im.net>:
>
> > Hello fellow wxRuby users,
> >
> > Well, after a long period in which I originally announced that I was
> > creating an IDE, I have finally become satisfied enough to release a SVN
> > Version of wxRIDE.
>
>
> That's great.
> Will you provide an archive file for wxRIDE for convenience in the future
> ?
> Anyway, I will have a look from my Linux box which has svn installed.


I will be providing a package, along with a Setup file, that will execute,
to ensure that everything that is needed is installed.  But that will be
after I get the initial setup done for wxRIDE.

> * Implements Scintilla through StyledTextCtrl.  Further syntax
> highlighting
> > needed, as Ruby is the only language currently implemented.
>
>
> Does the syntax highlighting supports Ruby 1.9.0 new syntax ?
> {a: "value a", b: "value b"} as an alternative for {:a => "value a",
> :b => "value b" }


I have no syntax validation being completed on it.  If your looking for a:
to be highlighted like :a, then that may be a bit of a problem, cause that
is done within the Syntax Highlighting engine itself, not by code I
implement into the system.  It won't know the difference between symbols
that start with the colon, being the same as if they end with the colon.  I
will have to look into that.

Currently, I think that there is no editor or IDE that supports this new
> syntax.
> It would be great if wxRIDE was the first IDE supporting this new syntax.
>
> Cheers.
>
> Chauk-Mean.
> _______________________________________________
> wxruby-users mailing list
> wxruby-users at rubyforge.org
> http://rubyforge.org/mailman/listinfo/wxruby-users
>

I'm hoping to replace FreeRIDE, Arachno Ruby IDE, and Mondrian IDE, since
all three of these use the Fox Toolkit in their design, and I've seen them
all (Except for Arachno, since that's programmed in a different language),
be consistently slow.  Plus I'll be adding more features, then what I've
listed so far for wxRIDE.  A lot more.  The base design is going to be as a
single Application, not a modular plugin interface.  Plugins however will be
available to enhance the IDE.  If you want to keep tabs, or learn more, feel
free to subscribe to the wxRIDE User's Mailing List.

L8ers,


-- 
Mario Steele
http://www.trilake.net
http://www.ruby-im.net
http://rubyforge.org/projects/wxruby/
http://rubyforge.org/projects/wxride/
http://rubyforge.org/projects/vwmc/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/wxruby-users/attachments/20080314/4cb7a690/attachment.html 


More information about the wxruby-users mailing list