What Editor?

Just curious what editors people are using to write IronRuby code in?
Right now I’m using Emacs…


Michael L.
[Polymath Programmer]
http://michaeldotnet.blogspot.com

Hi,

I’m using TextMate (mac) and Notepad++ (pc) so far.

Thibaut Barrère

LoGeek
http://blog.logeek.fr - about writing software
http://evolvingworker.com - tools for a better day

Scite

Robert B.
Software architect
Napa Ltd
Tammasaarenkatu 3, Helsinki FI-00180
P.O.Box 470, Helsinki FI-00181

Tel. +358 9 22 813 1
Direct. +358 9 22 813 611
GSM +358 45 11 456 02
Fax. +358 9 22 813 800

Email: [email protected]

On Tue, 12 Feb 2008 06:27:13 -0700, Michael L.
[email protected] wrote:

Right now I’m using Emacs…

Vi+Emacs+jEdit for IronRuby (depends on the machine I’m on at the time)
Vi+Emacs+jEdit+VS.NET for Ruby.NET (same reason as above)

One area that has always interested me since the day I became aware of
WPFe was the development of an in browser editing tool. Jim Hugunin’s
Mix07 demo highlights just how much can be accomplished in a small space
of time, and Fuzzyman (Michael F.) has another example @
http://www.voidspace.org.uk/ironpython/silverlight/index.shtml#the-web-ide


/M:D

M. David P.
Co-Founder & Chief Architect, 3rd&Urban, LLC
Email: [email protected] | [email protected]
Mobile: (206) 418-9027
http://3rdandUrban.com | http://amp.fm |
M. David Peterson

On Tue, 12 Feb 2008 06:31:40 -0700, Thibaut Barrère
[email protected] wrote:

I’m using TextMate

Ooops! Forgot about TextMate, yet another editor I will use from
time-to-time, and increasingly so over the last few months.


/M:D

M. David P.
Co-Founder & Chief Architect, 3rd&Urban, LLC
Email: [email protected] | [email protected]
Mobile: (206) 418-9027
http://3rdandUrban.com | http://amp.fm |
M. David Peterson

Just curious what editors people are using to write IronRuby code in?
Right now I’m using Emacs…

Why, Vim of course :slight_smile:

Notepad++ & occasionally VS.NET with the Ruby coloring support from
Ruby.NET.
I used to tolerate VIM & love Emacs back in my *nix days, but in a
windows
shop where I spend most of my time in VS.NET, Gmail, and pairing on
other
people’s systems it’s just too much cognitive dissonance to switch
between
them.

The one thing I’m really missing is passable RegEx support. VS.Net has
that
crazy syntax that crashes all the time & N++ doesn’t support multiline.
One
of these days…

-Eric

On Feb 12, 2008 8:27 AM, Michael L. [email protected]

Textmate, Ruby In Steel, vi, and looking to use netbeans more.

For quick work - HTML-Kit (www.html-kit.com) and Notepad++
If it’s loaded up VS.NET

Tom Walker

On Tue, 12 Feb 2008 06:31:40 -0700, Thibaut Barrère
[email protected] wrote:

I’m using TextMate

BTW… For those unaware > http://www.e-texteditor.com/ < which is a
port
of TextMate to Windows. Requires cygwin (though it will install it for
you during the setup process.)


/M:D

M. David P.
Co-Founder & Chief Architect, 3rd&Urban, LLC
Email: [email protected] | [email protected]
Mobile: (206) 418-9027
http://3rdandUrban.com | http://amp.fm |
M. David Peterson

Hi!

I actually use another very nice “TextMate”-like windows editor is
InType (
http://intype.info/ ).

thanks,
Slavo.

Ivan,

I have a question. If you use textmate on OSX, why did you choose to use
ruby in steel or netbeans on windows instead of e? Do you find them
better?

-Corey

On windows either ruby in steel or Netbeans 6.0 where netbeans has a
slight
advantage at the moment. Or I use e-texteditor which is a textmate port
to
windows for really simple things.

On OSX I use textmate which is what I’m using most of the time.

That sounds about like the experiences I hear. Personally, I don’t
really
miss auto-complete too much in Ruby (I’m coming from C#, where
Intellicrack
is my life blood). I am currently using Aptana, but I’m going to switch
over
and really focus on trying e, to get a sense of it. I’m mostly looking
forward to the Ruby bundles for Textmate.

-Corey

I have used e-editor but had trouble connecting to mysql and started
using
netbeans instead after a friend of mine recommended it for doing rails
on
windows. I like it when I have simple things to do or to browse ruby
code.
I use netbeans mostly because their autocomplete gets it right most
often.

In meantime I got a macbook and textmate. And the more I use textmate
the
more I’m liking it. I was very reluctant against not having some sort of
autocomplete function, that reluctance has somewhat faded because most
of
what I need can be provided by hitting the esc key once or twice in
textmate.


Ironruby-core mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ironruby-core

yeah, intellicrack is mostly for investigation. auto-complete is for
my laziness in keystrokes, though. In a way, I look at intellicrack as
encompassing both functions:
discovery; and,
don’t make me type. :slight_smile: