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 132202 - \t confuses editor
Summary: \t confuses editor
Status: VERIFIED DUPLICATE of bug 132194
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Rastislav Komara
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-07 15:32 UTC by Lark Fitzgerald
Modified: 2008-04-11 15:23 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 Lark Fitzgerald 2008-04-07 15:32:46 UTC
Product Version: NetBeans IDE Dev (Build 200804010004)
Java: 1.6.0_03; Java HotSpot(TM) Client VM 1.6.0_03-b05
System: Windows Vista version 6.0 running on x86; Cp1252; en_US (nb)

Plugin: CB#312 (2008-04-07_14-26-18.zip)

Steps:
1. create project
2. paste the following code:
String s;
3. type the following:
s = "\t2"

You end up with: s = "\t2"" and it thinks you've started a new string.
Comment 1 Lark Fitzgerald 2008-04-07 15:55:38 UTC
This appears to be triggered by 132194.  It only happens when brace completion is not working.  Once it starts 
working, then the editor behaves correctly.  closing as dup.

*** This issue has been marked as a duplicate of 132194 ***
Comment 2 Alexandr Scherbatiy 2008-04-10 11:39:44 UTC
the issue is not reproduced
Comment 3 Lark Fitzgerald 2008-04-11 15:23:35 UTC
Verified using:
Plugin: CB#358 (2008-04-11_11-55-20.zip)