Aptana (IDE) CheatSheet
March 21st, 2008 | Technical Blogs | No Comments »
As a developer with some experience on VC++ and MFC, Visual Studio had already spoilt me a great deal. When i started I just could not believe that an entire application be developed on text editors like notepad or Scite. Here is more about other editors: http://www.devx.com/RubySpecialReport/Article/34454/ because I chose Aptana-radrails and most of this blog will talk about that.
If you are very used to Visual Studio and likes here is one editor that comes close (somewhat) when you wanna develop a Rails or pure Ruby Application. Good thing is its quite integrated (many features in one) and its VS like.
Here is a quick set of hotkeys that i found really useful:
- ctrl+q = open last closed tab
- ctrl+w = close current tab
- ctrl+e = opens the list of all open tabs so you can run thru them
- ctrl+l = Goto line number
- ctrl+ m = Maximize/Minimize
- ctrl+n=New (file/project etc.)
- ctrl+h = Search in Workspace
- ctrl+f = Find/replace
So its handy!
And Also like VS when you wanna find the definition of one function or variable its easy. Just ctrl+click on the variable or function name and flash!!!! there you are…