1. Update the file <eclipse>\configuration\.settings\org.eclipse.ui.ide.prefs to edit or remove RECENT workspaces popup.
2. Useful short cut keys
<ctrl> + <space> = on the editor this does smart insert
<ctrl> + <shift> + r = open resource (can be any file java, xml etc)
<ctrl> + <shift> + t = open type (java/class file, even searches inside the library jars.
<ctrl> + w = close currently open editor window in workspace
<ctrl> + <shift> + w = close all open editor windows in workspace
Sunday, October 19, 2008
Subscribe to:
Posts (Atom)
Learning programming
Programming is an interesting world where you apply your skills to build a software program that comes into life when it is run on a com...
-
While profiling one of my web services I was looking for an effective tool for load testing my web service. Initially thought of JMeter, bu...
-
In a multithreaded environment if the implementation is not perfect, then deadlocks are common scenarios. We can analyse the deadlocks by p...
-
Programming is an interesting world where you apply your skills to build a software program that comes into life when it is run on a com...