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 118616 - Smart enter doesn't work in HTML and JSP editors
Summary: Smart enter doesn't work in HTML and JSP editors
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomasz Slota
URL:
Keywords:
: 110729 (view as bug list)
Depends on: 118659
Blocks: 118615
  Show dependency tree
 
Reported: 2007-10-11 21:21 UTC by Tomasz Slota
Modified: 2007-11-20 18: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 Tomasz Slota 2007-10-11 21:21:42 UTC
When enter is pressed in the following cursors position:

<tag>|</tag>

It should produce the following result:

<tag>
      |
</tag>

However now it resolves to 

<tag>
|</tag>
Comment 1 Tomasz Slota 2007-10-12 20:45:19 UTC
*** Issue 110729 has been marked as a duplicate of this issue. ***
Comment 2 Tomasz Slota 2007-10-22 17:13:26 UTC
fixed.

/cvs/xml/tageditorsupport/src/org/netbeans/modules/editor/structure/formatting/TagBasedLexerFormatter.java,v  <--  TagBasedLexerFormatter.java
new revision: 1.27; previous revision: 1.26
Comment 3 Jindrich Sedek 2007-11-20 18:13:48 UTC
verified.
NetBeans IDE 6.0 RC2 (Build 200711201000)