Commit Graph
99005 Commits
Author SHA1 Message Date
anna e8ef5ea7d7 allow to add static import for containing class when it already contains imported members (IDEA-96156) 2013-04-25 14:14:51 +02:00
anna bca1f12e1e move members: no need to align according to nested classes (IDEA-106175) 2013-04-25 14:14:50 +02:00
anna 7463ed3c9b inline: accept to inline constant from library (IDEA-106167) 2013-04-25 14:14:49 +02:00
Dmitry Jemerov 16244342e4 change required_for_dist.txt to match library version change 2013-04-25 13:23:30 +02:00
Max Medvedev 169622b3e3 IDEA-27068 Groovy own braces surrounder 2013-04-25 15:19:57 +04:00
Max Medvedev c89842d785 IDEA-106104 Groovy: complete 'class', 'enum' etc in the following case 2013-04-25 15:19:57 +04:00
Denis.Zhdanov 17c60abde1 IDEA-106191 Stats: Allow to expand stats communication format/protocol 2013-04-25 14:36:45 +04:00
batya239 0725e7055f Merge remote-tracking branch 'origin/master' 2013-04-25 14:04:25 +04:00
batya239 c96285a01c quick fix for find super that has frequently used inheritors 2013-04-25 14:03:43 +04:00
Maxim.Mossienko 2e45fca23f log file name for document contents changed conflict 2013-04-25 12:02:05 +02:00
Denis.Zhdanov 98931afc57 IDEA-106187 Statistics: Move company name out of the stats templates 2013-04-25 13:57:53 +04:00
Kirill Likhodedov 18eb56d72f [vcs] UnversionedViewDialog: use ActionGroup
Instead of hardcoding actions available for the dialog in the code.
Also extract registerShortCuts and refresh to separate methods for
clearness.
CR-IC-775
2013-04-25 13:45:25 +04:00
Fedor Korotkov 3f22f5dfed Complete attribute value after typing '=' 2013-04-25 12:46:09 +04:00
Konstantin Bulenkov 2f813a3be7 NPE on dispose 2013-04-25 10:37:57 +02:00
Alexey Kudravtsev f3bfcdbfcd vcs tests 2013-04-25 11:58:49 +04:00
Alexey Kudravtsev 2ee9530e56 cleanup 2013-04-25 11:58:48 +04:00
Sascha Weinreuter 0cf02329e1 Merge remote-tracking branch 'origin/master' 2013-04-25 09:46:31 +02:00
Sascha Weinreuter 1ada0bb323 IDEA-105942: Relax-NG Compact does not support "external" keyword 2013-04-25 09:37:07 +02:00
Roman Shevchenko f39dcca32e Stupid NPE fixed 2013-04-24 22:19:08 +02:00
anna 4409b11a08 javafx packaging: deep copy 2013-04-24 20:52:41 +02:00
anna b7eff52b83 safe delete: do not insert additional extends item if already present (IDEA-106144) 2013-04-24 20:52:41 +02:00
Roman Shevchenko 2925825f9c Command line API cleaned, take 2 2013-04-24 20:24:37 +02:00
Sergey Evdokimov 69291499bd IDEA-106145 Maven Artifact Search dialog: clicks on "plus"/"joint" tree element are processed as Add +review CR-IC 2013-04-24 22:07:04 +04:00
anna ee382a06f1 EA-45861 - AIOOBE: CreateClassFromUsageBaseFix.getSuperClassName 2013-04-24 19:16:29 +02:00
anna d534d12193 EA-45864 - assert: CreateLocalFromUsageFix.getAnchor 2013-04-24 19:16:28 +02:00
anna b75e282ade EA-45911 - assert: CompositeElement.textToCharArray 2013-04-24 19:16:27 +02:00
anna 7c0df8e26f redundant cast: do not report redundant cast if dbl boxing/unboxing is prevented (IDEA-105323) 2013-04-24 19:16:27 +02:00
anna 0dc7262c45 getExpectedTypeByParent utility 2013-04-24 19:16:26 +02:00
Max Medvedev c7a5dd9fa2 IDEA-106091 Groovy: index access resolving in case of unresolved invoked expression 2013-04-24 20:58:48 +04:00
Max Medvedev 553e354981 Groovy: resolve classes before fields 2013-04-24 20:03:20 +04:00
Max Medvedev 99e8fef5d1 don't process instance members of a class annotated with @Category inside of it 2013-04-24 20:03:20 +04:00
Sergey Evdokimov f4f6df79f2 IDEA-103878 Option "Don't Detect" for Settings -> Maven -> Importing -> Generated sources folder has not the desired effect +review CR-IC @Anton.Makeev 2013-04-24 20:01:29 +04:00
Vladimir Krivosheev e242282deb update gson — 2.2.3 2013-04-24 17:42:23 +02:00
Vassiliy Kudryashov cf8050cdc5 Fix ProjectImpl leak (after-review refactoring) 2013-04-24 19:14:52 +04:00
Vassiliy Kudryashov c6d01e7502 UI Inspector: NPE fix & "class name" title 2013-04-24 19:14:51 +04:00
Alexander Zolotov bdf214f098 WEB-7606 Settings are not saved in emmet plugin 2013-04-24 19:10:49 +04:00
Roman Shevchenko 44e359d268 IDEA-106119 (more rigorous check for "this" qualifier) 2013-04-24 17:01:31 +02:00
Roman Shevchenko c75897f520 Test cleanup 2013-04-24 17:01:30 +02:00
Dmitry Avdeev c58368d148 restoring selected editor on project reopening 2013-04-24 18:59:28 +04:00
Dmitry Avdeev 20c2133fc1 cleanup 2013-04-24 18:59:26 +04:00
Eugene Zhuravlev 4d8cc2e719 simplify checks 2013-04-24 18:35:21 +04:00
Eugene Zhuravlev 0fd0dce580 at the end of compilation additionally refresh output roots for generated sources, if they are located under module's source content. Need this to update errors highlighting in IDEA, if annotation processors generated something 2013-04-24 18:35:20 +04:00
Bas Leijdekkers 186fe4229c IDEA-106008 ('convert variable argument parameter to array' action generates uncompilable code in case of parametrized vararg) 2013-04-24 16:32:00 +02:00
Bas Leijdekkers e79160e10f IDEA-105612 (Add "redundant toString() call" inspection) 2013-04-24 16:31:29 +02:00
Bas Leijdekkers a318874517 improve description now that inspection warns in more cases 2013-04-24 16:31:28 +02:00
anna 3d9008c296 add single static import: process nested references (IDEA-94951) 2013-04-24 16:27:01 +02:00
Alexey Kudravtsev 7b6da75722 store Lowmemorywatcher in a field to prevent GC 2013-04-24 17:59:06 +04:00
Alexey Kudravtsev bfe130acae EA-45865 - assert: DocumentImpl.a 2013-04-24 17:52:45 +04:00
Alexey Kudravtsev b3391e85d5 check paths case-insensitively 2013-04-24 17:52:44 +04:00
Alexey Kudravtsev 1217d49785 no tests found error 2013-04-24 17:52:43 +04:00