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 13636

Summary: Simple indentation/Java indentation is not working in JSP.
Product: javaee Reporter: skmajji <skmajji>
Component: CodeAssignee: issues@javaee <issues>
Status: CLOSED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: -FFJ-   
Hardware: PC   
OS: Other   
Issue Type: DEFECT Exception Reporter:

Description skmajji 2001-07-16 20:33:45 UTC
Create a JSP file.
Set the intendation to either Simple indentation or Java indentation.
Edit the JSP file and add a for loop (for (int i =0; i < 10; ++i) ).
Now press the enter.
The cursor is moving to left end of the next row rather then indenting with for 
loop.
This bug was checked with JDK1.3.1 under Windows NT4.0 SP6a
Comment 1 Marek Fukala 2001-07-17 07:19:23 UTC
The bug is duplicate of bug #7900.

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