Menu

Ruby language support?

2005-07-27
2012-11-13
  • Nobody/Anonymous

    Hi all,

    I was wondering if anyone knows if there's a language api file for Ruby?

    Cheers,
    Diego

     
    • Don HO

      Don HO - 2005-07-29

      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

       
      • Nobody/Anonymous

        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.

         
      • Fred Batschelet

        Fred Batschelet - 2006-02-08

        If you want to run your ruby code try:

        cmd /K "C:\ruby\bin\ruby.exe -C$(CURRENT_DIRECTORY) $(FILE_NAME)"

         
        • Nobody/Anonymous

          well thats doesnt works in windows ???

          does it ??

          ~rd