views:

99

answers:

1

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.

+1  A: 

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.

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