Skip to content

Instantly share code, notes, and snippets.

@nkpart
Created December 14, 2008 00:29
Show Gist options
  • Save nkpart/35584 to your computer and use it in GitHub Desktop.
Save nkpart/35584 to your computer and use it in GitHub Desktop.

Thoughts

  • After restarting a project about 8 times over the last month, I think that a Window-based application is the logical template to use for every project. And then learn how to create every other template from there. Using the other templates makes it harder to learn how to build the different controller-types into a different app.

Keyboard things

  • esc is the new ctrl-[alt/shift/wat]-space. It completes on methods, snippets; pretty much everything.

  • super-shift-D is 'Open Quickly'. Nowhere near as good as the TextMate or IntelliJ versions of the same, but it works. It seems that it just does a starts-with search of symbols and files, you have to type exactly what you are searching for.

  • super-shift-E maximises the editor window in the 'All-in-One' layout.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment