Removing An Obsolete Workspace From Eclipse 3.1

Courtesy EclipseZone

Eclipse is storing the workspace information in a preferences file called "org.eclipse.ui.ide.prefs". This file is located under "%ECLIPSE_HOME%\configuration\.settings" and contains a key named "RECENT_WORKSPACES". The value of this key contains a comma separated list of workspaces, more precisely the path to the workspaces. If you delete one of the entries, it'll disappear from the workspace launcher.

Searching with regular expressions in Eclipse

Gotta send a shout out to my buddy Sean Louisin for this one.

Sean needed to find all instances of binds in his CFSELECT tags. His initial search for "bind" came up with all kinds of junk...binders, etc.

To narrow the results, he used the regular expression search in Eclipse and searched for

<cfselect*bind*>
I know I'll need this one!!

BlogCFC was created by Raymond Camden. This blog is running version 5.9.2.002. Contact Blog Owner