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 58367 - Automatic quotation is broken
Summary: Automatic quotation is broken
Status: RESOLVED DUPLICATE of bug 50006
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-27 10:29 UTC by randahl
Modified: 2007-11-05 13:38 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 randahl 2005-04-27 10:29:30 UTC
There are several situations where the automatic quotation does not work. For
instance, if you write the following code

((TemplateWindow) opener).getWritableObject("contentContracts|

And type a " where the cursor is you get two " leaving you with

((TemplateWindow) opener).getWritableObject("contentContracts""|

This is just a single example, but I have experienced many situations in which
the quotation does not work as expected, as I recal the feature also fails when
you type \" in some situations but I will post more examples as I encounter them.

I think I have filed a similar issue before but it seems to have been deleted -
can someone tell me when issues are deleted?

Randahl
Comment 1 Martin Roskanin 2005-05-03 09:21:02 UTC
already reported, thanks

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