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 98761 - typing " when cursor is before " is ignored
Summary: typing " when cursor is before " is ignored
Status: RESOLVED DUPLICATE of bug 83044
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-23 08:36 UTC by Pavel Buzek
Modified: 2008-02-10 15:29 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 Pavel Buzek 2007-03-23 08:36:57 UTC
I have this in the editor:
        out.println("<br>");
I want to change it to:
        out.println("foo is:" + foo + "<br>");

I place cursor where you see "|":
        out.println(|"<br>");
and start typing " but the editor is trying to be clever and ignores me, just
moves the cursor:
        out.println("|<br>");
instead of what it should do:
        out.println("|"<br>");
Comment 1 Jan Lahoda 2008-02-10 15:29:37 UTC

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