Dmitry Gridin
|
8d37b86e82
|
KotlinStyleGuideCodeStyle: enable trailing comma by default
#KT-34744
|
2020-01-17 21:02:55 +07:00 |
|
Dmitry Gridin
|
b9ed0706fa
|
FormatterUtil: rename parameters in needTrailingComma functions
#KT-34744
|
2020-01-17 21:02:55 +07:00 |
|
Dmitry Gridin
|
5a922e5cff
|
KotlinCommonBlock: refactoring
#KT-34744
|
2020-01-17 21:02:54 +07:00 |
|
Dmitry Gridin
|
d98794479d
|
kotlinSpacingRules: fix cases with EOL comments and comma
#KT-34744
|
2020-01-17 21:02:54 +07:00 |
|
Dmitry Gridin
|
8142ad3f4d
|
FormatterUtil: fix getLineCount
#KT-34744
|
2020-01-17 21:02:54 +07:00 |
|
Dmitry Gridin
|
9511348497
|
TrailingCommaPostFormatProcessor: should be completed in one round
#KT-34744
|
2020-01-17 21:02:53 +07:00 |
|
Dmitry Gridin
|
8a45d2eb58
|
Formatter: add line break between comma and semicolon
#KT-34744
|
2020-01-17 21:02:53 +07:00 |
|
Dmitry Gridin
|
b72da6c4fc
|
Formatter: support trailing comma in destruction declarations
#KT-34744
|
2020-01-17 21:02:53 +07:00 |
|
Dmitry Gridin
|
96a11707ca
|
Formatter: support trailing comma in lambda value parameters & fix comments in KtParameter
#KT-34744
|
2020-01-17 21:02:53 +07:00 |
|
Dmitry Gridin
|
d013fc2234
|
Formatter: support trailing comma in when entry
#KT-34744
|
2020-01-17 21:02:53 +07:00 |
|
Dmitry Gridin
|
4adfaab3ec
|
Formatter: support trailing comma in lambda parameters
#KT-34744
|
2020-01-17 21:02:53 +07:00 |
|
Dmitry Gridin
|
07bda5a759
|
Formatter: support trailing comma in collection literal expression
#KT-34744
|
2020-01-17 21:02:52 +07:00 |
|
Dmitry Gridin
|
ccd780c008
|
Formatter: support trailing comma in type arguments
#KT-34744
|
2020-01-17 21:02:52 +07:00 |
|
Dmitry Gridin
|
b99c7f8d14
|
Formatter: support trailing comma in type parameters
#KT-34744
|
2020-01-17 21:02:52 +07:00 |
|
Dmitry Gridin
|
58058eef21
|
Formatter: support trailing comma in indexing suffix
#KT-34744
|
2020-01-17 21:02:52 +07:00 |
|
Dmitry Gridin
|
c195cd46f2
|
Formatter: support trailing comma in value arguments
#KT-34744
|
2020-01-17 21:02:52 +07:00 |
|
Dmitry Gridin
|
13ae4a28a8
|
Formatter: support trailing comma in value parameters
#KT-34744
|
2020-01-17 21:02:52 +07:00 |
|
Dmitry Gridin
|
31596f0d0b
|
Formatter: fix some cases of call chain with wrap first call chain
#KT-35388 Fixed
|
2019-12-11 18:00:39 +07:00 |
|
Dmitry Gridin
|
e7ff0315d4
|
Formatter: fix line break before value parameter with annotation
#KT-23811 Fixed
|
2019-12-11 17:57:11 +07:00 |
|
Dmitry Gridin
|
4b98430058
|
Formatter: fix line break after package & file annotation
#KT-23957 Fixed
|
2019-11-29 21:09:04 +07:00 |
|
Dmitry Gridin
|
2fabf86f29
|
Formatter: cleanup code
|
2019-11-29 16:28:59 +07:00 |
|
Dmitry Gridin
|
70185ba2a6
|
Formatter, NJ2K: fix indent for comments inside function literals
#KT-4194 Fixed
#KT-31881 Fixed
#KT-34673 Fixed
#KT-35152 Fixed
|
2019-11-29 16:28:59 +07:00 |
|
Dmitry Gridin
|
b40a888f1d
|
Formatter: fix line break between declarations with annotations
#KT-35093 Fixed
#KT-35106 Fixed
|
2019-11-26 19:40:51 +07:00 |
|
Dmitry Gridin
|
bfd539d5d1
|
Formatter: fix line break between declarations with comment
#KT-12490 Fixed
#KT-35088 Fixed
|
2019-11-26 19:40:51 +07:00 |
|
Dmitry Gridin
|
b6b755506c
|
Formatter: support Chop down if long for Chained method calls
#KT-23929 Fixed
#KT-33553 Fixed
|
2019-11-26 19:40:51 +07:00 |
|
victor.petukhov
|
be0516348b
|
IDE formatting: add indention for new line in parameters list when there is a trailing comma
|
2019-11-19 16:08:42 +03:00 |
|
Dmitry Gridin
|
d321f4626f
|
Formatter: fix line break before OperationReference in elvis
#KT-22362 Fixed
|
2019-11-05 20:13:11 +07:00 |
|
Dmitry Gridin
|
247619c565
|
Formatter: fix line break between label and property
#KT-22273 Fixed
|
2019-11-05 20:13:11 +07:00 |
|
Dmitry Gridin
|
7f1935b82e
|
formatter: cleanup code
|
2019-11-05 20:13:11 +07:00 |
|
Dmitry Gridin
|
0098588a6b
|
NodeIndentStrategy: remove code duplication
|
2019-11-05 20:13:11 +07:00 |
|
Dmitry Gridin
|
196dd25637
|
ProjectCodeStyleImporter: fix deprecated elements
|
2019-11-05 20:13:11 +07:00 |
|
Toshiaki Kameyama
|
d75b938089
|
Formatter: don't format elvis operator in string template
#KT-34049 Fixed
|
2019-10-31 18:34:42 +07:00 |
|
Vladimir Dolzhenko
|
a98c610958
|
Fix KotlinCodeStyleSettings and IDEKotlinBinaryClassCache.kt 191 compilation
|
2019-09-24 22:01:05 +02:00 |
|
Vladimir Dolzhenko
|
a8c72b7e84
|
Do not resolve services in static initializers in IDEKotlinBinaryClassCache, KT-33973
|
2019-09-24 16:47:49 +02:00 |
|
Nikolay Krasko
|
8218ca5bae
|
More 182 branch mentioning remove
#KT-33536 Fixed
|
2019-08-30 12:14:58 +03:00 |
|
Dmitry Gridin
|
d47a7234bb
|
ReplaceJavaStaticMethodWithKotlinAnalogInspection: apply inspection on idea module
|
2019-07-10 14:09:36 +03:00 |
|
Toshiaki Kameyama
|
9f6e88d571
|
Formatter: format around safe cast operator as? (KT-32324)
#KT-32324 Fixed
|
2019-07-05 12:57:48 +03:00 |
|
Toshiaki Kameyama
|
44e9090931
|
Formatter: format between type reference and 'by' keyword (KT-32277)
#KT-32277 Fixed
|
2019-07-05 12:57:47 +03:00 |
|
Nikolay Krasko
|
b7c12014ee
|
Modify dependencies for 192 branch: more dependencies to full java plugin
|
2019-06-26 14:11:23 +03:00 |
|
Nikolay Krasko
|
beb1bc09d4
|
Update to 192.5118.30
|
2019-06-25 11:48:59 +03:00 |
|
Dmitry Gridin
|
8c84f885ac
|
Cleanup: apply RemoveRedundantQualifierNameInspection to idea
|
2019-06-24 15:56:33 +07:00 |
|
Dmitry Gridin
|
37c856290f
|
Fix minor compile warnings
|
2019-04-25 19:47:39 +07:00 |
|
Dmitry Gridin
|
2a85bece80
|
Replace CodeStyleSettingsManager.getSettings with CodeStyle.getSettings
|
2019-04-25 19:47:38 +07:00 |
|
nikita.movshin
|
65244b4bea
|
Update copyright.
Change the copyright from "JetBrains s.r.o." to
"JetBrains s.r.o. and Kotlin Project contributors"
Update only 2 lines copyright.
|
2019-04-23 20:09:22 +03:00 |
|
Dmitry Gridin
|
3bed360c98
|
Fix "Should be replaced with Kotlin function" warnings
|
2019-04-18 15:28:52 +07:00 |
|
Nikolay Krasko
|
814aca9c8b
|
Single indent for declarations on adding new line (KT-26954)
#KT-26954 Fixed
|
2019-04-06 20:44:06 +03:00 |
|
Yan Zhulanow
|
5d156c2edb
|
Debugger: Fix indentation in code fragments
|
2019-03-20 20:52:21 +03:00 |
|
kenji tomita
|
e1f26ffc74
|
Remove spaces between accessor and its parameter list in formatter (KT-30393)
#KT-30393 Fixed
|
2019-03-19 16:09:07 +03:00 |
|
Nikolay Krasko
|
8977d0e26d
|
Setup Missing API inspection
|
2019-03-08 19:13:07 +03:00 |
|
Nikolay Krasko
|
74bc440e44
|
Remove all that left from 173 branch
|
2019-01-18 19:42:43 +03:00 |
|