Tagir Valeev
625def0299
FoldExpressionIntoStream, StreamApiMigration: EquivalenceChecker used
2018-07-11 14:43:44 +07:00
Tagir Valeev
4b66e1de3d
LambdaCanBeMethodReferenceInspection: support parentheses like s -> (s) instanceof Xyz or s -> (s) != null, etc.
2018-07-11 14:43:43 +07:00
Tagir Valeev
0184274f8c
ExtractChainedMapAction: disable on non-first variable; enable for parenthesized lambda
2018-07-11 14:43:43 +07:00
Tagir Valeev
3fad9a22f4
PsiJavaCodeReferenceElementImpl: preserve tokens (comments/whitespace) between name element and parameter list
2018-07-11 14:43:42 +07:00
Tagir Valeev
fc9ed3f447
I18nInspection: support parentheses when check for suppression on equals()
2018-07-11 14:43:41 +07:00
nik
d749bc6013
allow 'Mark as plain text' on excluded files (IDEA-195199)
...
We show excluded files in Project View and user can edit them, so it makes sense to allow users mark them as plain text files for consistency.
2018-07-11 10:37:48 +03:00
nik
d250874644
logging: throw exception with meaningful description instead of silent AssertionError
2018-07-11 10:37:48 +03:00
Anna.Kozlova
0bbf8ea90e
rename: don't change qualifier on rename with collisions
2018-07-11 09:20:20 +02:00
Anna.Kozlova
5e3e81045f
rename: ignore refactoring conflicts in tests based on property
2018-07-11 09:20:19 +02:00
Roman.Ivanov
ce6705393f
SortContentAction: being consistent when expression is composite
2018-07-11 11:25:02 +07:00
Kirill Timofeev
d1210ec4c7
TreeSpeedSearch: give access to myCanExpand
2018-07-11 00:03:03 +03:00
Viktoria.Shirunova
3c0f5f174f
[gui-test] ExtendedJTreePathFixture: corrected secondary constructor and its usage
2018-07-10 23:32:36 +03:00
Viktoria.Shirunova
c77dfa7f8c
[gui-test] Corrected way to select a node in the tree.
2018-07-10 23:32:36 +03:00
Viktoria.Shirunova
d6617dfcce
[gui-test] GuiTestCaseExt: correct names of Gradle and Maven toolwindows and their content panes
2018-07-10 23:32:35 +03:00
Viktoria.Shirunova
e8aed64d3c
[gui-test] Make currentTimeInHumanString public as it's often used on debugging from other modules
2018-07-10 23:32:35 +03:00
Viktoria.Shirunova
e6eb7e4e1b
[gui-test] Process that ExtendedJTreePathFinder.value can return null
2018-07-10 23:32:35 +03:00
Viktoria.Shirunova
e62ce77381
[gui-test] CheckboxTreeFixture: added smart waiting for changed value
2018-07-10 23:32:35 +03:00
Sergey Malenkov
00a97e3005
IDEA-189742: update presentation for parent folders of removed files
2018-07-10 21:59:37 +03:00
Gregory.Shrago
4d983b858c
historical typo fixed: getDependences: usages 4
2018-07-10 20:58:16 +03:00
Gregory.Shrago
f68c17c48a
historical typo fixed: getDependences: usages 3
2018-07-10 20:54:45 +03:00
Anna.Kozlova
75c6a14ab6
fix rename
2018-07-10 19:45:33 +02:00
Anna.Kozlova
f69541d69b
check hard coded literals in annotation attributes (IDEA-188023)
...
convert from InspectionTestCase to simplify tests
2018-07-10 19:45:32 +02:00
Sergey Malenkov
d6e507fd12
IDEA-192500: do not replace class node with file node during refactoring
2018-07-10 20:38:33 +03:00
Sergey Malenkov
8cf2a53a4d
IDEA-192500: revalidate siblings of the modified file
2018-07-10 20:38:33 +03:00
Semyon Proshev
a086f1c413
Support INSERT IGNORE ... (PY-30794)
2018-07-10 20:03:19 +03:00
Ekaterina Tuzova
1f70e4f084
PY-30470 reST preview: provide dark theme
...
dark background for code tags
2018-07-10 19:30:40 +03:00
Roman Shevchenko
b949254598
Cleanup (warnings)
2018-07-10 17:39:11 +02:00
nik
435bb6dcee
project model: fix removing content entry (IDEA-195253)
...
If a ContentEntry is disposed its VirtualFilePointer may be disposed as well, and its 'getUrl' method will return "", so the ContentEntry won't be properly removed (because myContent uses comparator which compares entries via 'getUrl' method).
2018-07-10 18:37:21 +03:00
Rustam Vishnyakov
6198c06198
Don't detect indents and show notifications in read-only files
2018-07-10 18:19:01 +03:00
Anna.Kozlova
d7e2efc0c0
invert if: fix parent ifStatement (IDEA-191327)
2018-07-10 16:49:02 +02:00
Sergey Ignatov
c50c30d764
remove 7 years old func test project, thanks kirill
2018-07-10 17:39:30 +03:00
Sergey Ignatov
5c687021dc
cleanup
2018-07-10 17:39:30 +03:00
Sergey Ignatov
57fba866fb
remove unused GrExtractInterfaceHandler
2018-07-10 17:39:29 +03:00
Vassiliy.Kudryashov
b2a49eb504
Merge remote-tracking branch 'origin/master'
2018-07-10 17:36:45 +03:00
Vassiliy.Kudryashov
db77914305
IDEA-193775 No easy way to delete a run configuration
...
Apply standard 'remove' shortcut Alt+Delete (Command+BackSpace in case of macOS)
2018-07-10 17:33:43 +03:00
Vladislav Shishov
3eb22e8dee
replace arg type
2018-07-10 17:04:51 +03:00
Gregory.Shrago
b1d522dbfc
historical typo fixed: getDependences: usages 2
2018-07-10 16:46:33 +03:00
Mikhail Sokolov
0cbf01a717
IDEA-193403 New SE: incorrect integration with other popups
2018-07-10 15:57:35 +03:00
Julia Beliaeva
43ab4b5a23
[vcs-log] use int instead of Integer
2018-07-10 15:55:08 +03:00
Julia Beliaeva
f5801de0fd
[vcs-log] fix unchecked assignment
2018-07-10 15:53:49 +03:00
peter
5ed4b52b6d
add jetCheck license
2018-07-10 14:27:24 +02:00
Gregory.Shrago
ac7c17f19b
api typo fixed: setRestoreFocusSilentely: usages
2018-07-10 14:56:50 +03:00
Gregory.Shrago
0eeaf41e52
typos
2018-07-10 14:44:11 +03:00
Gregory.Shrago
b45a10da72
historical typo fixed: getDependences: usages
2018-07-10 14:44:11 +03:00
Gregory.Shrago
6050460c31
historical typo fixed: getDependences
2018-07-10 14:44:10 +03:00
Gregory.Shrago
80ad6e9a59
api typo fixed: setRestoreFocusSilentely
2018-07-10 14:44:10 +03:00
Sergey Ignatov
0d807c719d
cleanup: use <> instead of <type>
2018-07-10 14:40:59 +03:00
Alexey Kudravtsev
35e0c036d3
avoid read action blocking the UI
2018-07-10 14:37:44 +03:00
Alexey Kudravtsev
0f728a286d
replaced code duplicate
2018-07-10 14:37:44 +03:00
Alexey Kudravtsev
0621a2857a
moronic Mongo plugin decided to start using deprecated method again; undeleted
2018-07-10 14:37:43 +03:00