Wednesday, August 26, 2009

Base Class Source Code



Summary of Hotkeys

Goto Declaration: F3

Monday, August 10, 2009

Close View Hotkey

After years of searching (or maybe 7 months), I've finally found the hotkey for closing the view you are looking at.

Alt + Numpad Minus -> C

I hope at least 1 other person on this planet is as ecstatic as I am write now.

Monday, April 20, 2009

Formatter and Organize Imports



Summary of Hotkeys

Format: Ctrl + Shift + F
Configure: Window -> Preferences -> Java -> Code Style -> Formatter

Organize Imports: Ctrl + Shift + O
Configure: Window -> Preferences -> Java -> Code Style -> Organize Imports

Sunday, April 19, 2009

Getting Started

Here's a direct link to download the version of Eclipse that I'll be using in my videos. This is Eclipse for Windows for Java (normal Java).

http://mirrors.med.harvard.edu/eclipse//technology/epp/downloads/release/ganymede/SR2/eclipse-java-ganymede-SR2-win32.zip

If you want to download Eclipse for a different platform, or for Java EE, go to http://www.eclipse.org/.

Here's my first video.



FYI, the name of this blog was inspired by page 5 of this manga:
http://divajutta.com/doctormo/ubunchu/ubunchu-episode-01.pdf

Thursday, April 16, 2009

Hello World!

This blog shall be about tips and tricks using Eclipse for Java development.