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 89281 - Code Template: Complete in editor even after fixing typo in abbreviation
Summary: Code Template: Complete in editor even after fixing typo in abbreviation
Status: RESOLVED DUPLICATE of bug 151633
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-14 10:18 UTC by cfd
Modified: 2013-06-21 14:09 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description cfd 2006-11-14 10:18:27 UTC
when I type "sout<tab>", I have "System.out.println("");
to have it, "sout<tab>" must be typed in a one shot, without key mistakes&fixes.

If we fix the code template before typing <tab> (in my case), the code template
is not recognized.

-> the code template should be recognized after a fix "soute<back><tab>" (giving
"sout<tab>")
Comment 1 jirka_x1 2010-06-04 21:45:17 UTC
Seems to be nearly fixed in 6.9 RC2 (sow<del>ut works, but so<space><del>ut does not).
Comment 2 markiewb 2013-06-21 14:06:43 UTC
*** Bug 90739 has been marked as a duplicate of this bug. ***
Comment 3 markiewb 2013-06-21 14:09:31 UTC

*** This bug has been marked as a duplicate of bug 151633 ***