Bug 502050 - Improve window title content
Summary: Improve window title content
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: IDE (show other bugs)
Version: 4.7   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 4.7 M4   Edit
Assignee: Patrik Suzzi CLA
QA Contact:
URL:
Whiteboard:
Keywords: noteworthy
Depends on:
Blocks:
 
Reported: 2016-09-23 05:41 EDT by Andrey Loskutov CLA
Modified: 2016-12-09 10:55 EST (History)
4 users (show)

See Also:


Attachments
window title screenshot on KDE (97.87 KB, image/png)
2016-09-23 05:41 EDT, Andrey Loskutov CLA
no flags Details
Proposed location for the preference (45.76 KB, image/png)
2016-09-26 17:18 EDT, Patrik Suzzi CLA
no flags Details
Anim gif showing the discussed behavior (1.44 MB, image/gif)
2016-11-20 10:52 EST, Patrik Suzzi CLA
no flags Details
anim gif: new UI, as discussed in comments (2.21 MB, image/gif)
2016-11-20 20:37 EST, Patrik Suzzi CLA
no flags Details
Picture showing information loss (3.24 KB, image/png)
2016-12-07 05:32 EST, Dani Megert CLA
no flags Details
updated proposal (19.86 KB, image/png)
2016-12-07 10:16 EST, Andrey Loskutov CLA
no flags Details
image: a simplified preference page (45.34 KB, image/png)
2016-12-07 10:52 EST, Patrik Suzzi CLA
no flags Details
Anim gif: new UI and behavior (2.54 MB, image/gif)
2016-12-07 12:39 EST, Patrik Suzzi CLA
no flags Details
Image: see the proposed UI, plus note disabled fields on force location (57.11 KB, image/png)
2016-12-07 13:55 EST, Patrik Suzzi CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Loskutov CLA 2016-09-23 05:41:32 EDT
Created attachment 264371 [details]
window title screenshot on KDE

Follow up on Bug 502025 comment 4.

Currently Eclipse add following elements to the window title:

1) Short workspace name (content is user customizable, can be empty)
2) Perspective name (indirectly customizable by perspective name)
3) File path of the active editor
4) Application name (fixed, like "Eclipse IDE")
5) Full workspace path (can be switched on/off)

So today it looks like:

egit_workspace - Java - org.eclipse.jgit/build.properties - Eclipse SDK - /data/egit_workspace

The proposal is:
1) Remove perspective part completely
2) Move the editor part to the first place
3) Show either short or long workspace name, but never both at same time
4) Application name should always be the last part of the title

The result would look like:
org.eclipse.jgit/build.properties - /data/egit_workspace - Eclipse SDK
org.eclipse.jgit/build.properties - egit_workspace - Eclipse SDK

The goal is to reduce noise in the title and move the most important parts first (because most window manager / task bars show only few first characters of the title if they have not enough space).
Comment 1 Lars Vogel CLA 2016-09-23 06:06:08 EDT
+1 less is more
Comment 2 Rustam Ershtukaev CLA 2016-09-23 08:17:47 EDT
Some people prefer having different workspaces open at the same time. To avoid confusion they rename perspectives. Having perspective name instead of filename in the title bar is very user-friendly and allows you to quickly find desired workspace and perspective. 

This is probably not the most correct/fluent workflow.
Comment 3 Andrey Loskutov CLA 2016-09-23 08:28:58 EDT
(In reply to Rustam Ershtukaev from comment #2)
> Some people prefer having different workspaces open at the same time. To
> avoid confusion they rename perspectives. Having perspective name instead of
> filename in the title bar is very user-friendly and allows you to quickly
> find desired workspace and perspective. 

Right, this is a valid use case, and actually with 4.6 those people don't need to rename perspectives at all anymore, because the short workspace name (configurable) is shown in the first place.

Given that, I would like to update the proposal:

The proposal is:
1) Remove perspective part completely
2) Show either short or long workspace name, but never both at same time
3) Application name should always be the last part of the title

The result will be in default state:
egit_workspace - org.eclipse.jgit/build.properties - Eclipse SDK

