1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-14 12:35:22 +02:00
cdt/core/org.eclipse.cdt.ui.tests/resources
Marco Stornelli f893b77dba Bug 461435 - Added options to format pointers in methods
Rules used:
1) Default is right alignment to be compliant with built-in formatter
rules;
2) Pointer with declarator without name will be always left alignment
unless there's a nested declarator;
3) Return value of methods/functions is always left alignment;
4) If left alignment is selected, if space after comma is selected too
for a declaration list, space is always forced after the comma.

Change-Id: I82d5ad130e665e5357644cc59655a558f3fb732f
Signed-off-by: Marco Stornelli <marco.stornelli@gmail.com>
2019-05-12 15:42:21 +02:00
..
addInclude Bug 435340 - Add Include inserts an extra blank line 2014-05-20 14:12:41 -07:00
ceditor Bug 84144 - Occurrence marking for label references. 2014-07-10 13:20:38 +02:00
compare Fix for 195641: CStructureCreator should be migrated to DOM parser 2007-10-11 09:41:48 +00:00
constalign Bug 461435 - Added options to format pointers in methods 2019-05-12 15:42:21 +02:00
contentassist Bug 540373: Normalize newlines with .gitattributes 2018-11-20 21:20:39 +00:00
docComments 178386: check-in documentation tool framework plus doxygen implementation 2008-02-09 12:23:25 +00:00
folding Bug 255018 - [editor] Highlight inactive code of unterminated #ifdef 2008-11-12 16:02:09 +00:00
formatter Bug 461435 - Added options to format pointers in methods 2019-05-12 15:42:21 +02:00
inactiveCode Bug 255018 - [editor] Highlight inactive code of unterminated #ifdef 2008-11-12 16:02:09 +00:00
indentation Bug 510794 - Tab character is ignored at the beginning of line inside a 2017-01-23 11:51:39 -08:00
projectTemplates Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.sh 2018-11-22 20:31:51 +00:00
quickFix Implementation of "Rename in File" 2008-08-12 03:39:54 +00:00