While it seems that most (?) Erlangers use emacs as their editor of choice, I enjoy using gedit. Here's what I do to get things just right for writing some code (many of the changes I found
here):
- Plugins: Auto Completion, Bracket Completion, Document Statistics, Embedded Termal, File Browser Pane, Session Saver, Snippets, Spell Check (if you are rolling ubuntu, many of these can be installed via apt-get install gedit-plugins)
- Theme: Darkmate
- Font: droid sans mono
One additional change I make is to the snippet plugin. I have basically copied the code skeletons from erlang mode in emacs and put them into the snippets plugin. You can download my export file
here. This file can be imported into the snippets plugin and will provide similar functionality to the skeletons in emacs.
Here's what it looks like when I'm done, with an example of a snippet on the upper right.