Commit Graph
242605 Commits
Author SHA1 Message Date
Tagir Valeev e85e0ebdfb LambdaCanBeMethodReferenceInspection: fix EA-140341 CCE; cleanup 2019-03-26 10:42:03 +07:00
Dmitriy.Panov 850c429b46 Merge remote-tracking branch 'origin/master' 2019-03-26 03:03:02 +03:00
Dmitriy.Panov 60368b0c3b IJI-66: mappings filtering + gant target 2019-03-26 03:02:32 +03:00
Daniil Ovchinnikov ecd2fb908b [gradle] use Gradle icons for ArtifactHandler configuration methods 2019-03-25 23:06:28 +03:00
Vassiliy.Kudryashov d0564b4883 Editor Tabs: move 'modified' asterisk marker to the left 2019-03-25 22:45:36 +03:00
Roman Shevchenko c05ac82855 Cleanup (warnings; typos; formatting) 2019-03-25 20:42:47 +01:00
Roman Shevchenko 74e42b3b4c [platform] improves shell environment diagnostics (IDEA-209162) 2019-03-25 20:39:46 +01:00
Julia Beliaeva 166fa5d311 [git] inline createParentHashes 2019-03-25 22:11:33 +03:00
Julia Beliaeva 1fcb233acd [git] reduce methods visibility 2019-03-25 22:08:12 +03:00
Julia Beliaeva 1a3b0c4072 [git] inline lowPriorityProcess parameter that is always false when collecting commit metadata 2019-03-25 21:33:08 +03:00
Julia Beliaeva 7751454c62 [git] inline collectMetadata 2019-03-25 21:33:08 +03:00
Julia Beliaeva 855d8fd801 [git] extract options for commit metadata to a field 2019-03-25 21:33:08 +03:00
Julia Beliaeva d97bf8a17e [git] rename collectShortDetails to collectMetadata 2019-03-25 21:33:08 +03:00
Dmitry Jemerov c77871a5a5 Update LAF chooser images 2019-03-25 19:24:25 +01:00
peter 86bcef1a52 EA-138146 - IE: AbstractFileViewProvider.toString 2019-03-25 19:12:18 +01:00
peter 30e443b34d add JavaClassReference#toString to debug EA-139530 - assert: IdempotenceChecker.checkEquivalence 2019-03-25 19:12:18 +01:00
peter 06f2c7b77c tolerate null completion parameters (EA-139798 - NPE: CodeCompletionHandlerBase.completionFinished) 2019-03-25 19:12:18 +01:00
peter 1f5f31223f greenify completion a bit 2019-03-25 19:12:18 +01:00
peter b81bf67d9f don't search for supers of an invalid method (EA-140326 - PIEAE: PsiSuperMethodImplUtil.buildMethodHierarchy) 2019-03-25 19:12:18 +01:00
Julia Beliaeva f71c0cbf68 [git] remove usages of GitLogUtil.collectFullDetails and deprecate the method 2019-03-25 21:11:30 +03:00
Dmitry Jemerov 2ec02a6bdc Apply rounding in StringUtil.formatDurationApproximate(); remove similar method from DateFormatUtil (IDEA-CR-45112) 2019-03-25 19:02:05 +01:00
Yann Cébron 496ef13b1c [devkit] PsiUtil.findNearestMethod: simplify 2019-03-25 18:29:59 +01:00
Yann Cébron 4e78768fd7 [devkit] InspectionDescriptionInfo: reformat 2019-03-25 18:29:59 +01:00
Daniil Ovchinnikov fc10708ccd [gradle] resolve ArtifactHandler methods using imported configurations data 2019-03-25 20:23:10 +03:00
Daniil Ovchinnikov 2cdd8e485b [gradle] extract GradleNonCodeMembersContributor#shouldSkipDeclarationsAndSetters
org.jetbrains.plugins.gradle.service.resolve.UtilKt.processDeclarations uses questionable algorithm and duplicates
declarations causing unexpected side-effects. Later #shouldSkipDeclarationsAndSetters should return true for any
qualified name, i.e. aforementioned #processDeclarations won't be used anymore.
2019-03-25 20:23:10 +03:00
Julia Beliaeva dd3f5f0306 [git] check changes to one of the parents instead of merged changes
Parameter withFullMergeDiff controls whether changes to parents are collected or not.
2019-03-25 20:00:55 +03:00
Julia Beliaeva 7f69b4e6bd [git] move GitLogUtilTest to the same package as GitLogUtil 2019-03-25 20:00:43 +03:00
Egor Ushakov 137cf060e2 EA-137535 - assert: ComponentManagerImpl.lambda$throwAlreadyDisposed$ 2019-03-25 19:43:02 +03:00
Roman Shevchenko 2666942625 Cleanup (formatting) 2019-03-25 17:39:46 +01:00
Sergey Simonchik ebd3186b30 terminal: move focus back to the editor on Escape (IDEA-116221) 2019-03-25 19:36:26 +03:00
Denis Fokin 8eccc6d429 IDEA-209224 Can't use "Injected Language" feature because popup doesn't appear
Revert e7bab9106e
2019-03-25 19:27:31 +03:00
Alexander Zolotov 4326d3a4e7 Provide dataContext to run configurations while running from Run popup (GO-7119)
otherwise macros in Before task will be calculated incorrectly
2019-03-25 19:23:33 +03:00
Nikita Skvortsov a54fab9bb8 use only own configuration artifacts for project dependencies IDEA-181187
Inherited artifacts may be produced by other source sets output and should be tracked separately
2019-03-25 19:06:42 +03:00
Daniil Ovchinnikov 91203053f4 [gradle] clean up GradleArtifactsContributor, add tests 2019-03-25 18:55:58 +03:00
Svetlana.Zemlyanskaya 9f75a48f99 FPI-16 FeatureUsageTracker reports productivity features from non-bundled plugins 2019-03-25 16:40:41 +01:00
Dmitriy.Panov e5551003d3 IJI-66: automatic update of mappings.json 2019-03-25 18:27:50 +03:00
Yann Cébron cfff510e3a [devkit] use thread-safe collections (EA-139648) 2019-03-25 16:17:05 +01:00
Dmitry Jemerov 1c2fa671ec Fix plugin documentation URL 2019-03-25 15:49:39 +01:00
Bas Leijdekkers dd10efd36d RegExp: fix redundant escape is not redundant (IDEA-208559) 2019-03-25 15:40:38 +01:00
Bas Leijdekkers 971ba07c24 RegExp: redundantly escaped 'u' not correctly unescaped (IDEA-208559) 2019-03-25 15:40:38 +01:00
Bas Leijdekkers 79f0949c92 RegExp: fix repeated escaped space not replace correctly (IDEA-208559) 2019-03-25 15:40:37 +01:00
Bas Leijdekkers c074d98536 RegExp: rename 2019-03-25 15:40:37 +01:00
Bas Leijdekkers 0b6dcf6425 Java: wildcard type is never primitive (yet) 2019-03-25 15:40:37 +01:00
Bas Leijdekkers 134bf3e9ca RegExp: fix inconsistent psi after quick fix (EA-140125) 2019-03-25 15:40:37 +01:00
Sergei Vorobyov ef1c8fcccb IDEA-208727 added test tasks color identification in toolwindow 2019-03-25 17:35:54 +03:00
Sergei Vorobyov 823fba4e8c IDEA-208915 removed line above the hint inside task choosing popup 2019-03-25 17:35:54 +03:00
Sergei Vorobyov f3335bf421 IDEA-208918 removed class name from title of task choosing popup of method 2019-03-25 17:35:53 +03:00
Sergei Vorobyov 376de263c2 IDEA-208914 fixed balloon miss the launch icon inside gutter 2019-03-25 17:35:53 +03:00
Vladislav.Soroka d15a44808f Build tool window: hide filtered messages group nodes IDEA-209459 2019-03-25 17:32:54 +03:00
Dennis Ushakov 9ccb2c2629 cleanup 2019-03-25 17:01:36 +03:00