1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/core/org.eclipse.cdt.ui.tests
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
..
.settings Bug 540373: Update the compiler warnings/ignores 2018-11-24 10:55:06 +00:00
icons
META-INF Bug 278903 - Do not format any code in inactive regions 2019-03-04 05:41:56 -05:00
resources Bug 461435 - Added options to format pointers in methods 2019-05-12 15:42:21 +02:00
src/org/eclipse/cdt/ui Bug 540373: Cleanup warnings in tests 2018-11-24 11:32:04 +00:00
ui/org/eclipse/cdt/ui/tests Bug 461435 - Added options to format pointers in methods 2019-05-12 15:42:21 +02:00
.classpath Bug 488109 Refactoring of Extract Constant Implementation 2016-06-14 03:26:18 -04:00
.options
.project
about.html Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.sh 2018-11-22 20:31:51 +00:00
build.properties Bug 540373: Cleanup: Remove trailing whitespace in properties files 2018-11-23 07:52:26 +00:00
plugin.properties Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.sh 2018-11-22 20:31:51 +00:00
plugin.xml Bug 536255 - Extension point for open call hierarchy view 2018-09-08 03:03:00 -04:00
pom.xml Bug 278903 - Do not format any code in inactive regions 2019-03-04 05:41:56 -05:00
test.xml