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 258589

Summary: incorrect formatting/indentation of functions
Product: cnd Reporter: Vladimir Voskresensky <vv159170>
Component: EditorAssignee: Alexander Simon <alexvsimon>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Vladimir Voskresensky 2016-03-30 14:42:01 UTC
Open 
contrib/JConvert/src/JConvertOptions.cpp
go to registerTypeConversion and make code to have /*static*/ on the same line

After that formatting of the function is extra indented.
If press new line after opening "{" => cursor is extra indented
Comment 1 Vladimir Voskresensky 2016-03-30 15:02:46 UTC
It is moved to ConvertFlags.cpp file
Comment 2 Alexander Simon 2016-07-11 13:24:46 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/f87961a9f6a0
Comment 3 Quality Engineering 2016-07-12 01:53:14 UTC
Integrated into 'main-silver', will be available in build *201607120002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/f87961a9f6a0
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #258589 incorrect formatting/indentation of functions