Commit Graph
191665 Commits
Author SHA1 Message Date
Pavel Dolgov 25afffeb70 Java: Filter by 'static' modifier in MethodHandle/VarHandle completion assistance (IDEA-167319, IDEA-CR-19610) 2017-03-24 15:45:42 +03:00
Roman Shevchenko 988087f02c Merge remote-tracking branch 'origin/master' 2017-03-24 13:42:10 +01:00
peter 0543b3b47b more warmup in performance XmlEditorTest 2017-03-24 13:33:58 +01:00
Vladimir Krivosheev ce7a0a7a32 IDEA-CR-19707 rename param to neutral name 2017-03-24 13:28:17 +01:00
Roman Shevchenko 6bd1b92c6e [tests] prepares Java tests for the language level raise 2017-03-24 13:19:01 +01:00
Roman Shevchenko 05b15f593e Cleanup (unneeded language level restore) 2017-03-24 13:19:00 +01:00
Roman Shevchenko 1abffecba5 Cleanup (warnings, formatting) 2017-03-24 13:18:59 +01:00
Bas Leijdekkers e99edb367a RegExp: make methods private 2017-03-24 13:15:23 +01:00
Julia Beliaeva 164ae97309 [vcs-log] add NotNull 2017-03-24 15:08:12 +03:00
Julia Beliaeva 4942addc53 [vcs-log] rearrange methods 2017-03-24 15:08:12 +03:00
Julia Beliaeva e0c38f604c [vcs-log] remove myDataLoaderQueue that is used only during initialization
myDataLoaderQueue only used in initialize method to read first block. This means it can be replaced with a single runProcessWithProgressAsynchronously call.
2017-03-24 15:08:12 +03:00
Julia Beliaeva b7ee82ab84 [vcs-log] inline runInBackground method that is used only once
Remove catching VcsException since it is not thrown in the code.
2017-03-24 15:08:12 +03:00
Vladimir Krivosheev 6c5c9dbb03 IDEA-168643 2017 EAP - Middle mouse click always pastes
parent actions should be after child actions
2017-03-24 13:05:58 +01:00
Semyon Proshev d5204ab32b PY-23164 Fixed: unittest unresolved attribute reference in setUp inside with statement
Don't skip with-statement children while collecting target expressions inside function.
2017-03-24 14:53:55 +03:00
Julia Beliaeva 74a1553ac3 [vcs-log] lambdify 2017-03-24 14:32:06 +03:00
Egor.Ushakov 35a805dabe IDEA-169918 Selection is lost when removing a breakpoint - correct fix 2017-03-24 14:28:18 +03:00
Dmitry Jemerov 5058ed6c3e Allow to create JavaCoreApplicationEnvironment in non-unit-test mode 2017-03-24 11:53:03 +01:00
Dmitry Jemerov 61bdda0fd9 Allow to create CoreApplicationEnvironment in non-unit-test mode 2017-03-24 11:43:24 +01:00
Dmitry Batrak f496d9d36a don't insert parameter hints on completion of method reference 2017-03-24 13:18:30 +03:00
Bas Leijdekkers 93e46868cd IPP: add codeblock when necessary (IDEA-170028) 2017-03-24 11:09:38 +01:00
Bas Leijdekkers bc66eac89f IPP: cleanup 2017-03-24 11:09:37 +01:00
peter 89bf1e3dba simplify smart pointer equals (IDEA-CR-19433) 2017-03-24 10:59:06 +01:00
Vladimir Krivosheev 12f0879dbd deprecated AsyncGenericProgramRunner in favour of our new async run profile starter 2017-03-24 10:54:27 +01:00
Vladimir Krivosheev 25875a2048 cleanup (formatting) 2017-03-24 10:54:27 +01:00
Vladimir Krivosheev f35f994f36 convert GenericProgramRunner to kotlin 2017-03-24 10:54:27 +01:00
Vladimir Krivosheev 7fda7420cb convert GenericProgramRunner to kotlin 2017-03-24 10:54:26 +01:00
Egor.Ushakov 2f06ef4956 cleanup 2017-03-24 12:25:08 +03:00
nik d55161d937 build scripts: install nsis tools under build/tools directory and ignore them from Git 2017-03-24 12:17:22 +03:00
Dmitry Batkovich 4d49410360 RemoveAssignmentFix: implement getFamilyName() instead of getName() (EA-99081) 2017-03-24 12:16:23 +03:00
Gregory.Shrago 1cad452e04 EA-99561 - NPE: StructureViewComponent.getTree 2017-03-24 12:04:59 +03:00
Yann Cébron ea9f1a40d1 [index] Filename/TypeIndex: clarify deprecation (IJSDK-232) 2017-03-24 10:00:54 +01:00
peter 937df35ed4 non-recursive tree traversal in DebugUtil.treeToBuffer 2017-03-23 22:27:35 +01:00
peter 13905e40af make performance ResolveClassTest non-I/O-bound 2017-03-23 21:03:44 +01:00
Dmitry Batkovich 5eaa204d2a add a test for read-only indices (check storages read-only property) 2017-03-23 22:53:29 +03:00
Dmitry Batkovich bbb9f3e478 add a test for read-only indices (check storages read-only property) 2017-03-23 22:50:37 +03:00
Mikhail Golubev c254007c0b PY-23225 Don't rely on ConcurrentHashMap#computeIfAbsent() for caching, as it blocks on recursive calls 2017-03-23 22:10:24 +03:00
Konstantin Bulenkov 114afa82a4 Merge remote-tracking branch 'origin/master' 2017-03-23 11:12:22 -07:00
Alexander Zolotov 87697613e4 CSS: reuse gutter icons settings in stylesheets color annotators 2017-03-23 20:31:24 +03:00
Alexander Zolotov a8ed13dfd6 Make color gutter icons configurable 2017-03-23 20:31:23 +03:00
Konstantin Bulenkov 9dbc09708d Don't show help button if there is no help available 2017-03-23 10:17:16 -07:00
Semyon Proshev 7197f27c56 Disable PyStubsTest#testImportedNamedTupleName and PyStubsTest#testImportedNamedTupleFields until enabling pyi-stubs for collections module. 2017-03-23 20:16:59 +03:00
Alexander Lobas 148c6a4bc5 EA-99268 - PCE: AbstractProgressIndicatorBase.checkCanceled 2017-03-23 20:06:59 +03:00
Daniil Ovchinnikov 3d7a40bc70 [groovy] lexer: fix escape sequences in triple single quoted strings,
add bunch of tests
2017-03-23 20:02:39 +03:00
Alexey Utkin b12aa86b50 fix for: show project leaking path in tests Alexey Kudravtsev 23.03.2017 14:41 2017-03-23 20:00:17 +03:00
Elizaveta Shashkova d4b1163771 Update windows binaries (PY-23249) 2017-03-23 19:46:59 +03:00
Elizaveta Shashkova a0df8a7060 Add a version field for checking versions number in cython extensions (PY-23249) 2017-03-23 19:46:58 +03:00
Anna.Kozlova 70019dc930 copy directory: restore overwrite all choice (IDEA-170159) 2017-03-23 17:45:28 +01:00
Egor.Ushakov e2b4dbf866 IDEA-169918 Selection is lost when removing a breakpoint 2017-03-23 19:39:24 +03:00
Anna.Kozlova 98bca913aa run tests from selection in the editor; tests for configuration from editor text (IDEA-156237) 2017-03-23 16:44:29 +01:00
nik d4f49a1860 cleanup: remove unnecessary duplicated item from array initializer 2017-03-23 17:56:27 +03:00