Commit Graph
13 Commits
Author SHA1 Message Date
Denis.Zhdanov 29d17b55c3 IDEA-109631 Javadocs formatting depends on current method indentation 2013-07-11 16:05:21 +04:00
Denis.Zhdanov 976fe5321d IDEA-90860 Reformat Code breaks Copyright/Header
Test fixes
2012-09-01 22:03:10 +04:00
Denis.Zhdanov 3d15472599 IDEA-90860 Reformat Code breaks Copyright/Header
1. Block.getSpacing() contract is refined;
2. Java formatter tests don't strip line feeds and trailing spaces now;
3. Test data is corrected;
2012-09-01 18:43:06 +04:00
Denis Zhdanov feb72f4b67 IDEA-56242 Align When Multiline > Fields/variables groups does not align correctly when using tabs
1. Removed 'Align in columns' option processing for local variables;
2. Corrected white space string generation during 'align fields in columns' processing (tabs are not used for non-first block on a line alignment now);
 3. Green code policy is applied whenever possible;
 4. Corresponding tests are added;
2010-08-30 12:14:14 +04:00
Maxim Medvedev 06dc46d6cd Merge branch 'master' into changeSignature 2010-05-29 17:23:45 +04:00
Denis Zhdanov f23c29cd75 IDEA-55306 Align when multiline for parenthesized expressions works weirdly for anonymous classes as parameters
Dedicated formatting option for multiline method brackets alignment is introduced. 'Align multiline parenthesized expressions' used before that but it caused wierd formatting at some use-cases.
2010-05-27 11:22:07 +04:00
Maxim Medvedev b11b8c7b86 merge master 2010-05-21 17:39:25 +04:00
Denis Zhdanov eb6d106fd7 IDEA-53013 Allignment of multiline parenthesis
Test data is corrected in accordance with revised algorithm
2010-05-18 12:11:03 +04:00
Denis Zhdanov de8be3bd7d IDEA-19328 "Simple blocks on one line" and "Force braces" aren't applied ideally
Test data is corrected in accordance with formatting algorithm fixes
2010-05-12 16:15:48 +04:00
Maxim Medvedev 184632cb63 Merge commit 'origin/master' into changeSignature
Conflicts:
	java/java-impl/src/com/intellij/refactoring/changeSignature/ChangeSignatureTargetUtil.java
	plugins/groovy/src/org/jetbrains/plugins/groovy/refactoring/changeSignature/GrChangeSignatureHandler.java
2010-04-22 16:47:15 +04:00
Denis Zhdanov 4e370a6a7c IDEA-54000 Move java formatting tests to community edition
Moved from 'idea-tests' to 'java-tests' because java formatter belongs to community edition
2010-04-19 19:27:51 +04:00
Denis Zhdanov e8777a2477 IDEA-54000 Move java formatting tests to community edition
Moved from 'idea-tests' to 'java-tests' because java formatter belongs to community edition
2010-04-19 19:27:17 +04:00
Denis Zhdanov e42c2fdcab IDEA-54000 Move java formatting tests to community edition
Moved from 'idea-tests' to 'java-tests' because java formatter belongs to community edition
2010-04-19 19:26:51 +04:00