Bug 219319 - [preferences] improve auto insert column on Templates page
Summary: [preferences] improve auto insert column on Templates page
Status: ASSIGNED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.4   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2008-02-18 08:57 EST by Fedronic valere CLA
Modified: 2019-09-06 16:04 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.