Bug 14862 - [Workbench] -showlocation Does not show location unless you use -data option too
Summary: [Workbench] -showlocation Does not show location unless you use -data option too
Status: RESOLVED DUPLICATE of bug 2373
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-29 13:23 EDT by Dean Roberts CLA
Modified: 2002-10-28 16:41 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dean Roberts CLA 2002-04-29 13:23:37 EDT
Using -showlocation when the -data option is not explicitly set does not show 
the location of the workspace on the Eclipse title bar.
Comment 1 DJ Houghton CLA 2002-04-29 14:00:39 EDT
What is the -showLocation option? I don't see that in any of the documentation 
for the Eclipse command line arguments and I can't find any reference to it in 
code.
Comment 2 John Arthorne CLA 2002-04-29 14:24:08 EDT
I had never heard of this option, but it's handled in the UI.  This appears to 
be the intended behaviour of the option.  Note the following comment in the 
constructor for WorkbenchWindow:

	// include the workspace location in the title
	// if it is NOT the default location and the command line
	// option -showlocation is specified

Moving to UI for comment.
Comment 3 Dean Roberts CLA 2002-04-29 14:25:50 EDT
Kevin sent the -showlocation option to me when he closed a PR I entered saying 
that we should display the workspace location in the title bar.

I have no idea where the documentation for command line parameters is or even 
what all the parameters are.  (Maybe I should enter a bug report about this <g>)
Comment 4 Nick Edgar CLA 2002-04-30 11:37:18 EDT
Filed bug 14928 for the doc work.
Should always show the location when -showlocation is specified, even if it's 
the default.
Comment 5 Andrew Irvine CLA 2002-10-28 16:41:08 EST

*** This bug has been marked as a duplicate of 2373 ***