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 - incorrect formatting/indentation of functions
Summary: incorrect formatting/indentation of functions
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-30 14:42 UTC by Vladimir Voskresensky
Modified: 2016-07-12 01:53 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 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