rbx dev ui: editor facts
07 April 2014
rbx dev ui
Unwinding 30 years of development is a tiresome and dirty process. I think this is what archeology is like. There is a reason I am not an archeologist.
Ruby IDEs
There are a couple Ruby IDEs floating about. None of them are perfect but there are common features and themes which I plan to use.
- RubyMine
- Aptana Studio
- Arcadia
- Redcar
- NetBeans
VIM
- http://joelhooks.com/blog/2013/04/23/5-essential-vim-plugins/
- http://www.bestofvim.com/plugin/
- http://www.openlogic.com/wazi/bid/276417/Nine-all-purpose-plugins-for-Vim
- http://spf13.com/post/the-15-best-vim-plugins
- http://el-tramo.be/blog/my-favorite-vim-plugins/
- http://www.vimninjas.com/2012/09/03/5-plugins-you-should-put-in-your-vimrc/
- http://bling.github.io/blog/2013/06/02/unite-dot-vim-the-plugin-you-didnt-know-you-need/
Emacs
- http://www.emacswiki.org/emacs/CategoryModes
- http://adereth.github.io/blog/2013/12/08/most-frequently-enabled-emacs-packages/
- http://www.emacswiki.org/emacs/FrequentlyEnabledPackages_Emacs244_Survey_Results
Ctags
Factors
- Navigation
- Source Browsing
- Syntax highlighting
- Search
- Versioning
- Debugging
- Testing
- Editing
- Code Completion
- Code Assistance
- Extensibility
- Shell integration
- Code Execution
- Filtering
- Performance