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 192119

Summary: Got 7 new Updates today and now the editor is broken.
Product: editor Reporter: mjensen <mjensen>
Component: Formatting & IndentationAssignee: Dusan Balek <dbalek>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P1    
Version: 6.x   
Hardware: PC   
OS: Windows XP x64   
Issue Type: DEFECT Exception Reporter:

Description mjensen 2010-11-18 16:50:33 UTC
Product Version: NetBeans IDE 6.9.1 (Build 201011082200)
Java: 1.6.0_16; Java HotSpot(TM) 64-Bit Server VM 14.2-b01
System: Windows XP version 5.2 running on amd64; Cp1252; en_US (nb)
Userdir: C:\Documents and Settings\MJENSEN\.netbeans\6.9

I am using the emacs keymap option.

Before the update when I have lines of code like:

   MyType1 type1 = new MyType1();
       MyType2 type2 = new MyType2();
   MyType3 type3 = new MyType3();

And I press the tab key on a line it will indent that line (like emacs), so in this example the MyType2 line would be intented to line up with the two other lines.

That is now broken after the updates I did today.

I use the tab key indentation all the time.
Comment 1 Dusan Balek 2010-11-19 08:04:35 UTC
Already fixed in jet-main.

*** This bug has been marked as a duplicate of bug 192098 ***