About

I am a software developer in Seattle, building a new AI software company.

Ads

April 2009

Sun Mon Tue Wed Thu Fri Sat
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30    

Categories

Ads


« Array Covariance Among Enums | Main | Focus On What You Want To Have Happen »

July 06, 2005

Notepad2 with Ruby

I modified Notepad 2 version 1.0.12 to provide better support for editing Ruby and makefiles. I also included shell context menu integration to provide one click access to Notepad2 for opening any file.

The exe was compiled with VS 2005 beta 2, but that shouldn’t introduce any problems.

Ruby integration is on par with SciTe, which had previously been the preferred editor for Ruby. This, unfortunately, also means that regular expressions do not receive special highlighting.

I don’t want to maintain these files forever (perhaps a year) and am looking for a mirror.

Comments

put 'em on rubyforge.org ;)

I'd be happy to mirror. I've got nearly 200 GB of bandwidth per month that I don't use.

Shoot me an email with any special instructions if you're interested.

This is great! What are the chances that Notepad2 will provide syntax highlighting for ruby's rhtml files. This would be great for the rails developer.

Thank you for your work and posting this. Saves me some work!

I use Notepad++ as my ruby editor and Notepad replacement. It's small, fast and easy to use. Different from Notepad2, its multi document interface and its folding feature save me a lot of time.

Why don't you guys use Notepad++?

http://notepad-plus.sourceforge.net/uk/site.htm

Notepad++ supports Ruby as native language. That's the best editor I have ever used.

The comments to this entry are closed.