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 55018 - quotes coupling
Summary: quotes coupling
Status: RESOLVED DUPLICATE of bug 50006
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 4.x
Hardware: Macintosh All
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-16 09:45 UTC by Milos Kleint
Modified: 2009-05-12 17:01 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 Milos Kleint 2005-02-16 09:45:37 UTC
let's say I have a text I want to put in quotes.

Hello world.

I go to the beginning of the string and type "
character. I end up with this.

""Hello world.

I have to delete the one quote. Somehow I have to
remember to delete the second one only as the
first quote will delete both. Fine.

Then I go to the end of the string and type "
character again.

"Hello world.""

two quotes appear again. Here it's clearly a bug
already since the editor should know I have the
quote at the beginning of the line already and
want to close the string.
Comment 1 Martin Roskanin 2005-02-16 14:06:00 UTC
Already reported, thanks

*** This issue has been marked as a duplicate of 50006 ***