I'm just learning Sphinx, and I need to edit ReST files. Is there an intelligent editor for it? Like, an editor that gives me code coloration, easy indentation, code completion (hopefully), etc.
feedback
|
|
Emacs with rst-mode: http://docutils.sourceforge.net/docs/user/emacs.html | |||
|
feedback
|
|
| |||
|
feedback
|
|
jEdit also has ReST highlighting, but no ReST specific auto-completion features (it does support macros though). I would opt for vim or Cream, personally. | ||||
|
feedback
|
|
Leo does some of this: http://en.wikipedia.org/wiki/Leo_%28text_editor% More info: http://webpages.charter.net/edreamleo/rstplugin3.html | |||
|
feedback
|
|
Gedit has a ReST plugin which supports syntax highlighting, keyboard shortcuts ("snippets"), and HTML preview. | ||||
|
feedback
|
|
I use vim and have some useful mappings in my .vimrc:
And often create vim macros on th fly depending on the file I have to restructure | ||||
|
feedback
|
|
There is also a rst mode for the Jed editor: http://jedmodes.sf.net/mode/rst/ | ||||
|
feedback
|
|
eclipse has an editor that provides all these features: http://marketplace.eclipse.org/content/rest-editor also | ||||
|
feedback
|