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 - Simple indentation/Java indentation is not working in JSP.
Summary: Simple indentation/Java indentation is not working in JSP.
Status: CLOSED DUPLICATE of bug 7900
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: -FFJ-
Hardware: PC Other
: P3 blocker (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-07-16 20:33 UTC by skmajji
Modified: 2001-09-19 10:19 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 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 ***