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 205881 - problem with autocompletion of quotes
Summary: problem with autocompletion of quotes
Status: RESOLVED WONTFIX
Alias: None
Product: xml
Classification: Unclassified
Component: Text-Edit (show other bugs)
Version: 7.0.1
Hardware: PC Windows Vista
: P4 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-02 20:31 UTC by loko007
Modified: 2016-07-07 09:56 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 loko007 2011-12-02 20:31:46 UTC
the option to autocomplete quotes is really crazy:
when you enter <input id=", sometimes you obtain <input id="|"  (| = position
of the cursor) and sometimes it give <input id=""|, and you must go backward to
correct the mistake. it never give the same thing.
i lost a lot of time because i'm always correcting the mistakes of the IDE...

and when you write <input id=xxx  />, you forgot the quotes and you go backward
to add quotes, the IDE add TWO quotes like that :
<input id=""xxx""  />
after, when you want to delete, one quotes, it delete TWO quotes like and you
obtnais <input id=""xxx  />

correct that please, it's horrible !!!...

or add an option to avoid this autocompletion in order to active bracket
completion without quotes completion
Comment 1 Martin Balin 2016-07-07 09:56:48 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss