| BBEdit does take some adjustment but I find I'm really happy with it now that I've settled in. I gave ST2 a shot for a few days this week but found myself missing BBEdit - which is a good place to be since it will probably be around for a long while. Are you using ctags? The syntax highlighting was making me a bit nuts as well but using ctags clears much of the frustration: http://bbeditextras.org/wiki/index.php?title=Advanced_ctags_... It still isn't perfect, but much better than the default highlighting. My two must have tweaks aside from ctags are to change how long autocomplete suggest takes (way too long by default): defaults write com.barebones.bbedit Editor_AutoCompleteDelay -float 0.1 And unchecking suggest dictionary words for autocomplete, but adding it as a custom setting for markdown. I found this to be a good, affordable resource for suggestions on how to get the most out of BBEdit: http://www.takecontrolbooks.com/bbedit Unfortunately we don't seem to have the strong community editors like Textmate do - so this books was a good way to find some neat tricks I hadn't seen elsewhere.. |