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

Summary: \t confuses editor
Product: javafx Reporter: Lark Fitzgerald <lfitzgerald>
Component: EditorAssignee: Rastislav Komara <moonko>
Status: VERIFIED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

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)