Commit Graph
229475 Commits
Author SHA1 Message Date
Anna.Kozlova 89c0f4af1c redundant suppressions: remove suppression from local variable annotation fixed 2018-09-26 17:51:41 +02:00
Anna.Kozlova 09ee7d2e36 redundant suppressions: don't warn for unfair inspections (IDEA-199532) 2018-09-26 17:51:41 +02:00
Dmitry Jemerov 9d6ae2e299 Change deprecated 'operator mod' to 'rem' 2018-09-26 17:42:58 +02:00
Dmitry Neverov fec43a0d47 Ability to specify key for editable postfix template with multiple expressions 2018-09-26 17:17:03 +02:00
Mikhail Golubev 2d2976a889 PY-31299 Migrate PyPsiFacade#createClassByQName implementation to PyResolveImportUtil
Using PyTypeParser for this purpose is, first, too heavyweight since it does a lot of
unnecessary work, and, second, introduces unexpected problems related to the fact
that it was originally intended to resolve types in docstrings and thus too permissive
and depends on surrounding context such as existing imports.
2018-09-26 18:15:23 +03:00
Alexey Kudravtsev 98c96a2953 IDEA-199466 Editor: Error highlighting isn't change on color scheme switch 2018-09-26 18:02:35 +03:00
Anton Lobov 116b653be4 add test for IDEA-195340 2018-09-26 16:31:06 +02:00
Alexey Kudravtsev 17ace75256 IDEA-199458 NPE in UnionScope creation 2018-09-26 17:27:14 +03:00
Alexey Kudravtsev 6c676e08bc diagnostics for OOME 2018-09-26 17:27:14 +03:00
Dmitry Batkovich 477eaf9b2f test discovery: support affected test data discovery for local test discovery 2018-09-26 16:59:45 +03:00
Dmitry Batkovich 9144ece3be cleanup: redundant throws 2018-09-26 16:59:45 +03:00
Aleksey Pivovarov d4aa070dba IDEA-199471 vcs: put actions on active annotation into "VCS Operations" popup 2018-09-26 16:45:39 +03:00
Aleksey Pivovarov 1b59e27774 github: remove "Rebase GitHub fork" action from VCS Operations popup 2018-09-26 16:45:39 +03:00
Nikita Skvortsov a30c937780 import 'shorten command line' settings for run configurations 2018-09-26 16:32:58 +03:00
Nikita Skvortsov 899e2186e7 make gradle test console applicable when idea test events will be produced IDEA-197121 2018-09-26 16:32:58 +03:00
Yaroslav Pankratyev 3ffb6bb50a IDEA-194133 Enable ScheduledForRemovalInspection by default 2018-09-26 20:20:08 +07:00
Alexey Kudravtsev 0e3b78883f OMG asterisk instead of arrow for IDEA-167629 Show Usages popup: indicate the current usage in search results 2018-09-26 16:13:02 +03:00
Alexey Kudravtsev b004ea25b9 cleanup 2018-09-26 16:13:02 +03:00
Alexey Kudravtsev 26e6066b0f cleanup FixedHashMap, replace duplicates 2018-09-26 16:13:01 +03:00
Alexey Kudravtsev 382c829efd more deprecation 2018-09-26 16:13:01 +03:00
Alexey Kudravtsev e2a4d64b11 relax timeouts to accommodate for busy agents 2018-09-26 16:13:00 +03:00
Artem Gainanov 7e8ed24b37 WEB-35006 Add inspection. Providing a title using the title element 2018-09-26 20:08:32 +07:00
Alexandr Evstigneev f42f61ecd2 Got rid of ignoring order tests 2018-09-26 15:55:35 +03:00
Alexandr Evstigneev e02128cfcd Cleanup 2018-09-26 15:55:35 +03:00
Alexandr Evstigneev 9b7ca16223 Introduced projectViewPaneSelectionHelper extension
IDEA-CR-37260
2018-09-26 15:55:35 +03:00
Alexandr Evstigneev cde2b03ed9 Implemented multi-selection support for AsyncProjectViewSupport 2018-09-26 15:55:35 +03:00
Alexandr Evstigneev 042b32d1a2 Inroduced waitForPromise with custom timeout 2018-09-26 15:55:35 +03:00
Aleksey Pivovarov 4a94d467de IDEA-171261 vcs: allow to delete last changelist (and replace it with 'blank' one) 2018-09-26 15:10:46 +03:00
Aleksey Pivovarov 2ac2a9dc87 vcs: implement all ChangeListListener methods in DelayedNotificator
follow-up: 5276511ac5
2018-09-26 15:10:45 +03:00
Aleksey Pivovarov 3217a585c5 vcs: allow to change data associated with changelist 2018-09-26 15:10:44 +03:00
Aleksey Pivovarov 6ff04a7e82 vcs: simplify - separate case for active changelist removal
* There is no need to call `confirmActiveChangeListRemoval` again, as we just changed default changelist.
2018-09-26 15:10:44 +03:00
Aleksey Pivovarov b2f00eb92e vcs: cleanup - extract method 2018-09-26 15:10:44 +03:00
Aleksey Pivovarov efb3f3c7cf vcs: cleanup - kotlinify 2018-09-26 15:10:44 +03:00
Aleksey Pivovarov df07dbc63c vcs: cleanup - move method to another class 2018-09-26 15:10:43 +03:00
Aleksey Pivovarov e7185fe2ba vcs: convert to Kotlin 2018-09-26 15:10:43 +03:00
Aleksey Pivovarov d0f12cbbf1 Rename .java to .kt 2018-09-26 15:10:43 +03:00
Aleksey Pivovarov f5f0cd4a46 vcs: simplify - extract method for inactive changelist deletion
We should not silently remove default changelist, so there is no need to ask.
2018-09-26 15:10:43 +03:00
Aleksey Pivovarov 64265f807e vcs: cleanup - extract method 2018-09-26 15:10:42 +03:00
Aleksey Pivovarov 64236867e8 vcs: cleanup - make method static 2018-09-26 15:10:42 +03:00
Aleksey Pivovarov f35292a997 vcs: cleanup - rearrange 2018-09-26 15:10:42 +03:00
Aleksey Pivovarov 0462b3c30f vcs: cleanup - remove unnecessary parameter 2018-09-26 15:10:42 +03:00
Aleksey Pivovarov a01ad0f2a7 vcs: simplify - do not read changelists from ChangesListManager multiple times 2018-09-26 15:10:41 +03:00
Aleksey Pivovarov 441b07fc2c vcs: cleanup - rename variable 2018-09-26 15:10:41 +03:00
Aleksey Pivovarov b86bcb2a36 vcs: simplify - use inclusion sets instead of exclusion 2018-09-26 15:10:41 +03:00
Aleksey Pivovarov 03ea6adac6 vcs: cleanup - extract variable 2018-09-26 15:10:41 +03:00
Anton Lobov a5ef8bd251 WEB-34898 Typing assist to insert quotes automatically when typing ":" after property name 2018-09-26 13:58:06 +02:00
Anna.Kozlova 1607ad1343 update jacoco version to support java 11 (IDEA-199411) 2018-09-26 13:53:51 +02:00
Anna.Kozlova 445390c13c test runner: don't print empty suite (IDEA-115542) 2018-09-26 13:53:51 +02:00
Vladimir Krivosheev b42823c43f make public to ensure that can be called from inlined method 2018-09-26 13:44:17 +02:00
Vladimir Krivosheev a510d4173a move to resources root 2018-09-26 13:44:17 +02:00