Commit Graph
4410 Commits
Author SHA1 Message Date
Rustam.Vishnyakov af048fa2b4 Java custom folding enabled 2012-02-03 13:28:38 +04:00
Rustam.Vishnyakov d957788916 Java custom folding enabled 2012-02-03 13:28:36 +04:00
Dmitry Jemerov 98d526b8b8 names validator in create class dialog (IDEA-80075) 2012-02-02 19:58:31 +01:00
Dmitry Jemerov 32ec7ac037 correctly show source roots with defined package prefix in project view (IDEA-80768) 2012-02-02 19:58:30 +01:00
Anna Kozlova 24ec63e74e iterate over: correct offset to detect template applicability 2012-02-02 21:17:52 +04:00
peter 8078ea5689 correctly place dot when chosen a class name in completion with it 2012-02-02 16:11:07 +01:00
Anna Kozlova e35b58a063 wording 2012-02-02 15:45:37 +04:00
Alexey Kudravtsev 50ec1964f4 NPE 2012-02-02 13:50:12 +04:00
Alexey Kudravtsev ad12c9fc70 proper concurrent map used 2012-02-02 13:18:30 +04:00
Anna Kozlova 7d870ed603 remove redundant casts when extract changed parameter type accordingly (IDEA-79743) 2012-02-02 11:03:55 +04:00
Konstantin Bulenkov adb61c618f find anonymous classes by super class name 2012-02-01 23:47:40 +01:00
peter b46549c0e0 cleanup 2012-02-01 21:58:59 +01:00
peter 8e6bd961e6 IDEA-80414 Java: selecting completion result fires WrongOffset assertion 2012-02-01 20:56:01 +01:00
peter 9fd14da9af IDEA-79862 Java: auto-insert space after completing "extends" and "implements" 2012-02-01 20:56:01 +01:00
Anna Kozlova d2da1639f9 EA-33401 - PIEAE: PsiElementBase.getContainingFile 2012-02-01 13:43:24 +04:00
Anna Kozlova f153bdf5db EA-30271 - NPE: CanBeFinalInspection.checkElement 2012-02-01 13:43:23 +04:00
Anna Kozlova 84257da76f do not update moved inside directory .class file as java one
EA-30614 - IOE: ClsJavaCodeReferenceElementImpl.bindToElement
2012-02-01 13:43:21 +04:00
Anna Kozlova 61f8edde24 EA-33059 - NPE: RenameJavaVariableProcessor.prepareFieldRenaming 2012-02-01 12:04:54 +04:00
Anna Kozlova 955ab350a1 EA-33078 - assert: TypeMigrationLabeler.migrateExpressionType
skip expressions with null type
2012-02-01 11:59:40 +04:00
Anna Kozlova 38830bb93c EA-33373 - IOE: PsiElementFactoryImpl.createField 2012-02-01 11:59:37 +04:00
peter 2007f9c8a3 don't report groovy type parameters as unused 2012-01-31 22:53:36 +01:00
peter fb6671cf88 classes used in xml aren't unused 2012-01-31 19:28:41 +01:00
Dmitry Jemerov 23018d51ee Merge remote branch 'origin/master' 2012-01-31 19:17:49 +01:00
Dmitry Jemerov 821c9d0506 EA-33172 - NPE: JavaHierarchyUtil.getPackageName 2012-01-31 19:08:46 +01:00
peter 57a2a49892 IDEA-80583 Wrong suggestion in qualified field type 2012-01-31 18:30:26 +01:00
peter bd365c5cd6 correctly report private methods' unusedness (IDEA-75803) 2012-01-31 18:30:25 +01:00
peter ea7151df75 highlight globally unused groovy properties (IDEA-75803) 2012-01-31 18:30:25 +01:00
peter 9dfa66531e highlight globally unused groovy methods (IDEA-75803) 2012-01-31 18:30:25 +01:00
peter 6413bfc587 introduce GlobalUsageHelper 2012-01-31 18:30:24 +01:00
peter dd4cfde102 take implicit usages into account (IDEA-75803) 2012-01-31 18:30:24 +01:00
peter 2db14dd95b highlight globally unused groovy classes (IDEA-75803) 2012-01-31 18:30:24 +01:00
Anna Kozlova 326c4caada override/implement: skip parameter annotations if necessary (IDEA-76470) 2012-01-31 21:21:48 +04:00
Anna Kozlova 5ce1335b80 extension to forbid suggestion of final modifier (IDEA-77156) 2012-01-31 19:55:51 +04:00
Anna Kozlova 94fc29cbb6 rename file: move to java/groovy 2012-01-31 19:55:50 +04:00
Dmitry Jemerov 0dedff992b don't highlight named groups in Java 1.7 regular expressions as errors (IDEA-80456) 2012-01-31 13:35:55 +01:00
Anna Kozlova 4acc5b62ee do not treat enum/annotation type as entry point by default (IDEA-77746) 2012-01-30 22:20:40 +04:00
peter 685f19cebf skip inserting diamond when choosing class completion variant with ( 2012-01-30 17:07:30 +01:00
Konstantin Bulenkov ae1b0f1a58 selection tests 2012-01-30 16:14:24 +01:00
Anna Kozlova b6c9bd0b0b IDEA-79533 "Pull members up" should be smarter about the default destination 2012-01-30 18:09:16 +04:00
Dmitry Avdeev 30bf039e26 IDEA-80313: Import in JSPs not working - from version 9 to 11 2012-01-30 16:21:39 +04:00
Dmitry Avdeev a3580be832 testing auto import 2012-01-30 16:21:36 +04:00
Sergey Evdokimov 01c6acab8e Replace PsiManager.getInstance(psiElement.getProject()) to psiElement.getManager() and add inspection to this case. 2012-01-28 17:23:15 +04:00
Anna Kozlova e4d561acde IDEA-24296 "Migrate type" refactor locked cpu at 100% 2012-01-27 22:23:13 +04:00
Anna Kozlova c36419f867 inline: warn if assignment with operation (IDEA-80348) 2012-01-27 21:47:55 +04:00
Anna Kozlova f91b8a9cd2 IDEA-69048: revert when no occurrences chosen fixed 2012-01-27 20:54:29 +04:00
Anna Kozlova fe0429c665 show expression chooser even if there is no tailing ; 2012-01-27 17:24:22 +04:00
Anna Kozlova 95c07df29b do not switch view during package navigation 2012-01-26 19:25:46 +04:00
Anna Kozlova d08398955c margins 2012-01-26 19:25:45 +04:00
Anna Kozlova f44362e9cc do not switch to packages view during package navigation 2012-01-26 15:24:23 +04:00
Alexey Kudravtsev ad30b9178c insert correct tail on smart completion 2012-01-26 13:24:48 +04:00