RFE [ 1700987 ] Window title should contain file name instead of full path

What do people think of RFE [ 1700987 ] Window title should contain file name instead of full path?
It seems reasonable to me, and should be fairly simple to implement.
Comments? Opinions?

Jon A. Cruz schrieb:
What do people think of RFE [ 1700987 ] Window title should contain file name instead of full path?
It seems reasonable to me, and should be fairly simple to implement.
Comments? Opinions?
what if I have the same test.svg in several directories and opened at the same time for comparison?
It looks a little bit odd but ...
My Notepad++ application has a MDI interface writing the docname only on the tab and the full path name on the titlebar once selected a new tab.
Adib. ---

On Tue, Apr 17, 2007 at 11:40:35PM -0700, Jon A. Cruz wrote:
What do people think of RFE [ 1700987 ] Window title should contain file name instead of full path?
It seems reasonable to me, and should be fairly simple to implement.
Comments? Opinions?
Does GNOME or freedesktop.org have a standard for this?
Bryce

On Wed, 2007-04-18 at 10:33 -0700, Bryce Harrington wrote:
On Tue, Apr 17, 2007 at 11:40:35PM -0700, Jon A. Cruz wrote:
What do people think of RFE [ 1700987 ] Window title should contain file name instead of full path?
It seems reasonable to me, and should be fairly simple to implement.
Comments? Opinions?
Does GNOME or freedesktop.org have a standard for this?
From http://developer.gnome.org/projects/gup/hig/2.0/windows-primary.html
" Use Filename as the window title for document-based applications. Do not use the full pathname, as the filename alone is easier to distinguish amongst other open window titles, for example on the window list. "

On 4/18/07, Murray Cumming <murrayc@...799...> wrote:
Use Filename as the window title for document-based applications. Do not use the full pathname, as the filename alone is easier to distinguish amongst other open window titles, for example on the window list.
In that case I vote for:
filename.svg (full/path/name/to/it)

On Wed, Apr 18, 2007 at 03:40:46PM -0400, bulia byak wrote:
On 4/18/07, Murray Cumming <murrayc@...799...> wrote:
I wrote
On Tue, Apr 17, 2007 at 11:40:35PM -0700, Jon A. Cruz wrote:
What do people think of RFE [ 1700987 ] Window title should contain file name instead of full path?
Does GNOME or freedesktop.org have a standard for this?
From http://developer.gnome.org/projects/gup/hig/2.0/windows-primary.html
Use Filename as the window title for document-based applications. Do not use the full pathname, as the filename alone is easier to distinguish amongst other open window titles, for example on the window list.
In that case I vote for:
filename.svg (full/path/name/to/it)
On Linux, for me the window title is already showing up as:
"filename.svg - Inkscape"
Looking at the RFE it sounds like the display of the full path is just a bug of the Windows port?
Bryce

On Apr 18, 2007, at 1:36 PM, Bryce Harrington wrote:
On Linux, for me the window title is already showing up as:
"filename.svg - Inkscape"
Looking at the RFE it sounds like the display of the full path is just a bug of the Windows port?
It works that way for me on OS X also.
It could be that things are using some custom code, and not a stock glib call that would resolve the '/' vs. '' issue.
Or... there are differences under different scenarios.

On 4/18/07, Jon A. Cruz <jon@...18...> wrote:
On Apr 18, 2007, at 1:36 PM, Bryce Harrington wrote: On Linux, for me the window title is already showing up as: "filename.svg - Inkscape" Looking at the RFE it sounds like the display of the full path is
just a bug of the Windows port?
It works that way for me on OS X also.
It could be that things are using some custom code, and not a stock glib call that would resolve the '/' vs. '' issue.
Or... there are differences under different scenarios.
I can't test right now, but as far as I remember, only the filename is displayed when I open a document, and the full path when I save it. I'm on Linux.
Romain

Bryce Harrington wrote:
On Wed, Apr 18, 2007 at 03:40:46PM -0400, bulia byak wrote:
On 4/18/07, Murray Cumming <murrayc@...799...> wrote:
I wrote
On Tue, Apr 17, 2007 at 11:40:35PM -0700, Jon A. Cruz wrote:
What do people think of RFE [ 1700987 ] Window title should contain file name instead of full path?
Does GNOME or freedesktop.org have a standard for this?
From http://developer.gnome.org/projects/gup/hig/2.0/windows-primary.html
Use Filename as the window title for document-based applications. Do not use the full pathname, as the filename alone is easier to distinguish amongst other open window titles, for example on the window list.
In that case I vote for:
filename.svg (full/path/name/to/it)
On Linux, for me the window title is already showing up as:
"filename.svg - Inkscape"
Looking at the RFE it sounds like the display of the full path is just a bug of the Windows port?
I believe you see the full path either if you've changed a document from when it opened or when you first go to save.
-Josh

