Bug 371729 - Stop using LFE to open strings.xml when the file has another default editor
Summary: Stop using LFE to open strings.xml when the file has another default editor
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Sequoyah (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-16 06:51 EST by Bruno Tomazela CLA
Modified: 2016-11-08 14:45 EST (History)
4 users (show)

See Also:


Attachments
Fix the bug. (29.06 KB, patch)
2012-02-16 06:58 EST, Bruno Tomazela CLA
no flags Details | Diff
Sets LFE as default editor after creating an strings.xml file, instead of when loading the workbench. (2.58 KB, patch)
2012-03-14 16:06 EDT, Bruno Tomazela CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bruno Tomazela CLA 2012-02-16 06:51:58 EST
Build Identifier: 

When using "open with" in a strings.xml, remember this decision when eclipse restart, and do not use LFE to open the file.

Reproducible: Always
Comment 1 Bruno Tomazela CLA 2012-02-16 06:58:45 EST
Created attachment 211100 [details]
Fix the bug.
Comment 2 Bruno Tomazela CLA 2012-03-14 16:06:54 EDT
Created attachment 212685 [details]
Sets LFE as default editor after creating an strings.xml file, instead of when loading the workbench.

Better solution to the problem.
Former fix was not opening LFE unless user explicitly choose it from "Open with..." option.
Now, every time a strings.xml file is created, LFE is set as default editor.
However, if the user chooses other editor using "Open with..." option, then LFE will no be reset as the default editor for this file.
Comment 3 Nitin Dahyabhai CLA 2012-11-08 13:14:21 EST
Why do it programmatically at all?