Bug 219319

Summary: [preferences] improve auto insert column on Templates page
Product: [Eclipse Project] Platform Reporter: Fedronic valere <valere.fedronic>
Component: TextAssignee: Platform-Text-Inbox <platform-text-inbox>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P3 CC: daniel_megert
Version: 3.4Keywords: helpwanted
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Fedronic valere CLA 2008-02-18 08:57:48 EST
Build ID:  M20071023-1652

Steps To Reproduce:
In the template preference page, if a template is auto insertable, the label 'on' appears in the 'auto insert' column, but if the template is not auto insertable then nothing (empty string) is diplayed.
The expected label is 'off'. 

More information:
In org.eclipse.ui.texteditor.templates.TemplatePreferencePage

[Actual]
template.isAutoInsertable() ? TextEditorTemplateMessages.TemplatePreferencePage_on : "";

[Expected]
template.isAutoInsertable() ? TextEditorTemplateMessages.TemplatePreferencePage_on : TextEditorTemplateMessages.TemplatePreferencePage_off;
Comment 1 Dani Megert CLA 2008-02-19 07:25:56 EST
I'd rather show a check box.
Comment 2 Eclipse Webmaster CLA 2019-09-06 16:04:33 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.