java - How to tell Eclipse Workspace? -
is there way tell current eclipse workspace working on?
for me work choose file->switch workspace->other... , shows name of current workspace.
i tried confirm
"actually, shows last workspace closed, not current workspace. if opening , closing several, not dependable."
and not able reproduce it. each time loaded workspace (i testing on juno). checked sources , in chooseworkspacedialog.java , chooseworkspacedata.java, , looks manages simple list of last time opened workspaces stored recent_workspaces key in org.eclipse.ui.ide.prefs file. workspace name shown in dialog first 1 list.
Comments
Post a Comment