after enabling "show wokspace path in window title" option:
/data/egit_workspace - org.eclipse.jgit/build.properties - Eclipse SDK
Comment 4 Lars Vogel CLA 2016-09-23 08:30:11 EDT
(In reply to Rustam Ershtukaev from comment #2)
> Some people prefer having different workspaces open at the same time. To
> avoid confusion they rename perspectives. 

That is why we added the workspace to the title in Neon.
Comment 5 Lars Vogel CLA 2016-09-23 08:32:13 EDT
(In reply to Andrey Loskutov from comment #3)
> The proposal is:

> 2) Show either short or long workspace name, but never both at same time

+1 for showing only the short by default, -1 for never. If user wants to enable both, we should not prevent that. IIRC we have already existing config for both options.
Comment 6 Andrey Loskutov CLA 2016-09-23 08:55:43 EDT
(In reply to Lars Vogel from comment #5)
> (In reply to Andrey Loskutov from comment #3)
> > The proposal is:
> 
> > 2) Show either short or long workspace name, but never both at same time
> 
> +1 for showing only the short by default, -1 for never. If user wants to
> enable both

For what reason? This is how it looks like today:

egit_workspace - Java - org.eclipse.jgit/build.properties - Eclipse SDK - /data/egit_workspace

What is the reason to see "egit_workspace" twice?
Comment 7 Lars Vogel CLA 2016-09-23 08:59:03 EDT
(In reply to Andrey Loskutov from comment #6)
> What is the reason to see "egit_workspace" twice?

OK, I'm convinced. Lets go for never.
Comment 8 Patrik Suzzi CLA 2016-09-23 13:15:13 EDT
+1, for the proposal from comment #3, as less distraction is better!

Perhaps we could add an option to let the user choose to see edited file: full-path vs filename-only
Comment 9 Patrik Suzzi CLA 2016-09-26 17:18:32 EDT
Created attachment 264428 [details]
Proposed location for the preference

Shall we add the preference under Window > Preferences > General > Appearance ?
Comment 10 Lars Vogel CLA 2016-11-09 14:12:30 EST
(In reply to Patrik Suzzi from comment #9)
> Shall we add the preference under Window > Preferences > General >
> Appearance ?

Andrey, can you answer that? I have no preference for the new preference. ;-)
Comment 11 Andrey Loskutov CLA 2016-11-09 15:00:45 EST
(In reply to Lars Vogel from comment #10)
> (In reply to Patrik Suzzi from comment #9)
> > Shall we add the preference under Window > Preferences > General >
> > Appearance ?
> 
> Andrey, can you answer that? I have no preference for the new preference. ;-)

We have the preference already at General-Workspace. Just adding something like "show full path" (or other way around) next to it would be sufficient. I have no ide right now but I hope it is clear what I mean.
Comment 12 Eclipse Genie CLA 2016-11-20 10:46:00 EST
New Gerrit change created: https://git.eclipse.org/r/85354
Comment 13 Patrik Suzzi CLA 2016-11-20 10:52:38 EST
Created attachment 265465 [details]
Anim gif showing the discussed behavior

Please, see the attached anim gif displaying the discussed behavior. 

Note: in the changeset 1 [#1], you can see tracing to compare this new implementation with the previous one.

[#1] https://git.eclipse.org/r/#/c/85354/1
Comment 14 Patrik Suzzi CLA 2016-11-20 20:37:15 EST
Created attachment 265471 [details]
anim gif: new UI, as discussed in comments

The new ui has radio buttons to switch between full path and workspace name only.
Comment 16 Patrik Suzzi CLA 2016-11-29 21:01:12 EST
In master now.
Comment 17 Eclipse Genie CLA 2016-11-29 21:54:49 EST
New Gerrit change created: https://git.eclipse.org/r/85995
Comment 18 Patrik Suzzi CLA 2016-11-29 21:55:21 EST
Added N&N explaining the change with simple words.
Comment 20 Andrey Loskutov CLA 2016-11-30 03:51:24 EST
(In reply to Patrik Suzzi from comment #16)
> In master now.

Thanks Patrik!
Comment 21 Dani Megert CLA 2016-12-07 05:31:46 EST
I'm sorry, but that change is a no go. People who use multiple Eclipse windows are now doomed because all have the exact same title. I can no longer directly switch to the window which e.g. has the Debug perspective. I have to manually bring the windows to front to see what's in there.

Another no go is that I can no longer show both, the title and the location.

The -showlocation command line argument not only locks the location in the title, but also disallows to show the workspace name (only).


To give you an idea: before this change my workspace title looked like this:
Workspace Name - Perspective - Product - Location
now it is
Location - Product
Two essential information pieces are gone!


This either needs to be improved for M4 or reverted and moved to M5.
Comment 22 Dani Megert CLA 2016-12-07 05:32:59 EST
Created attachment 265744 [details]
Picture showing information loss
Comment 23 Patrik Suzzi CLA 2016-12-07 06:38:23 EST
(In reply to Dani Megert from comment #22)
> Created attachment 265744 [details]
> Picture showing information loss

The main idea behind this bug was simplifying the title removing redundant items.
In comment#1 you can see the discussed requirements. Two of them are responsible for the changes you don't like:
1. Remove the perspective name completely. Motivation: the user can check visually the selected perspective in the perspective switcher, and perspective name in the title bar is redundant.
2. Show either the workspace name or the location. Motivation: the workspace name is already visible as the last segment of the location path.

According to your comments, we should:
- add again the perspective name, I suppose before the product name
- show again the workspace name, I suppose as the first element. 

Plus, there are additional changes I should perform: 
- use checkboxes instead of radio buttons for workspace path and name
- add checkboxes to let the user customise and choose whether to show or not the perspective name.

Does this sounds ok?
Comment 24 Dani Megert CLA 2016-12-07 06:49:44 EST
(In reply to Patrik Suzzi from comment #23)
> (In reply to Dani Megert from comment #22)
> > Created attachment 265744 [details]
> > Picture showing information loss
> 
> The main idea behind this bug was simplifying the title removing redundant
> items.
> In comment#1 you can see the discussed requirements. Two of them are
> responsible for the changes you don't like:
> 1. Remove the perspective name completely. Motivation: the user can check
> visually the selected perspective in the perspective switcher, and
> perspective name in the title bar is redundant.

This is only true if you work with one window only. My work model is to have several full screen windows, each with a single perspective. With the perspective name removed one can no longer directly switch to a specific window.


> 2. Show either the workspace name or the location. Motivation: the workspace
> name is already visible as the last segment of the location path.

Not true. The workspace might be labelled Oxygen while being located at fooBar.


> According to your comments, we should:
> - add again the perspective name, I suppose before the product name
> - show again the workspace name, I suppose as the first element. 

Yes.


> Plus, there are additional changes I should perform: 
> - use checkboxes instead of radio buttons for workspace path and name
> - add checkboxes to let the user customise and choose whether to show or not
> the perspective name.
> 
> Does this sounds ok?

Yes. Maybe even better (not for M4), we could think about giving full control to the user. Currently, he cannot choose the order and he cannot choose to get rid of the product name.
Comment 25 Dani Megert CLA 2016-12-07 09:04:58 EST
For me the workspace location is the least important information - definitely less important than the active file name.
Comment 26 Andrey Loskutov CLA 2016-12-07 10:14:56 EST
(In reply to Dani Megert from comment #21)
> I'm sorry, but that change is a no go. People who use multiple Eclipse
> windows are now doomed because all have the exact same title. 

This will still be true if those people use exact same perspective in all windows. You misused perspectives to identify different windows. Probably you just want to have a per-window name.

> I can no
> longer directly switch to the window which e.g. has the Debug perspective. I
> have to manually bring the windows to front to see what's in there.

That would be also solved by providing a window related part of the name.

> Another no go is that I can no longer show both, the title and the location.

Which both by default contains information derived from location, but agree that this is not possible anymore.

> The -showlocation command line argument not only locks the location in the
> title, but also disallows to show the workspace name (only).

OK to only toggle full path on/off.

> To give you an idea: before this change my workspace title looked like this:
> Workspace Name - Perspective - Product - Location
> now it is
> Location - Product
> Two essential information pieces are gone!

*By default* workspace part was same as last location segment, so for "default" users they only miss now perspective name, which was misused by advanced users as as window identifier and just eat space for the rest :-).
 
> This either needs to be improved for M4 or reverted and moved to M5.

I would not revert, but gradually improve.

(In reply to Dani Megert from comment #25)
> For me the workspace location is the least important information -
> definitely less important than the active file name.

For me the opposite is true, but this is just a sign that we should improve the proposal.

The updated proposal is:
1) Allow user to select which parts (see below) should be shown
2) Application name should always be the last part of the title (I think everyone agrees on that).
3) Offer to select following parts to be shown (via checkboxes), in the order they are specified here:

[x] Show workspace name (on by default)
    Workspace name: <text: last location segment>
[x] Show unique window id (on by default)
    [x] Only for multiple windows (on by default)
    Window id: <text: perspective name>
[x] Show current editor title (on by default)
[x] Product name (on by default)
[ ] Full workspace path (off by default)

If all checkboxes above would be disabled by user, "Product name" should be enabled and shown.

The result will be in default state with ONE window:
egit_workspace - org.eclipse.jgit/build.properties - Eclipse SDK

with TWO windows and same perspective:
egit_workspace - Java - org.eclipse.jgit/build.properties - Eclipse SDK
egit_workspace - Java - org.eclipse.jgit/build.properties - Eclipse SDK

with TWO windows and different perspectives:
egit_workspace - Java - org.eclipse.jgit/build.properties - Eclipse SDK
egit_workspace - Debug - org.eclipse.jgit/build.properties - Eclipse SDK

with THREE windows, same perspective and custom window names:
egit_workspace - Whatever#1 - org.eclipse.jgit/build.properties - Eclipse SDK
egit_workspace - Whatever#2 - org.eclipse.jgit/build.properties - Eclipse SDK
egit_workspace - Whatever#3 - org.eclipse.jgit/build.properties - Eclipse SDK

After enabling all checkboxes except "Only for multiple windows":
egit_workspace - Java - org.eclipse.jgit/build.properties - /data/egit_workspace - Eclipse SDK
Comment 27 Andrey Loskutov CLA 2016-12-07 10:16:24 EST
Created attachment 265747 [details]
updated proposal
Comment 28 Dani Megert CLA 2016-12-07 10:45:47 EST
(In reply to Andrey Loskutov from comment #26)
> (In reply to Dani Megert from comment #21)
> > I'm sorry, but that change is a no go. People who use multiple Eclipse
> > windows are now doomed because all have the exact same title. 
> 
> This will still be true if those people use exact same perspective in all
> windows. You misused perspectives to identify different windows.

The perspective name was there - I did not misuse it, but just used the information that was there. And it was put there on purpose.


> Probably you just want to have a per-window name.

No, I don't want to be forced to set a name per window. The perspective name perfectly works for me.


> > I can no
> > longer directly switch to the window which e.g. has the Debug perspective. I
> > have to manually bring the windows to front to see what's in there.
> 
> That would be also solved by providing a window related part of the name.

See my previous comment.


> > Another no go is that I can no longer show both, the title and the location.
> 
> Which both by default contains information derived from location, but agree
> that this is not possible anymore.

People who use the option to explicitly set a workspace name are doomed because they can't see both. From comment 24:
"
The workspace might be labelled Oxygen while being located at fooBar
"
so, both pieces of the information differ and can be relevant.


> > To give you an idea: before this change my workspace title looked like this:
> > Workspace Name - Perspective - Product - Location
> > now it is
> > Location - Product
> > Two essential information pieces are gone!
> 
> *By default* workspace part was same as last location segment, so for
> "default" users they only miss now perspective name, which was misused by
> advanced users as as window identifier and just eat space for the rest :-).

Again, no misuse and nothing advanced. The beginner could use that information to distinguish windows. Showing information in the title that allows to distinguish the windows is the whole point. That's why e.g. Firefox shows the active page as first element. That's also the reason why we've put the product name and the path at the end - it's the least important piece of information.


> > This either needs to be improved for M4 or reverted and moved to M5.
> 
> I would not revert, but gradually improve.

Fine with me, as long as the perspective name is there in M4 (or the option to put it back).

 
> The updated proposal is:
> 1) Allow user to select which parts (see below) should be shown

+1


> 2) Application name should always be the last part of the title (I think
> everyone agrees on that).

+1


> 3) Offer to select following parts to be shown (via checkboxes), in the
> order they are specified here:
> 
> [x] Show workspace name (on by default)
>     Workspace name: <text: last location segment>
> [x] Show unique window id (on by default)
>     [x] Only for multiple windows (on by default)
>     Window id: <text: perspective name>

Don't introduce a new term "id" here, just use "perspective name"


> [x] Show current editor title (on by default)

Should be "active editor path"


> [x] Product name (on by default)
> [ ] Full workspace path (off by default)

+1. Using -showlocation must show the path and lock the option (checked). And only that option.

 
> If all checkboxes above would be disabled by user, "Product name" should be
> enabled and shown.

We don't need that restriction. Give the full power to the user and reduce code complexity.
Comment 29 Patrik Suzzi CLA 2016-12-07 10:52:07 EST
Created attachment 265749 [details]
image: a simplified preference page

(In reply to Andrey Loskutov from comment #27)
> Created attachment 265747 [details]
> updated proposal

I think the UI is too complex, so the users can not understand immediately the preferences. I suggest simplifying the preference page as you can see in this new attachment. So doing we'll have an IDE more immediate and easy to use.
Comment 30 Dani Megert CLA 2016-12-07 10:56:31 EST
(In reply to Patrik Suzzi from comment #29)
> Created attachment 265749 [details]
> image: a simplified preference page
> 
> (In reply to Andrey Loskutov from comment #27)
> > Created attachment 265747 [details]
> > updated proposal
> 
> I think the UI is too complex, so the users can not understand immediately
> the preferences. I suggest simplifying the preference page as you can see in
> this new attachment. So doing we'll have an IDE more immediate and easy to
> use.

+1, but workspace path needs to go to the end (in the preferences).
Comment 31 Patrik Suzzi CLA 2016-12-07 12:39:10 EST
Created attachment 265753 [details]
Anim gif: new UI and behavior

Please, provide feedback based on the behavior yuo can see in the attached animated gif. 

The UI is like you can see below, where 'd' means true by default.

[ ] Show perspective name
[d] Show workspace name
    Workspace name [_____________________] 
[ ] Show full workspace path
    Workspace path [---------------------]
Comment 32 Dani Megert CLA 2016-12-07 12:45:46 EST
(In reply to Patrik Suzzi from comment #31)
> Created attachment 265753 [details]
> Anim gif: new UI and behavior
> 
> Please, provide feedback based on the behavior yuo can see in the attached
> animated gif. 
> 
> The UI is like you can see below, where 'd' means true by default.
> 
> [ ] Show perspective name
> [d] Show workspace name
>     Workspace name [_____________________] 
> [ ] Show full workspace path
>     Workspace path [---------------------]

You changed the order again.

It must be
Workspace name
Perspective name
Full path
[Product name]

In the preferences and also in the window title.
Comment 33 Lars Vogel CLA 2016-12-07 13:09:46 EST
The option to remove the "Eclipse SDK" entry from the title would also be nice. At least for me this info has absolutely no value.
Comment 34 Dani Megert CLA 2016-12-07 13:18:04 EST
(In reply to Lars Vogel from comment #33)
> The option to remove the "Eclipse SDK" entry from the title would also be
> nice. At least for me this info has absolutely no value.

It's common to have the app name at the end, but I'm fine having an option to remove it.
Comment 35 Andrey Loskutov CLA 2016-12-07 13:20:23 EST
(In reply to Dani Megert from comment #34)
> (In reply to Lars Vogel from comment #33)
> > The option to remove the "Eclipse SDK" entry from the title would also be
> > nice. At least for me this info has absolutely no value.
> 
> It's common to have the app name at the end, but I'm fine having an option
> to remove it.

App name allows tests or window managers "detect" applications automagically. This is the reason I proposed to make an extra option to show/hide it.
Comment 36 Patrik Suzzi CLA 2016-12-07 13:41:27 EST
(In reply to Andrey Loskutov from comment #35)
> (In reply to Dani Megert from comment #34)
> > (In reply to Lars Vogel from comment #33)
> > > The option to remove the "Eclipse SDK" entry from the title would also be
> > > nice. At least for me this info has absolutely no value.
> > 
> > It's common to have the app name at the end, but I'm fine having an option
> > to remove it.
> 
> App name allows tests or window managers "detect" applications
> automagically. This is the reason I proposed to make an extra option to
> show/hide it.

I'll fix this shortly as suggested by Dani in #c32, and adding one checkbox to show/hide the product

[d] Show workspace name
    Workspace name [_____________________] 
[ ] Show perspective name
[ ] Show full workspace path
    Workspace path [---------------------]
[ ] Show full workspace path


Note: [d] means checked by defaule
Comment 37 Patrik Suzzi CLA 2016-12-07 13:42:46 EST
(In reply to Patrik Suzzi from comment #36)
I correct myself:

 [d] Show workspace name
     Workspace name [_____________________] 
 [ ] Show perspective name
 [ ] Show full workspace path
     Workspace path [---------------------]
 [ ] Show product name

 [d] == means checked by default
Comment 38 Patrik Suzzi CLA 2016-12-07 13:55:38 EST
Created attachment 265755 [details]
Image: see the proposed UI, plus note disabled fields on force location

In the attached image you can see the UI proposed, and incorporating the latest ideas.

Below, you can see the final version of UI and defaults, that I'm going to submit shortly:

 [d] Show workspace name
     Workspace name [_____________________] 
 [ ] Show perspective name
 [ ] Show full workspace path
     Workspace path [---------------------]
 [d] Show product name

Where,
 [d] == means checked by default
Comment 39 Eclipse Genie CLA 2016-12-07 14:16:01 EST
New Gerrit change created: https://git.eclipse.org/r/86658
Comment 40 Patrik Suzzi CLA 2016-12-07 14:22:00 EST
The provided change fixes the behaviour as discussed. 
Tonight I'll update the N&N accordingly. 

Please, let me know if you're ok with this change. 

@Andrey, @Lars: hope you don't mind if I added you for review. It would be great having your opinion
Comment 41 Andrey Loskutov CLA 2016-12-08 03:37:34 EST
(In reply to Patrik Suzzi from comment #40)
> The provided change fixes the behaviour as discussed. 
> Tonight I'll update the N&N accordingly. 
> 
> Please, let me know if you're ok with this change. 
> 
> @Andrey, @Lars: hope you don't mind if I added you for review. It would be
> great having your opinion
I've just pushed updated change set, where I fixed order of the parts placed in the title, and also removed already used mnemonics - we get out of free letters on the page!

The last one is an indication that we should provide a dedicated "Window title" page under General -> Appearance -> Window Title.

@Dani: I would propose we move the "title" preferences to the new page in M5 and for M4 just merge the last patch, are you OK with that?
Comment 42 Dani Megert CLA 2016-12-08 04:18:47 EST
(In reply to Andrey Loskutov from comment #41)
> (In reply to Patrik Suzzi from comment #40)
> > The provided change fixes the behaviour as discussed. 
> > Tonight I'll update the N&N accordingly. 
> > 
> > Please, let me know if you're ok with this change. 
> > 
> > @Andrey, @Lars: hope you don't mind if I added you for review. It would be
> > great having your opinion
> I've just pushed updated change set, where I fixed order of the parts placed
> in the title, and also removed already used mnemonics - we get out of free
> letters on the page!
> 
> The last one is an indication that we should provide a dedicated "Window
> title" page under General -> Appearance -> Window Title.
> 
> @Dani: I would propose we move the "title" preferences to the new page in M5
> and for M4 just merge the last patch, are you OK with that?

I'll look at it this morning.
Comment 43 Dani Megert CLA 2016-12-08 06:30:04 EST
(In reply to Andrey Loskutov from comment #41)
> I've just pushed updated change set, where I fixed order of the parts placed
> in the title, and also removed already used mnemonics - we get out of free
> letters on the page!

Thanks guys! I verified that it works as expected. Please submit the change.

 
> The last one is an indication that we should provide a dedicated "Window
> title" page under General -> Appearance -> Window Title.

That's overkill for just the window title. We can give more control to the user if we replace the current check boxes with a simpler UI similar to the one on the CVS > Label Decorations | Text Decorations page. With that, the user cannot only choose what to show, but also in which order, and he can even choose the separators. Plus, it will only take one line/field on the preference page.
Comment 44 Andrey Loskutov CLA 2016-12-08 07:05:04 EST
(In reply to Dani Megert from comment #43)
> (In reply to Andrey Loskutov from comment #41)
> > I've just pushed updated change set, where I fixed order of the parts placed
> > in the title, and also removed already used mnemonics - we get out of free
> > letters on the page!
> 
> Thanks guys! I verified that it works as expected. Please submit the change.

I've submitted the change, but either due our bugzilla issues or due Gerrit issues there was no update on the ticket. 

> > The last one is an indication that we should provide a dedicated "Window
> > title" page under General -> Appearance -> Window Title.
> 
> That's overkill for just the window title. We can give more control to the
> user if we replace the current check boxes with a simpler UI similar to the
> one on the CVS > Label Decorations | Text Decorations page. With that, the
> user cannot only choose what to show, but also in which order, and he can
> even choose the separators. Plus, it will only take one line/field on the
> preference page.

Should we create a new enhancement request for this? This will not fit into M4 anymore. If yes, we can close this as fixed.
Comment 45 Dani Megert CLA 2016-12-08 07:21:48 EST
(In reply to Andrey Loskutov from comment #44)
> > We can give more control to the
> > user if we replace the current check boxes with a simpler UI similar to the
> > one on the CVS > Label Decorations | Text Decorations page. With that, the
> > user cannot only choose what to show, but also in which order, and he can
> > even choose the separators. Plus, it will only take one line/field on the
> > preference page.
> 
> Should we create a new enhancement request for this?

Yes, please cc me.


> This will not fit into M4 anymore.

Definitely agree on that :-)
Comment 47 Andrey Loskutov CLA 2016-12-08 09:53:04 EST
I've filed bug 508912, so we can close this one now.

@Patrik: can you please update N&N with the new screenshot?
Comment 48 Dani Megert CLA 2016-12-08 11:34:31 EST
Verified in eclipse-SDK-I20161208-0830-win32-x86_64.

Looks good except for one minor detail: when using -showlocation, the preference is not checked. Filed bug to track that.
Comment 49 Eclipse Genie CLA 2016-12-08 13:01:12 EST
New Gerrit change created: https://git.eclipse.org/r/86756
Comment 50 Patrik Suzzi CLA 2016-12-08 13:02:14 EST
(In reply to Andrey Loskutov from comment #47) 
> @Patrik: can you please update N&N with the new screenshot?

Done with Gerrit change: https://git.eclipse.org/r/86756
Comment 52 Patrik Suzzi CLA 2016-12-08 16:19:12 EST
Thanks to you all. I think I could fix bug 508934 (-showlocation) in few hours. When is the deadline to submit for M4?
Comment 53 Dani Megert CLA 2016-12-09 04:45:03 EST
(In reply to Patrik Suzzi from comment #52)
> When is the deadline to submit for M4?

It was Wednesday except for fixes for major issues.
Comment 54 Eclipse Genie CLA 2016-12-09 10:52:55 EST
New Gerrit change created: https://git.eclipse.org/r/86848
Comment 55 Patrik Suzzi CLA 2016-12-09 10:53:41 EST
With this fix I'm improving the quality of the images in N&N.