Leonid Bushuev
970dc0fe32
Remove unnecessary downcasting
...
GitOrigin-RevId: b91110977db6e5b08d9f4aaffa8496d305d698e2
2019-05-03 01:40:23 +03:00
Vladimir Plyashkun
2d9369d983
CPP-16098 - Lags during inplace rename typing
...
- changed behaviour in safe way by introducing new method to check that particular expression does not depend
on committed PSI
GitOrigin-RevId: f5ec732613cdafdcef8a1d48eb8d04135c634047
2019-05-03 01:39:50 +03:00
Leonid Bushuev
338ad6db56
SQL code style per dialect: UI: fix indent editor
...
GitOrigin-RevId: 3cb00f5c500523717c42f404b2f38fd1822d6db0
2019-05-03 01:39:18 +03:00
Vladimir Plyashkun
d990d75dba
Merge branch 'master' into vplyashkun/inplace_rename_lags
...
GitOrigin-RevId: 5c7f8c478e7328df1646879ede977efd7465adf8
2019-05-03 01:38:45 +03:00
Vladimir Plyashkun
e3ca319824
CPP-16098 - Lags during inplace rename typing
...
- call `commitDocument` explicitly in cases when `calculateQuickResult` can redirect it's calculation to heavy `calculateResult`
GitOrigin-RevId: 41f0c47c57f4528d7d7a25208024ec28bb8c2e12
2019-05-03 01:38:12 +03:00
Leonid Bushuev
dc1a52762e
SQL code style per dialect: UI
...
GitOrigin-RevId: 9b1b3e745d4c8acef5a4a1018714e004e5423519
2019-05-03 01:37:38 +03:00
Vladimir Plyashkun
d712ac9901
CPP-16098 - Lags during inplace rename typing
...
- removed `commitDocument` call when `isQuick` argument is passed
- pass `element` or `null` to `equalsToText` call (since there is not real need to take it for text comparison)
GitOrigin-RevId: 27c5e1a2f484fc56d41dfd210832ae94c9a9b7ab
2019-05-03 01:37:04 +03:00
Leonid Bushuev
9f35a30458
SQL code style per dialect: UI
...
GitOrigin-RevId: 72cca4d6a23a5e2aa2089c03932ab2e9d08bfa48
2019-05-03 01:36:24 +03:00
Rustam Vishnyakov
c0911cb9bb
Allow dots in EditorConfig values for IntelliJ properties
...
enables imports layout and packages to use imports on demand
GitOrigin-RevId: bb6f1b88d15b57f6d542ad5692bccb9ced8b59a1
2019-04-28 17:33:42 +03:00
Rustam Vishnyakov
72b82e2827
Use block_brace_style instead of brace_style
...
The latter may be interpreted as applicable to any kind of braces
GitOrigin-RevId: 94860a07937eb661fa6e111b90cb8cbf59431048
2019-04-23 13:28:33 +03:00
Rustam Vishnyakov
42ad12d402
Add indent options to common editorconfig part and skip matching options in languages
2019-04-16 19:30:47 +03:00
Rustam Vishnyakov
4a7050ca94
Test data fix
2019-04-03 20:30:26 +03:00
Rustam Vishnyakov
e684b2bcd9
Fixed IDEA-195707 "'case' on new line" setting name is misleading
2019-04-03 13:02:19 +03:00
Rustam Vishnyakov
08b64ee05c
More code style descriptions, renamed "align_multiline_method_brackets" to "..._parentheses"
2019-04-01 13:10:43 +03:00
Rustam Vishnyakov
d76d6e1844
Export visual guides to Json (IDEA-206789)
2019-02-14 14:28:17 +03:00
Rustam Vishnyakov
02455a3118
Code style property names fixes (e.g. IDEA-206769)
2019-02-11 20:11:00 +03:00
Rustam Vishnyakov
d3973a1add
Rename "replace_int_sum..." to "replace_sum" (IDEA-CR-42964)
2019-02-07 13:45:46 +03:00
Rustam Vishnyakov
c40d30a6eb
Fixed IDEA-206778 Export codestyle settings to JSON: export fails when non-default values are provided
...
Namely "Next line if wrapped"
2019-02-06 21:26:04 +03:00
Rustam Vishnyakov
df649251d2
A better external name for REPLACE_SUM code style option
2019-02-06 18:54:58 +03:00
Rustam Vishnyakov
76ebb5a63b
Extract generic code style property accessor not limited with fields
...
with example implementation for Java repeat_annotations property
2019-02-06 14:11:15 +03:00
Tagir Valeev
a50261a9c5
jsonExport: added "replace_sum" option
2019-01-31 16:52:10 +07:00
Rustam Vishnyakov
5fac736339
Use language domain ID as a property when serializing code style to Json
...
to make it easier to create a Json schema later.
2019-01-29 17:31:47 +03:00
Rustam Vishnyakov
7acb06052b
Use actual types (integer, boolean) when exporting code style settings to Json
2019-01-29 12:19:04 +03:00
Rustam Vishnyakov
f3709c55b8
Export wrap on typing property as boolean
2019-01-28 19:40:50 +03:00
Rustam Vishnyakov
a9c079594b
Add header information (scheme name, version) to exported code style Json
2019-01-28 18:59:49 +03:00
Rustam Vishnyakov
4064f4c32b
Test data fix: use j2ee settings if available
2019-01-25 14:25:57 +03:00
Rustam Vishnyakov
254c3dff56
Replace a simple code style property test with export to Json
2019-01-23 16:22:56 +03:00
Rustam Vishnyakov
9266c05e9a
Migrate non-default global WRAP_COMMENTS option to Java code style
...
for versions prior to 2017.3. See IDEA-189746
2018-04-17 16:35:36 +03:00