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 170733 - code template indent error
Summary: code template indent error
Status: VERIFIED DUPLICATE of bug 177196
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Anton Chechel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-21 00:41 UTC by goodsforyou
Modified: 2010-04-06 10:12 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 goodsforyou 2009-08-21 00:41:22 UTC
if a code template has more lines, the indent is not correct when input into the editor:

    if (exp) {
   
}

the indent and cursor should be automatically adjusted:
    if (true) {
        
    }
Comment 1 Anton Chechel 2010-04-01 13:36:02 UTC

*** This bug has been marked as a duplicate of bug 177196 ***
Comment 2 Alexandr Scherbatiy 2010-04-06 10:12:26 UTC
verified