Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Editor for groovy and grails? [closed]

Tags:

Is there any editor like notepad++ for groovy or
any editor that support .groovy highlighting.
Please help with link and name.

like image 408
Mamun Sardar Avatar asked Jun 02 '12 18:06

Mamun Sardar


People also ask

Which editor to use for Groovy?

SlickEdit has the most powerful Groovy features available including a rich set of symbol analysis and navigation features, integrated builds/compiles, powerful version control integration, Groovy debugger, beautifier, syntax expansion, syntax indenting, SmartPaste®, symbol coloring, source diff, and much more.

Does Notepad ++ support Groovy?

Edit / View Groovy from Notepad++ But you can add Groovy language to Notepad ++.

When was Groovy created?

Groovy is a popular, open source, dynamic language residing on the Java Virtual Machine. Born in 2003, Groovy offers Java developers an almost-zero learning curve while gaining inspiration from Python, Ruby, and Smalltalk, according to its developers.


2 Answers

You mentioned NotePad++ in your question. If you want Groovy syntax highlighting in NotePad++, download the user defined language file from

http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=User_Defined_Language_Files http://docs.notepad-plus-plus.org/index.php?title=User_Defined_Language_Files

and add it to the installation directory.

like image 156
kousen Avatar answered Sep 22 '22 12:09

kousen


IntelliJ has great Groovy and Grails support; the free community edition doesn't support Grails.

Sublime Text 2 is my current favorite cross-platform editor. AFAIK it doesn't have a GSP-specific mode, but (a) does have JSP, and (b) is customizable. It uses TextMate bundles, Groovy and Grails available:

  • Groovy bundle
  • Grails bundle
  • Sublime-specific Grails
like image 24
Dave Newton Avatar answered Sep 22 '22 12:09

Dave Newton