Skip to main content



      Home
Home » Newcomers » Newcomers » Displaying the the editor file path in the application title-bar (repost)
Displaying the the editor file path in the application title-bar (repost) [message #13289] Sun, 23 January 2005 17:54 Go to next message
Eclipse UserFriend
Originally posted by: rlancefield.gmail.com

(reposted after orginal message cancelled)

Hi all,

Does anyone know whether or not it's possible to display the local
file system path for the current editor's file within the
application title bar (I'm running Eclipse on Win XP)?

I know you can synchronize the editors with the navigation view, but
when I have the editors maximized, it would be nice to have the path
displayed.

TIA!
Re: Displaying the the editor file path in the application title-bar (repost) [message #15975 is a reply to message #13289] Tue, 25 January 2005 10:14 Go to previous message
Eclipse UserFriend
Originally posted by: Chris_Laffra.ca.ibm.com

You would have to write a (simple) plugin for this.

Register a part listener:
http://www.eclipsefaq.org/chris/faq/html/faq169.html
When selection changes, update the shell's title:

IWorkbench wb = PlatformUI.getWorkbench();
IWorkbenchWindow win = wb.getActiveWorkbenchWindow();
Shell shell = win.getShell();
shell.setText(...);

--
Chris Laffra, http://eclipsefaq.org


"Roger Lancefield" <rlancefield@gmail.com> wrote in message
news:ct19vl$dt0$1@www.eclipse.org...
> (reposted after orginal message cancelled)
>
> Hi all,
>
> Does anyone know whether or not it's possible to display the local
> file system path for the current editor's file within the
> application title bar (I'm running Eclipse on Win XP)?
>
> I know you can synchronize the editors with the navigation view, but
> when I have the editors maximized, it would be nice to have the path
> displayed.
>
> TIA!
Previous Topic:button event delay
Next Topic:Eclipse as a better editor in a non-Eclipse project?
Goto Forum:
  


Current Time: Wed Sep 17 12:49:55 EDT 2025

Powered by FUDForum. Page generated in 0.08387 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top