Commit Graph

18 Commits

Author SHA1 Message Date
Aleksey Dobrynin
8b3d830ecd [java, groovy, import] fill in the 'module-info.java' with 'requires' on snippet pasted. IDEA-347999
GitOrigin-RevId: 0cae8730083dc7724026b6dca5da510f25820071
2024-03-01 22:56:24 +00:00
Aleksey Dobrynin
9d0a3d35f4 [java, action] Generate module-info descriptors: filtering source folders. IDEA-305184
GitOrigin-RevId: 3c2550c4193f3b360d72e20884ba46ee81aab3d2
2024-01-04 15:42:55 +00:00
Aleksey Dobrynin
de53874813 [java, action] Generate module-info descriptors: support transitive requires. IDEA-187523
GitOrigin-RevId: 76e08c05887b08cc8a12ffa759316066edcb1c45
2023-12-21 20:31:32 +00:00
Aleksey Dobrynin
7d7ba2c4b3 [java, test] add tests for "Generate module-info descriptors" IDEA-187523
GitOrigin-RevId: 4b3e2dd82bf085d36e2104ef6e13e9412e3cce19
2023-12-14 21:28:40 +00:00
Rustam Vishnyakov
e79fd98aaa [formatter] Test fix
GitOrigin-RevId: 8644eed1afb6c0459376b3831529aa4588378a90
2022-05-20 09:51:21 +00:00
Rustam Vishnyakov
02dc694c53 Test data fix
GitOrigin-RevId: 66a6281a9e7f7cf9e14d3be8250c5d6c46c23967
2019-09-11 11:27:26 +00:00
Rustam Vishnyakov
a1c0d8bf1d A unit test for IDEA-165776
GitOrigin-RevId: 2f56dbb1680facc8fc3a7da54d69648b2e998339
2019-09-11 11:27:26 +00:00
Sergey Ignatov
805890b91f get rid of our own hash set
GitOrigin-RevId: 070f538f721996f2a4244f58d38e35c382207f5c
2019-07-29 12:20:20 +03:00
Rustam Vishnyakov
99cdbde0ea Disabled formatting disables also optimize imports 2018-08-27 20:22:45 +03:00
Yaroslav Lepenkin
572f27ebdb [fixed failing test: formatOptimizeRearrangeVcsChanges] fixed test data, since diff now shows one more line 2016-07-01 13:50:59 +03:00
Yaroslav Lepenkin
161cfae7c9 Rearranger: commit document before processing (IDEA-144637) 2015-09-04 15:03:46 +03:00
Yaroslav Lepenkin
8e9aff7916 Corrected parameters order, which caused extra spaces formatting when performed on selected fragment. Formatter depending on the result of FormatterUtil.isFormatterCalledExplicitly decides whether to cut trailing spaces or not, and command name mismatch eliminated range correction. Test added. 2015-03-23 20:34:19 +03:00
Yaroslav Lepenkin
2d7ff4d318 merged ReformatCodeActionInEditorTest into MultiActionCodeProcessorTest, test data moved. Fixed compilation and other minor after merge issues. 2015-01-14 18:39:17 +02:00
Yaroslav Lepenkin
a5608eccba Merge branch 'master' into no-reformat-dialog-on-reformat-code-action
Conflicts:
	platform/lang-impl/src/com/intellij/codeInsight/actions/FormatChangedTextUtil.java
	platform/lang-impl/src/com/intellij/codeInsight/actions/RearrangeCodeProcessor.java
	platform/lang-impl/src/com/intellij/codeInsight/actions/ReformatCodeAction.java
2015-01-14 16:57:55 +02:00
Yaroslav Lepenkin
276b9556ae Added tests for reformat code action on changed vcs changed lines 2014-12-26 20:53:30 +02:00
Yaroslav Lepenkin
a68fe14f58 Added tests for reformat code action, invoked on file in editor. RearrangeCodeProcessor can process selected text now. 2014-12-26 20:53:30 +02:00
Yaroslav Lepenkin
c96d467d5b code processor: added tests on single file reformat and import optimization 2014-12-25 23:06:30 +02:00
Yaroslav Lepenkin
e2cc09d7a5 code processor: added tests on single file processing 2014-12-25 22:31:11 +02:00