Commit Graph
166980 Commits
Author SHA1 Message Date
peter 1b6d4b8701 IDEA-151371 Ambiguous import of Map that is not ambiguous anymore 2016-02-10 12:39:18 +01:00
Vladislav.Soroka 48b3d6ac9b IDEA-139559 Maven: maven-processor-plugin: options passed as <compilerArguments> (old style) are not recognized 2016-02-10 13:22:14 +03:00
Roman Shevchenko e4a9545cea Cleanup (a constant extracted) 2016-02-10 11:02:16 +01:00
Vladislav.Soroka fabfaf0f97 IDEA-141849 Maven integration should not create multiple annotation processors profiles with same settings 2016-02-10 12:15:07 +03:00
Bas Leijdekkers 16ef7e467a IG: better inspection name and description 2016-02-10 09:45:11 +01:00
nik 50da1c7f9e old Kotlin plugins marked as incompatible 2016-02-10 10:47:37 +03:00
Alexey Kudravtsev f1668d49c6 notnull 2016-02-10 10:37:20 +03:00
Alexey Kudravtsev 94863a8df4 replaced queue with HashSetQueue for faster removal, store old file AST to avoid inconsistency assertions like EA-72402 - IOE: BlockSupportImpl.makeFullParse 2016-02-10 10:05:56 +03:00
Bas Leijdekkers 7bed063ee1 IG; new "'Optional.get()' without 'isPresent()' check" inspection 2016-02-09 23:04:36 +01:00
Bas Leijdekkers d3e9a561a6 IG: add option to ignore when method cannot be moved without problems (IDEA-90061) 2016-02-09 23:04:36 +01:00
Sergey Malenkov 67ad4d158d IDEA-149395 Tune scroll thumb color on Linux when Subtract is not allowed 2016-02-09 23:17:07 +03:00
Sergey Malenkov 0624c1687b Improve responsiveness of expandable items 2016-02-09 23:15:37 +03:00
Sergey Malenkov 57e5cb5d5c IDEA-151449 JBScrollPane adds 14px space at the bottom of my component. 2016-02-09 23:09:09 +03:00
Sergey Malenkov 3f6e79165f IDEA-149395 Allow to override click behavior 2016-02-09 23:09:09 +03:00
peter e26f1cad53 revert: restart daemon on any psi mod count change 2016-02-09 20:51:20 +01:00
peter e251051bf1 a comprehensible message when FileStatusMap.assertAllowModifications fails 2016-02-09 20:51:19 +01:00
Andrey Vlasovskikh 67d273cf2a Brighter color for PyCharm splash text on black background 2016-02-09 22:31:52 +03:00
Anna Kozlova b53b4b6bc0 ensure descriptors are sorted before applied (IDEA-151423) 2016-02-09 20:09:10 +01:00
Anna Kozlova b4d2e26d84 fix assertion with code block lambda 2016-02-09 20:09:10 +01:00
Anna Kozlova 1f640238e0 inference: retrieve type from containing call if the corresponding method is not generics (IDEA-151443) 2016-02-09 20:09:10 +01:00
Anna Kozlova 938a77511a invert boolean: one warning is enough (IDEA-151448) 2016-02-09 20:09:10 +01:00
peter b0731f5818 restart daemon on any psi mod count change 2016-02-09 20:02:05 +01:00
Julia Beliaeva 28addddafc [vcs-log] better selected edges connection IDEA-147977 2016-02-09 21:56:38 +03:00
peter 02ecb2f379 don't increment psi mod count when parsing groovy scripts in background 2016-02-09 19:51:59 +01:00
Ilya.Kazakevich ca3c3d38b9 PY-18461: arguments not passed to django test runner correctly
Only several options were passed, not we pass all options
2016-02-09 20:54:38 +03:00
Roman Shevchenko 841de1e63b [tests] JAR file system tests refactored 2016-02-09 18:34:30 +01:00
Roman Shevchenko 064ca1aabd [vfs] unifies handling of archive file systems by the persistence layer 2016-02-09 18:31:49 +01:00
Alexander Doroshko e4a5d0446a No warning when testFinished event comes after testFailed one 2016-02-09 20:13:41 +03:00
Anton Makeev 69ca6ac0e2 OC-13141 QuickLook plugin breaks AppCode debugger in AppCode 3.4 EAP 2016-02-09 18:10:57 +01:00
peter da5aa7d73d adapt ChooseByNameTest to groovy script class name changes (IDEA-151287) 2016-02-09 17:48:35 +01:00
peter 7713379a59 use dummy brace matcher when there are no highlighter tokens (EA-77285 - assert: BraceMatchingUtil.getBraceMatcher) 2016-02-09 17:38:28 +01:00
peter aae99ce591 don't run intentions on closed editor (EA-77330 - assert: AbstractPopup.showInBestPositionFor) 2016-02-09 17:38:28 +01:00
peter dda18463c5 don't log.error when failed to write thread dump (EA-77447 - assert: PerformanceWatcher.dumpThreads) 2016-02-09 17:38:27 +01:00
peter ff08d03138 take read action in smart pointer comparison (EA-77398 - assert: PsiFileImpl.getStubTree) 2016-02-09 17:38:27 +01:00
peter 040255a82e use smart pointers in java class name completion items (EA-77885 - PIEAE: StubBasedPsiElementBase.getContainingFile) 2016-02-09 17:38:26 +01:00
peter acc9efdc0b store invalidation stack trace for PSI removed via roots changed etc (EA-78242 - PIEAE: PsiUtilCore.ensureValid) 2016-02-09 17:38:26 +01:00
peter 85814a6f30 don't run highlighting passes when psi has changed even if there were no document changes (EA-78650 - PIEAE: PsiUtilCore.ensureValid) 2016-02-09 17:38:25 +01:00
peter 587335822f IDEA-151287 Breakpoints are ignored in groovy scripts if file name contains dash 2016-02-09 17:38:25 +01:00
Egor.Ushakov 7d5ba8921e debugger source check enabled by default 2016-02-09 19:12:12 +03:00
Egor.Ushakov bf22b9390c editor notification for source code matcher 2016-02-09 19:01:15 +03:00
Julia Beliaeva 52d38ff391 [vcs-log] fix broken root-color stripe IDEA-151449 2016-02-09 18:54:42 +03:00
Dmitry Jemerov 30b6475914 remove usages of APIs deprecated in 1.0 RC; advance minimum required version to 1.0 RC 2016-02-09 16:21:16 +01:00
Alexander Koshevoy 18b7aab93c PY-18453 Python package management facilities disablement fixed
Enabled by default for non-remote SDKs plus Vagrant, Ssh and WebDeployment credential-based SDKs.
2016-02-09 18:15:11 +03:00
nik e68b269bb7 build scripts: read Kotlin bytecode version from new annotation 2016-02-09 18:10:48 +03:00
nik 5ea84e86ee new dmg build script: pass short name of file to macbuilder 2016-02-09 18:10:48 +03:00
Dmitry Batrak ebfec3d71d IDEA-151393 Changed order of intentions 2016-02-09 18:02:07 +03:00
Julia Beliaeva 2a3f72f0b8 [vcs-log] details panel in log has horizontal scrollbar when containing branches list is expanded IDEA-138878 IDEA-149285 2016-02-09 17:49:06 +03:00
Vladimir Krivosheev 54cc011c9d IDEA-142682 Write javadoc for State, Storage and RoamingType annotations 2016-02-09 15:20:26 +01:00
Julia Beliaeva 5c8abedbb4 [vcs-log] fix selected unfocused background 2016-02-09 17:12:27 +03:00
Julia Beliaeva 23a5820a94 [vcs-log] add null check 2016-02-09 17:12:27 +03:00