For those who may be new to the Eclipse IDE, here's a list of common shortcuts I use to help me access resources and find code quickly.
Open Resource (CTRL+SHIFT+R)
This shortcut opens a dialog where you can type in the first few letters of a filename...
This is more a personal entry than anything else. It's listing of all the plugins and setup tweaks that I need for every day development.
Download Eclipse classic version. Unzip directly to root folder of work drive
Do a file search of your Eclipse...
previous to finding LogWatcher plugin for Eclipse, I always used the Windows tail log viewer called Baretail. As usual, though, I'd end up with 4 extra windows open on my machine cluttering up the taskbar.
LogWatcher allows me to do everything that...
QuickREx 2.0.0 [link]
QuickREx is an Eclipse plugin that creates a view in which you can enter in your regular expression and then try several different test strings to check if it's the one you want. The expressions are checked "against the test-text...