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

Summary: quotes coupling
Product: editor Reporter: Milos Kleint <mkleint>
Component: -- Other --Assignee: issues@editor <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: Macintosh   
OS: All   
Issue Type: DEFECT Exception Reporter:

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 ***