Roman.Ivanov
ae37e14386
fix foreach formatting in tests
2018-06-05 11:58:44 +07:00
Roman.Ivanov
5858ba478c
fix tests for foreach formatting
2018-06-05 11:31:17 +07:00
Roman.Ivanov
8e9ab59fc8
simplify, do not wrap on anything but enum constants: IDEA-CR-29840
2018-06-05 10:32:19 +07:00
Roman.Ivanov
a1a94a33d5
set SPACE_BEFORE_COLON_IN_FOREACH false by default
2018-06-05 10:32:19 +07:00
Roman.Ivanov
7da6a00630
add settings to control spaces before colon in foreach: IDEA-145538
2018-06-05 10:32:18 +07:00
Roman.Ivanov
f6561da65c
remove line breaks between block and Rparen: IDEA-67968
2018-06-05 10:32:18 +07:00
Roman.Ivanov
24ea59639e
preserve comments on line when wrapping enum constants: IDEA-130575
2018-06-05 10:32:18 +07:00
Daniil Ovchinnikov
6878367697
[groovy] parse /= only when division is expected (IDEA-193285)
2018-06-05 03:29:10 +03:00
Ivan Semenov
51c21b5cb3
[vcs] Fix github tests
2018-06-04 23:42:31 +03:00
Maxim.Mossienko
9c95c5bd79
Skip event processing to avoid deadlock (IDEA-193172), r=Peter
2018-06-04 21:53:48 +02:00
Petr Kudriavtsev
1e4bf2e91e
Clang daemon (CPP-81): added registry key to hide experimental UI options
2018-06-04 22:03:43 +03:00
anstarovoyt
2bb682aacf
platform fixes: ignore fixes with html text
2018-06-04 21:54:19 +03:00
Daniil Ovchinnikov
2fec26eada
[groovy] get rid of duplicate code in GrClosureType inheritors
2018-06-04 21:43:37 +03:00
anstarovoyt
b86c59944e
platform: remove useless field + restore old logic
2018-06-04 21:25:17 +03:00
Roman Shevchenko
a53b0e8204
Cleanup (drops obsolete registry keys)
2018-06-04 21:06:56 +03:00
Roman Shevchenko
7c8cdf7d65
[platform] power status API
...
Replaces initial implementation with a fuller one and moves it into a more appropriate package.
2018-06-04 20:59:29 +03:00
Ilya.Kazakevich
a114fd4f24
Test fix (nullability fixed)
2018-06-04 20:52:11 +03:00
Anna Kozlova
a9d7b3fdd2
testng: ensure exit (IDEA-193024)
2018-06-04 20:02:48 +03:00
Rustam Vishnyakov
a29e818477
More Java indent options in CodeStyle Bean, tests
2018-06-04 19:57:58 +03:00
Dmitry Batrak
1a0f43efd9
IDEA-192919 Custom file type: bug with Expand selection
2018-06-04 19:55:39 +03:00
Gregory.Shrago
363794b872
DBE-6537 add db element to a favourites by dnd
2018-06-04 19:26:38 +03:00
Semyon Proshev
5eb1239228
Remove unused skeletons and move stubs whitelist to syncing script
2018-06-04 19:22:58 +03:00
peter
cb981a0ef5
java completion: suggest Objects::nonNull where applicable (IDEA-192789)
2018-06-04 18:18:35 +02:00
Ilya.Kazakevich
a9de3ce543
PY-30249: For params declared as heterogeneous list -- use union
...
[1, '2'] means argument is int | str
2018-06-04 19:10:54 +03:00
Rustam Vishnyakov
702b421b72
JavaCodeStyleBean updated, fixed test
2018-06-04 19:05:32 +03:00
anstarovoyt
1bd4e71bb1
platform: remove pin icon IDEA-185056
2018-06-04 18:57:10 +03:00
Mikhail Sokolov
f43519482e
UX-1 new SearchEverywhere popup
...
* save location/size settings
2018-06-04 18:51:28 +03:00
Ilya.Kazakevich
d689eeb319
PY-30249: Check array size to prevent AOBE
2018-06-04 18:48:32 +03:00
Anna Kozlova
ae8064fe15
split declaration: insert missed semicolon (IDEA-192958)
2018-06-04 18:44:40 +03:00
Anna Kozlova
0d0354fdab
add cast: don't unbox for null types (IDEA-193174)
2018-06-04 18:44:40 +03:00
Vladislav.Soroka
97205bb35a
Maven: speed up maven xml files check
2018-06-04 18:42:25 +03:00
Anton Lobov
43ed935bdf
WEB-33099 JSON Schema Mappings conflicting mappings for newly added item
...
- don't show conflicts for the newly added item when still editing it
- always correctly update the warning
- show [Project Directory] for empty folder path
2018-06-04 17:40:21 +02:00
Dmitry Batrak
8d6192153f
IDEA-192970 'Tab out' doesn't work for completed if/while/switch
...
fix for PHP
2018-06-04 18:36:53 +03:00
Dana Dahlstrom
9a0dd18e66
IDEA-189515 Unable to run Android app
2018-06-04 18:36:00 +03:00
Dana Dahlstrom
3b55a37cb6
IDEA-189515 Unable to run Android app
2018-06-04 18:32:03 +03:00
Ilya.Kazakevich
342c81e262
PY-30249: Compatibility fix (after IDEA-CR-33182)
2018-06-04 18:17:51 +03:00
Dmitry Batrak
3d7ef664f1
IDEA-192970 'Tab out' doesn't work for completed if/while/switch
2018-06-04 18:06:26 +03:00
Alexey Kudravtsev
dbc54bc5a8
restore order: first validate nested index, then disable uptodate check, then take the lock to avoid deadlock (for IDEA-CR-33212)
2018-06-04 18:04:38 +03:00
Rustam Vishnyakov
c97de83fc6
Generate indent options first
2018-06-04 17:57:20 +03:00
Rustam Vishnyakov
7d8db3ac39
Autogenerate indent options' accessors
2018-06-04 17:57:20 +03:00
Julia Beliaeva
d7f07872ef
[git] intern root path in GitCommit
2018-06-04 17:53:05 +03:00
Ilya.Kazakevich
18893675b9
PY-30249: TypeEvalContext should be reused in inspections
2018-06-04 17:38:10 +03:00
Alexey Kudravtsev
21fcc9134c
Revert: IDEA-192912 Semitransparent popups on macOS looks dirty since editor looks through ( b2b201d)
2018-06-04 17:12:55 +03:00
Dmitry Batkovich
c63eec5732
inspection settings: do not access disposed ui in callback (EA-121188 EA-121431 EA-121726)
2018-06-04 17:10:35 +03:00
Dmitry Batkovich
707c046e96
javac ast indices: check type is primitive using TypeKind#isPrimitive (in jdk6 any type is instance of PrimitiveType, wow) IDEA-192651 IDEA-192717
2018-06-04 17:07:51 +03:00
Alexey Kudravtsev
6abeba7858
tests fixed, restored ourGraphGuard for IDEA-CR-33227
2018-06-04 16:57:57 +03:00
Artem Khvastunov
a1c859de11
add constructor to RenameElementFix which accepts quick fix text
...
It happens that a sub class overrides RenameElementFix#getText(). In such a case RenameElementFix#myText is useless but nevertheless calculated and consumes memory. The commit is intended to fix this by adding a new constructor argument.
2018-06-04 15:52:45 +02:00
peter
300eb2e978
IDEA-193234 Sort Live Template Scopes alphabetically
2018-06-04 15:45:38 +02:00
peter
1da11d0a35
java completion: enable package suggestions inside type arguments (IDEA-193049)
2018-06-04 15:45:38 +02:00
peter
cee969d9ea
IDEA-192936 A final field initialized in the initialization block is not autocompleted in the constructor as a method invocation parameter
2018-06-04 15:45:38 +02:00