Sorry if I'm wrong, but Ruby support is pretty much good over here out of the box. (except some highlighting glitches) What kind of support are we talking about?
Personally I would really love to see rhtml support, ruby embedded in html but I guess that is something to do with scite component.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
I was wondering if anyone knows if there's a language api file for Ruby?
Cheers,
Diego
Ruby will be supported in the future version.
For the moment, you can use the ULDS to have syntax hilighting and folding for ruby :
http://notepad-plus.sourceforge.net/commun/userDefinedLang/userDefineLang_ruby.xml
Don
Sorry if I'm wrong, but Ruby support is pretty much good over here out of the box. (except some highlighting glitches) What kind of support are we talking about?
Personally I would really love to see rhtml support, ruby embedded in html but I guess that is something to do with scite component.
If you want to run your ruby code try:
cmd /K "C:\ruby\bin\ruby.exe -C$(CURRENT_DIRECTORY) $(FILE_NAME)"
well thats doesnt works in windows ???
does it ??
~rd