2015-07-07 |
Yaroslav Lepenkin | Fixed NPE, space property can be null
|
commit | commitdiff | tree |
2015-07-07 |
Yaroslav Lepenkin | Fixed compilation after rebase
|
commit | commitdiff | tree |
2015-07-07 |
Yaroslav Lepenkin | Reformat with context on postponed formatting: fixed...
|
commit | commitdiff | tree |
2015-07-07 |
Yaroslav Lepenkin | Reformat with context on postponed formatting: fixed...
|
commit | commitdiff | tree |
2015-07-07 |
Yaroslav Lepenkin | Reformat with context: do not touch blocks with read...
|
commit | commitdiff | tree |
2015-07-07 |
Yaroslav Lepenkin | Use reformat with context on postprocess reformat
|
commit | commitdiff | tree |
2015-07-07 |
Yaroslav Lepenkin | Set min spaces for linebreak to 1, so when spacing...
|
commit | commitdiff | tree |
2015-07-07 |
Yaroslav Lepenkin | Reformat with context: do not touch linefeeds
|
commit | commitdiff | tree |
2015-07-07 |
Yaroslav Lepenkin | Alignment on "public, static, void, <T>, throws" replaced...
|
commit | commitdiff | tree |
2015-07-07 |
Yaroslav Lepenkin | Reformat with context: collect all alignments from...
|
commit | commitdiff | tree |
2015-07-07 |
Yaroslav Lepenkin | Reformat with context: Corrected block alignment retrieval
|
commit | commitdiff | tree |
2015-07-06 |
Yaroslav Lepenkin | Reformat Dialog: persist reformat only VCS changed...
|
commit | commitdiff | tree |
2015-07-03 |
Yaroslav Lepenkin | removed accidentely committed line, fixes failing tests
|
commit | commitdiff | tree |
2015-07-03 |
Yaroslav Lepenkin | revert 28a13b77d1b4d98bddcf68d6f7cff321c7c641e9 due...
|
commit | commitdiff | tree |
2015-07-02 |
Yaroslav Lepenkin | Small optimization: do not retrieve JavaCodeStyleSettings...
|
commit | commitdiff | tree |
2015-06-30 |
Yaroslav Lepenkin | [IndentDetector] Removed logging
|
commit | commitdiff | tree |
2015-06-29 |
Yaroslav Lepenkin | IDEA-141982 SOE, recursion eliminated
|
commit | commitdiff | tree |
2015-06-25 |
Yaroslav Lepenkin | Do not commit document explicitly, delay indent detection...
|
commit | commitdiff | tree |
2015-06-24 |
Yaroslav Lepenkin | Commit document before building formatting model (EA...
|
commit | commitdiff | tree |
2015-06-23 |
Yaroslav Lepenkin | Test for IDEA-99343. Fixed in 28a13b77d1b4d98bddcf68d6f7cff3...
|
commit | commitdiff | tree |
2015-06-23 |
Yaroslav Lepenkin | Do not skip blocks outside of formatting range, when...
|
commit | commitdiff | tree |
2015-06-23 |
Yaroslav Lepenkin | Use formatter based detector by default
|
commit | commitdiff | tree |
2015-06-23 |
Yaroslav Lepenkin | moved test to another package
|
commit | commitdiff | tree |
2015-06-22 |
Yaroslav Lepenkin | Added performance test for indent detector
|
commit | commitdiff | tree |
2015-06-18 |
Yaroslav Lepenkin | Configure code style on fragment: disable all dropdown...
|
commit | commitdiff | tree |
2015-06-18 |
Yaroslav Lepenkin | Do not detect indent for decompiled classes (EA-69698)
|
commit | commitdiff | tree |
2015-06-18 |
Yaroslav Lepenkin | Moved tests to proper package
|
commit | commitdiff | tree |
2015-06-18 |
Yaroslav Lepenkin | When detecting tab usage set continuation indent size...
|
commit | commitdiff | tree |
2015-06-17 |
Yaroslav Lepenkin | When detecting tab usage, change indent size to tab...
|
commit | commitdiff | tree |
2015-06-17 |
Yaroslav Lepenkin | Detect indent only for languages with implemented Formatting...
|
commit | commitdiff | tree |
2015-06-17 |
Yaroslav Lepenkin | [Adjust code style on code fragment] Added drop down...
|
commit | commitdiff | tree |
2015-06-17 |
Yaroslav Lepenkin | added abstract getType method to Indent class
|
commit | commitdiff | tree |
2015-06-17 |
Yaroslav Lepenkin | throw exception on remove since it's not supported...
|
commit | commitdiff | tree |
2015-06-16 |
Yaroslav Lepenkin | fixed EA-69515, do not reverse block's subBlocks collection...
|
commit | commitdiff | tree |
2015-06-15 |
Yaroslav Lepenkin | [AutoDetectIndent] added registry flag to switch between...
|
commit | commitdiff | tree |
2015-06-15 |
Yaroslav Lepenkin | [AutoDetectIndent] moved tests from platform-tests...
|
commit | commitdiff | tree |
2015-06-15 |
Yaroslav Lepenkin | [Formatter] Provided ability to skip building injected...
|
commit | commitdiff | tree |
2015-06-15 |
Yaroslav Lepenkin | refactoring AbstractJavaBlock, make createJavaBlock...
|
commit | commitdiff | tree |
2015-06-15 |
Yaroslav Lepenkin | [JavaFormatter] Do not check if annotation is type...
|
commit | commitdiff | tree |
2015-06-15 |
Yaroslav Lepenkin | Using formatting blocks to detect proper indent
|
commit | commitdiff | tree |
2015-06-11 |
Yaroslav Lepenkin | [ConfigureCodeStyleOnSelectedFragment] Bundlified,...
|
commit | commitdiff | tree |
2015-06-02 |
Yaroslav Lepenkin | Do not wrap first method call in a call chain, if it...
|
commit | commitdiff | tree |
2015-05-28 |
Yaroslav Lepenkin | Provided option to disable detect indent notification...
|
commit | commitdiff | tree |
2015-05-27 |
Yaroslav Lepenkin | Do not build additional blocks if we are not in "reformat...
|
commit | commitdiff | tree |
2015-05-25 |
Yaroslav Lepenkin | Disable configure code style on selected fragment intention...
|
commit | commitdiff | tree |
2015-05-22 |
Yaroslav Lepenkin | fixed tests
|
commit | commitdiff | tree |
2015-05-22 |
Yaroslav Lepenkin | removed ellipsis from optimize imports and reformat...
|
commit | commitdiff | tree |
2015-05-22 |
Yaroslav Lepenkin | Detect indent for non-writable files, because firstly...
|
commit | commitdiff | tree |
2015-05-22 |
Yaroslav Lepenkin | fixed misplaced lines: if process changed lines, invoke...
|
commit | commitdiff | tree |
2015-05-22 |
Yaroslav Lepenkin | Bind reformatWithContext on "Reformat VCS changed text"
|
commit | commitdiff | tree |
2015-05-22 |
Yaroslav Lepenkin | Minor refactorings, clarified difference of "read only...
|
commit | commitdiff | tree |
2015-05-22 |
Yaroslav Lepenkin | Provided way to reformat context around selected ranges...
|
commit | commitdiff | tree |
2015-05-22 |
Yaroslav Lepenkin | [JavaRearranger] register field dependencies only for...
|
commit | commitdiff | tree |
2015-05-20 |
Yaroslav Lepenkin | renaming after review IDEA-COMMUNITY-CR-2165
|
commit | commitdiff | tree |
2015-05-18 |
Yaroslav Lepenkin | Provided extension point for detecting if source file...
|
commit | commitdiff | tree |
2015-05-14 |
Yaroslav Lepenkin | [PsiBasedFormattingModel] Perform whitespace modification...
|
commit | commitdiff | tree |
2015-05-06 |
Yaroslav Lepenkin | Added option to wrap first method call in method call...
|
commit | commitdiff | tree |
2015-04-30 |
Yaroslav Lepenkin | Do not treat something inside <pre> tag, starting with...
|
commit | commitdiff | tree |
2015-04-29 |
Yaroslav Lepenkin | [AutoDetectIndent] when checking for continuation indent...
|
commit | commitdiff | tree |
2015-04-29 |
Yaroslav Lepenkin | [JavadocFormatter] Inside pre tag region from comment...
|
commit | commitdiff | tree |
2015-04-28 |
Yaroslav Lepenkin | Preserve leading asterisks of single-line comment ...
|
commit | commitdiff | tree |
2015-04-28 |
Yaroslav Lepenkin | [JavaFormatter] Options controlling '(' and ')' placement...
|
commit | commitdiff | tree |
2015-04-28 |
Yaroslav Lepenkin | Added ability to create dependent spacing on multiple...
|
commit | commitdiff | tree |
2015-04-24 |
Yaroslav Lepenkin | revert e86902e
|
commit | commitdiff | tree |
2015-04-24 |
Yaroslav Lepenkin | Do not wrap first parameter in expression list
|
commit | commitdiff | tree |
2015-04-21 |
Yaroslav Lepenkin | Added hyperlink to show reformat dialog from notification
|
commit | commitdiff | tree |
2015-04-21 |
Yaroslav Lepenkin | Create dependent spacing on space between last method...
|
commit | commitdiff | tree |
2015-04-21 |
Yaroslav Lepenkin | Options: Place new line after '(' and "Place line before...
|
commit | commitdiff | tree |
2015-04-21 |
Yaroslav Lepenkin | Do not guess that options expression list is multiline...
|
commit | commitdiff | tree |
2015-04-21 |
Yaroslav Lepenkin | Do not wrap nested method call parameters, if wrap...
|
commit | commitdiff | tree |
2015-04-20 |
Yaroslav Lepenkin | Do not show invalid javadoc tag warnings for maven...
|
commit | commitdiff | tree |
2015-04-17 |
Yaroslav Lepenkin | Do not wrap on lambda parameter list (IDEA-137404)
|
commit | commitdiff | tree |
2015-04-16 |
Yaroslav Lepenkin | Do not log CancellationException
|
commit | commitdiff | tree |
2015-04-16 |
Yaroslav Lepenkin | Preserving leading and trailing asterisks in javadoc...
|
commit | commitdiff | tree |
2015-04-13 |
Yaroslav Lepenkin | Log thrown exception during FutureTask execution in...
|
commit | commitdiff | tree |
2015-04-10 |
Yaroslav Lepenkin | Made failing test passing.
|
commit | commitdiff | tree |
2015-04-10 |
Yaroslav Lepenkin | Detect continuation indent only if last opened brace...
|
commit | commitdiff | tree |
2015-04-10 |
Yaroslav Lepenkin | Deleted registry keys, minor refactoring
|
commit | commitdiff | tree |
2015-04-10 |
Yaroslav Lepenkin | Added registry flag for continuation indent detector
|
commit | commitdiff | tree |
2015-04-10 |
Yaroslav Lepenkin | Continuation indent detector simplified, don't check...
|
commit | commitdiff | tree |
2015-04-10 |
Yaroslav Lepenkin | refactoring, added tests, on line starting with closing...
|
commit | commitdiff | tree |
2015-04-10 |
Yaroslav Lepenkin | Added simple way of detecting if line starts with continuati...
|
commit | commitdiff | tree |
2015-04-10 |
Yaroslav Lepenkin | Set initially selected second column in OptionTableWithPrevi...
|
commit | commitdiff | tree |
2015-04-08 |
Yaroslav Lepenkin | Set initial focus on options tree in configure code...
|
commit | commitdiff | tree |
2015-04-08 |
Yaroslav Lepenkin | Calculating dialog location to prevent selected text...
|
commit | commitdiff | tree |
2015-03-26 |
Yaroslav Lepenkin | Refactoring. Storing FileIndentOptions provider in...
|
commit | commitdiff | tree |
2015-03-24 |
Yaroslav Lepenkin | Added null checks for file.getVirtualFile(), show notificati...
|
commit | commitdiff | tree |
2015-03-23 |
Yaroslav Lepenkin | Corrected parameters order, which caused extra spaces...
|
commit | commitdiff | tree |
2015-03-23 |
Yaroslav Lepenkin | Deleted unused method
|
commit | commitdiff | tree |
2015-03-23 |
Yaroslav Lepenkin | Detected indent notifications are showing again: as...
|
commit | commitdiff | tree |
2015-03-13 |
Yaroslav Lepenkin | Merge remote-tracking branch 'origin/master'
|
commit | commitdiff | tree |
2015-03-13 |
Yaroslav Lepenkin | Merge branch 'configure-code-style-on-selected-fragment'
|
commit | commitdiff | tree |
2015-03-13 |
Yaroslav Lepenkin | Restore initial text before reformat
|
commit | commitdiff | tree |
2015-03-13 |
Yaroslav Lepenkin | Since no initial reformat happens, rename
|
commit | commitdiff | tree |
2015-03-13 |
Yaroslav Lepenkin | Show keep line breaks always
|
commit | commitdiff | tree |
2015-03-13 |
Yaroslav Lepenkin | Do not touch keep line breaks settings
|
commit | commitdiff | tree |
2015-03-13 |
Yaroslav Lepenkin | Do not reformat initially
|
commit | commitdiff | tree |
2015-03-12 |
Yaroslav Lepenkin | Reformat directory dialog: prettified a bit, added...
|
commit | commitdiff | tree |
2015-03-12 |
Yaroslav Lepenkin | Added notification after optimize imports performed...
|
commit | commitdiff | tree |
2015-03-11 |
Yaroslav Lepenkin | Extracted class responsible for selected text formatting...
|
commit | commitdiff | tree |
next |