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 50624 - JSP Indentation engine miss some Java properties
Summary: JSP Indentation engine miss some Java properties
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-19 15:25 UTC by zikmund
Modified: 2006-03-24 10:13 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 zikmund 2004-10-19 15:25:05 UTC
Build 200410181800

There are missing 4 usefull Java Indentation
Engine options in JSP Indentation Engine:
  - Add Newline Before Brace
  - Add Space Before Parenthesis
  - Statement Continuation Indent
  - Add Leading Star in Comment
Comment 1 Marek Fukala 2004-10-21 13:04:30 UTC
I would rather fix this in next release since it may break something
else in the JSP editor. Moreover, it sound to me more like a feature. 
Comment 2 Marek Fukala 2005-02-23 15:23:18 UTC
fixed 

Checking in JspIndentEngine.java;
/cvs/web/jspsyntax/src/org/netbeans/modules/web/core/syntax/JspIndentEngine.java,v
 <--  JspIndentEngine.java
new revision: 1.5; previous revision: 1.4
done
Checking in JspIndentEngineBeanInfo.java;
/cvs/web/jspsyntax/src/org/netbeans/modules/web/core/syntax/JspIndentEngineBeanInfo.java,v
 <--  JspIndentEngineBeanInfo.java
new revision: 1.3; previous revision: 1.2
done
Comment 3 zikmund 2005-02-25 12:21:55 UTC
Verified in 200502241900.