4

Since Grails 1.2 there's a documentation engine included: gdoc. The documentation's syntax is based on the Textile format.

Is there some editor support for this? My first choice would be a plugin for IntelliJ, second option on for vim or gedit. Any hints welcome. I am totally a aware that the format is very simple by itself but having code coloring and content assist would be really nice.

Stefan Armbruster
  • 39,465
  • 6
  • 87
  • 97

2 Answers2

1

I'm not sure about Intellij, since many of us work on Macs we tend to use TextMate which has an excellent Textile plugin with completion, preview etc.

Graeme Rocher
  • 7,985
  • 2
  • 26
  • 37
  • 1
    thanks for that statement, but I'm on Linux, so no Textmate. In the meantime I found http://www.vim.org/scripts/script.php?script_id=2305 for vim. – Stefan Armbruster May 26 '10 at 18:53
0

I know this is almost 3 years old, but just in case... I found that the Mylyn Wikitext plugin was useful for this in Eclipse. Just had to add the .gdoc file extension to it in under the properties.

Robert
  • 2,441
  • 21
  • 12