Ok, so I’m new to Ruby and wxRuby. I come from a Basic background
(RealBasic).
Can somebody suggest a decent IDE that is used for wxRuby. Something
where I can paste in code examples and then run them immediately. (I’m a
Windows Vista user)
Can somebody suggest a decent IDE that is used for wxRuby. Something
where I can paste in code examples and then run them immediately. (I’m a
Windows Vista user)
Can somebody suggest a decent IDE that is used for wxRuby. Something
where I can paste in code examples and then run them immediately. (I’m a
Windows Vista user)
I don’t really like IDE’s so I can not help you there. I use TextMate
on my Mac and it is great, if you have the time you can make it like
an IDE if you want.
I was hoping to hold back on this a bit, as I’m working it over, wanting
to get something workable first out, but I also have started an Editor.
But instead of doing just a regular Editor, I’m working on a Full blown
Interactive Development Enviroment (IDE). You can find pictures of it
at http://www.trilake.net/wxRIDE/images/.
Currently, I have it working with reading, saving, and even catching
itself when it encounters an error itself, and writes information about
it to a file, so you can send it to me. It’s quite interesting.
Hopefully I will have something available soon for the public to test
out, but there’s a lot of work to do. What is incorperated so far, is
Reading and Saving files (duh), Catching itself on errors, Being able to
toggle the Project Tree and Output Windows, fully workable capturing of
output from a program as shown in SS2.png, somewhat buggy
auto-indentation, which I’m currently working on to get the bugs out of
it. And a few other things.
It’s about 70% finished.
Normally I use Scite, but I wanted to be able to splitt the Editor pane
so I can see more than one file at the same time, and I wanted a project
explorer.
You can move files around in the tree, create new classes or directorys
or delete/rename files/dirs. And of course open the files from the tree
in the editor.
And it has highlighting. At the moment my favorite style. I have to add
the possibility to make this user definable.
Besides that it is still a lightweight texteditor and not a heavy ide.
I already like to work with it.
I will make it available to the public as soon as I have
a name (currently WxRubyEd or WxRubyEditor showing that it is done
with WxRuby and for Ruby - is this ok for the WxRuby team??)
a license. I thought about the MIT license. Any suggestions welcome.
Please have a look at the screenshots and tell me what you think.