Joshua A. Andler wrote:
Bryce Harrington wrote:
On Wed, Apr 18, 2007 at 03:40:46PM -0400, bulia byak wrote:
On 4/18/07, Murray Cumming <murrayc@...799...> wrote:
I wrote
On Tue, Apr 17, 2007 at 11:40:35PM -0700, Jon A. Cruz wrote:
What do people think of RFE [ 1700987 ] Window title should contain file name instead of full path?
Does GNOME or freedesktop.org have a standard for this?
From http://developer.gnome.org/projects/gup/hig/2.0/windows-primary.html
Use Filename as the window title for document-based applications. Do not use the full pathname, as the filename alone is easier to distinguish amongst other open window titles, for example on the window list.
In that case I vote for:
filename.svg (full/path/name/to/it)
On Linux, for me the window title is already showing up as:
"filename.svg - Inkscape"
Looking at the RFE it sounds like the display of the full path is just a bug of the Windows port?
I believe you see the full path either if you've changed a document from when it opened or when you first go to save.
Let me clarify...
After you save a document it should show the path in the titlebar. If you open an existing doc it will just show the filename. But, if you move an object, undo, and then save (since it won't save with no changes) it will show the full path.
This is on Linux btw.
-Josh

On Wed, Apr 18, 2007 at 02:29:45PM -0700, Joshua A. Andler wrote:
Joshua A. Andler wrote:
Bryce Harrington wrote:
On Wed, Apr 18, 2007 at 03:40:46PM -0400, bulia byak wrote:
On 4/18/07, Murray Cumming <murrayc@...799...> wrote:
I wrote
On Tue, Apr 17, 2007 at 11:40:35PM -0700, Jon A. Cruz wrote: > What do people think of RFE [ 1700987 ] Window title should contain > file name instead of full path? Does GNOME or freedesktop.org have a standard for this?
From http://developer.gnome.org/projects/gup/hig/2.0/windows-primary.html
Use Filename as the window title for document-based applications. Do not use the full pathname, as the filename alone is easier to distinguish amongst other open window titles, for example on the window list.
In that case I vote for:
filename.svg (full/path/name/to/it)
On Linux, for me the window title is already showing up as:
"filename.svg - Inkscape"
Looking at the RFE it sounds like the display of the full path is just a bug of the Windows port?
I believe you see the full path either if you've changed a document from when it opened or when you first go to save.
Let me clarify...
After you save a document it should show the path in the titlebar. If you open an existing doc it will just show the filename. But, if you move an object, undo, and then save (since it won't save with no changes) it will show the full path.
Aha, confirmed.
Yep, this definitely is an inconsistency.
Bryce

bulia byak wrote:
On 4/18/07, Murray Cumming <murrayc@...799...> wrote:
Use Filename as the window title for document-based applications. Do not use the full pathname, as the filename alone is easier to distinguish amongst other open window titles, for example on the window list.
In that case I vote for:
filename.svg (full/path/name/to/it)
One more thought. Some programs add an asterisk in front of the filename if it has been modified/not saved. What are the thoughts on that? I would personally like to see that addition too (no clicks necessary to know it hasn't been saved recently).
-Josh

On 4/18/07, Joshua A. Andler <joshua@...533...> wrote:
filename.svg (full/path/name/to/it)
One more thought. Some programs add an asterisk in front of the filename if it has been modified/not saved. What are the thoughts on that? I would personally like to see that addition too (no clicks necessary to know it hasn't been saved recently).
Sure. It also already indicates outline mode. So for unsaved file in outline mode, it would look like:
*filename.svg [outline] (full/path/name/to/it)

My opinion is that the title should contain the path in some way, simply because it's an important info that you can't easily get otherwise.
On 4/18/07, Jon A. Cruz <jon@...18...> wrote:
What do people think of RFE [ 1700987 ] Window title should contain file name instead of full path?
It seems reasonable to me, and should be fairly simple to implement.
Comments? Opinions?
This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
participants (7)
-
Adib Taraben
-
Bryce Harrington
-
bulia byak
-
Jon A. Cruz
-
Joshua A. Andler
-
Murray Cumming
-
Romain Thouvenin