This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 66623 - Code templates do not work for other editors than Java
Summary: Code templates do not work for other editors than Java
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Options (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jan Jancura
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2005-10-12 15:08 UTC by Roman Strobl
Modified: 2007-11-05 13:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Strobl 2005-10-12 15:08:34 UTC
[NetBeans 200510111800; FC4; JDK 1.5.0_05]

Issue Summary:
--------------
Code templates are not saved for other editors than Java editor.

Steps to Reproduce:
-------------------
1. Open new Options dialog.
2. Go to Editor | Code templates.
3. Add a template into the SQL editor, e.g. "test" expanding to "this is a test".
4. Click OK to close Options dialog.
5. Test the template in SQL editor.
-> The template doesn't work. If you reopen the Options dialog, the new template
is missing.
Comment 1 Roman Strobl 2005-10-13 11:00:45 UTC
Regression from beta.
Comment 2 Jan Jancura 2005-10-14 15:33:30 UTC
has already been fixed in trunk
Comment 3 Roman Strobl 2005-10-21 15:05:19 UTC
Verified.