Bug 522033 - "Link with editor" option saves state for each file separately
Summary: "Link with editor" option saves state for each file separately
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: LSP4E (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Michal Niewrzal CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-08 05:12 EDT by Michal Niewrzal CLA
Modified: 2022-02-04 09:12 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Niewrzal CLA 2017-09-08 05:12:39 EDT
During recent reviews, I noticed that "Link with editor" option saves its state separately for each opened file. I'm not sure if it's a good idea. First of all it can be confusing for users to change this setting for each opened file. Second thing is that it will pollute preferences with unique nodes without an option to remove it. I believe this option should be global for LSP4E outline in general.
Comment 1 Mickael Istria CLA 2017-09-08 05:15:45 EDT
I agree that per-file is too fine grained for users. A per-workspace/instance setting maps user expectations better.
Comment 2 Eclipse Genie CLA 2017-09-08 08:22:33 EDT
New Gerrit change created: https://git.eclipse.org/r/104749
Comment 4 Mickael Istria CLA 2017-09-08 11:42:22 EDT
Thanks Michal!