Commit Graph
181723 Commits
Author SHA1 Message Date
peter 9ffa29ca2d doPostponedFormatting after formatting in completion after new (IDEA-CR-14717) 2016-10-20 18:16:36 +02:00
Semyon Proshev 05cf3e43e5 PY-21060 Fixed: Generic type hinting (PEP 484) breaks autocomplete
Update calculating class slots: if class or any ancestor doesn't have __slots__ then return null
2016-10-20 18:57:40 +03:00
Aleksey Pivovarov 18aac83337 IDEA-158165 ui: fix goto popups preferred size 2016-10-20 18:47:48 +03:00
Dmitry Batkovich e892ed03fa null argument checker: initialize memory state with nullable parameter states IDEA-162816 2016-10-20 18:43:37 +03:00
Roman Shevchenko 4e0aa95bf7 [java] descriptor lookup in multi-release .jars (inline) 2016-10-20 17:32:33 +02:00
peter d799dad9ff don't grant read privileges to pooled threads that start after write action is resumed (IDEA-CR-14502) 2016-10-20 17:26:10 +02:00
Vladimir Krivosheev 3db867ce03 IDEA-162844 A simple copy of Default color scheme is flooded with inheritance defining attributes 2016-10-20 17:24:51 +02:00
Aleksey Pivovarov 835c54b8e3 IDEA-161294 ui: fix Find Usages popup rendering under HiDPI 2016-10-20 18:11:15 +03:00
Aleksey Pivovarov c3e37fe2ac diff: scale splitter divider under HiDPI 2016-10-20 18:11:15 +03:00
Gregory.Shrago 4006612d87 IDEA-162885 Diff window is not showing selections with background image enabled 2016-10-20 17:31:56 +03:00
Konstantin Bulenkov 2e2ab5f3fc fix Show Members option in Project View 2016-10-20 16:19:15 +02:00
Vladislav.Soroka 7502c6dbf3 gradle: build project preview w/o request to gradle, there are two main reasons for the change:
1. Slow project open - even the simplest project info provided by gradle can be gathered too long (mostly because of new gradle distribution download and downloading buildscript dependencies) (IDEA-136800)
2. Ability to open an invalid projects (e.g. with errors in build scripts) (IDEA-149593)
2016-10-20 16:55:52 +03:00
Dmitry Batkovich 7a97a7e3a5 inspection settings: add Stream.distinct() to have possibly not-null result when multiple nodes are selected (follow-up 6f7d79f) 2016-10-20 16:46:58 +03:00
Dmitry Batkovich 8f5b4e1f65 javac ast indices: move tools.jar dependent parts to another classes (follow-up 768cee3) 2016-10-20 16:18:22 +03:00
Dmitry Batkovich 4f8b381387 typo 2016-10-20 16:18:22 +03:00
Anton Tarasov b0737a9f3a [followup] IDEA-162563 Action menus do not have icons under HiDPI linux
- New interface: JBUI.JBIcon. EmptyIcon now implements it.
- New method: JBUI.scale(JBIcon)
2016-10-20 16:12:56 +03:00
Sergey Ignatov dd830f4adf EA-89820 - NPE: HighlightDisplayLevel$SingleColorIcon.getColorInner 2016-10-20 15:51:37 +03:00
Egor.Ushakov 66cfaab543 more streams 2 2016-10-20 15:43:01 +03:00
Vladimir Krivosheev 6664c52c20 IDEA-162774 "Use inherited attributes" option reverts back to default value on Apply 2016-10-20 14:31:54 +02:00
Vladimir Krivosheev a70d9993d4 cleanup 2016-10-20 14:31:53 +02:00
Dmitry Batkovich 768cee3439 build javac ast index only when compilation invoked from IDE (re-fix of workaround) 2016-10-20 15:30:18 +03:00
Dennis Ushakov 595352343d handle dialects that use xml_tag_name token instead of just xml_name (WEB-23312) 2016-10-20 15:23:43 +03:00
Ekaterina Tuzova 93b6d286c9 markdown4j dependency for ipnb 2016-10-20 14:18:37 +03:00
Anna.Kozlova 16dd88a8fe logging for EA-90265 - IAE: CanonicalTypes$Array.<init> 2016-10-20 13:14:23 +02:00
Anna.Kozlova 22c8ebf4bf hide add new array expression for non inferred types 2016-10-20 13:14:23 +02:00
Anna.Kozlova e33afb79bb logging for EA-90262 - assert: RedundantCastUtil$MyIsRedundantVisitor.processCall 2016-10-20 13:14:23 +02:00
Anna.Kozlova 8952680a73 completion: infer Throwable for thrown bounds in completion so more candidates would be applicable (IDEA-162710) 2016-10-20 13:14:23 +02:00
Egor.Ushakov f455e517e0 reverted incorrect anyMatch usage 2016-10-20 13:14:58 +03:00
Aleksey Pivovarov d8285cef6f ui: remove SwitchManager actions from Keymap
follow-up: 66273ce
2016-10-20 11:58:50 +03:00
Bas Leijdekkers 53821903b1 SSR: add test case for this. or super. qualified method call 2016-10-20 10:51:21 +02:00
Pavel Fatin 7a2f8ad795 ImmediatePainterTest: restore keyboard focus manager in tearDown() 2016-10-20 10:45:16 +02:00
nik f371f75bc1 build javac ast index only when compilation invoked from IDE: reused existing property 2016-10-20 11:41:42 +03:00
peter 9fee026234 delete ReflectionUtil.defineClass (IDEA-CR-14734) 2016-10-20 10:35:09 +02:00
nik 681cc35b77 build javac ast index only when compilation invoked from IDE
It makes no sense to build it in standalone mode and this also may lead to exceptions in case of improperly configured classloaders (IDEA-162877)
2016-10-20 10:58:37 +03:00
Roman Shevchenko 611018f2fa Merge remote-tracking branch 'origin/master' 2016-10-20 09:45:42 +02:00
peter c4a246b6b4 enforce that threads created during modal indexing don't leave it (IDEA-CR-14502) 2016-10-20 09:18:52 +02:00
peter ddb7a73994 remove InstanceofCheckerGenerator since JMH shows no advantages of "instanceof" vs Class#isInstance (IDEA-CR-14734) 2016-10-20 09:18:51 +02:00
Tagir Valeev 74ae9731a8 IDEA-162694 Improve "Merge filter chain" intention 2016-10-20 11:19:25 +07:00
Sergey Ignatov 62dc8b8241 [dbe] fix css in doc popup for tables 2016-10-20 00:39:23 +03:00
Gregory.Shrago ec4233993c IDEA-162863 Don't remember password by default if “Remember password” is unchecked 2016-10-19 23:39:58 +03:00
Dmitry Batkovich 85a3efac6f fix compilation 2016-10-19 22:46:49 +03:00
Dmitry Batkovich 8311f5cc2e javac ast indices: remove JavaCompilerElementRetriever#asPsi() 2016-10-19 22:41:47 +03:00
Dmitry Batkovich 055996c26d javac ast indices: add synchronized access to indices 2016-10-19 22:38:26 +03:00
Dmitry Batkovich abf616e2a3 javac ast indices: remove redundant read action 2016-10-19 22:38:26 +03:00
Eugene Zhuravlev 4cacde00ff separate jdk version limits for jps process and javac compiler 2016-10-19 21:23:17 +02:00
Daniil Ovchinnikov 30e012e408 @NotNull 2016-10-19 22:20:20 +03:00
Vassiliy.Kudryashov ee0e2595c9 IDEA-162800 Run indicator missing from run and debug popups 2016-10-19 22:10:03 +03:00
Daniil Ovchinnikov a229fe44e5 [groovy] @DelegatesTo provider API 2016-10-19 21:52:32 +03:00
Daniil Ovchinnikov 60c23c1d4b [groovy] GrDelegatesToInfo -> DefaultDelegatesToProvider 2016-10-19 21:52:32 +03:00
Daniil Ovchinnikov db89eed516 [groovy] prepare for @DelegatesTo provider API
- move constants from GrDelegatesToUtil
- move GrDelegatesToUtil to another package
- extract DelegatesToInfo
2016-10-19 21:52:32 +03:00