Commit Graph

6852 Commits

Author SHA1 Message Date
Denis.Zhdanov
718c577bae Javadoc refactoring 2013-07-23 12:49:09 +04:00
peter
360bf1705d IDEA-110166 Suggest javadoc autocompletion for variables of the same name in other javadoc for this class 2013-07-22 17:59:47 +02:00
peter
f2b96a5d5f don't autopopup with name suggestions inside live templates 2013-07-22 17:08:51 +02:00
anna
7f0f1aaffa safe delete: delete @Override annotation each time super method is deleted; rise a conflict when a usage is in overriding method which won't be deleted (IDEA-110840; IDEA-110841) 2013-07-22 15:27:34 +02:00
Alexey Kudravtsev
75ddbc57e3 Analyze_Inspect code should work for notfair inspections 2013-07-22 14:27:31 +04:00
anna
4d4b8957b5 rename: suggest to rename all tests which would be found by Find Test (IDEA-110256) 2013-07-22 12:24:22 +02:00
Eugene Kudelevsky
e4a4bc9c14 IDEA-110808 support 'rename application package' refactoring which doesn't change java package names, but updates relative component names in manifest; reference from package attribute now only provides completion and is not updated after rename 2013-07-22 13:48:34 +04:00
peter
9e3c61cf55 shorter method chains weight in the logs 2013-07-22 11:32:14 +02:00
Dmitry Jemerov
fa18d853f3 store runner ID directly in ExecutionEnvironment, remove it from ConfigurationPerRunnerSettings 2013-07-22 10:05:52 +02:00
Denis.Zhdanov
951139988e IDEA-110673 Gradle import doesn't respect language level 2013-07-19 20:30:49 +04:00
peter
9ff7d283a9 check for property name search cost in PostHighlightingPass 2013-07-19 14:07:48 +02:00
peter
7839f1c478 IDEA-105093 Eclipse-way getter/setter completion 2013-07-18 17:09:32 +02:00
peter
7d2b1d9da0 a more generic name for completion contributor, as it'll be expanded 2013-07-18 17:09:32 +02:00
peter
198be80441 IDEA-109171 Code completion is suggesting to implement a class 2013-07-18 17:09:31 +02:00
Eugene Kudelevsky
c1aa648965 IDEA-91585 IDEA-57990 resolve inside Android SDK based on its sources, not classes 2013-07-18 16:00:33 +04:00
Evgeny Pasynkov
162ada50bf make HighlightInfoHolder less dependent on editor 2013-07-18 13:26:37 +02:00
Gregory.Shrago
20a31e3918 EA-47715 - AIOOBE: GenerateFieldOrPropertyHandler.generateMemberPrototypes 2013-07-17 23:36:42 +04:00
peter
c20df29947 move annotation filtering logic to completion contributors 2013-07-17 19:17:57 +02:00
Alexey Kudravtsev
0bc7b1e69b EA-47695 - IAE: StringUtil.getShortName 2013-07-17 13:54:44 +04:00
peter
a38114f0be create java classes in dumb mode 2013-07-16 19:35:42 +02:00
peter
7598753789 IDEA-110567 IntelliJ should import the right dependency when it can know 2013-07-16 19:35:41 +02:00
peter
39c95b8468 extract method 2013-07-16 19:35:41 +02:00
anna
187b84d73b disable magic constant warning for each file in batch mode when no annotations were attached 2013-07-16 17:13:14 +02:00
Dmitry Jemerov
a155c51ccd introduce ModuleTypeId class in projectModel-api 2013-07-16 16:52:23 +02:00
Denis.Zhdanov
4b418a19e4 IDEA-69770 "Do not wrap one line comments" should not not change multi-line comments to one-line comments 2013-07-16 15:50:31 +04:00
anna
5bfd6e16c7 fix unused declaration (IDEA-110436) 2013-07-16 12:56:51 +02:00
anna
58e9f5ffd8 change signature: reorder params with javadoc without * (IDEA-110332) 2013-07-16 12:30:05 +02:00
Alexey Kudravtsev
358534faf7 AjHighlightingTest 2013-07-16 11:38:57 +04:00
Dmitry Jemerov
30323af068 Attachment class moved to util module 2013-07-15 20:49:00 +02:00
peter
c4598c24a7 remove inspectiongadgets. intentionpowerpack and generate-tostring modules 2013-07-15 18:28:23 +02:00
peter
e728e16657 show only better matching classes, and only in basic completion 2013-07-15 18:28:22 +02:00
anna
d01589a106 process package prefix context as directory context (no more references on all literals when package prefix is set for one of dependant modules) 2013-07-15 17:03:14 +02:00
Maxim.Mossienko
38506dc384 partially async update for contentless indices (IDEA-109525, IDEA-96091) 2013-07-15 16:45:50 +02:00
peter
08bb0a5f38 PsiUtil.getMemberQualifiedName 2013-07-15 15:20:36 +02:00
anna
68a43aa534 @FunctionalInterface make warning to prevent misunderstanding 2013-07-15 13:41:52 +02:00
anna
f2ae021105 EA-47688 - CCE: ClassesScopeTreeStructureExpander.treeWillCollapse 2013-07-15 11:49:18 +02:00
irengrig
36f326590f default java runner: thread dump action to show results in ThreadDumpPanel, with navigation to code and parsed into separate threads
VERY much needed when running JUnit tests again and again and things are complicated, to check for deadlocks etc

 ! now is turned on only when -Didea.java.run.wise.thread.dump=true
2013-07-13 20:01:29 +04:00
Dmitry Jemerov
08930a2152 CachingReference -> core-impl 2013-07-12 16:54:13 +02:00
peter
107d61b2b7 IDEA-107086 Java: suggest private members of a casted class inside itself 2013-07-12 15:13:05 +02:00
peter
3f3e6baeaf IDEA-110149 Merge Generate toString, JarFinder plugins into IDEA core 2013-07-12 14:28:46 +02:00
Dmitry Batkovich
56f3a39c69 method chains completion 2013-07-12 12:48:39 +04:00
Dmitry Jemerov
670705aca5 get rid of QuickFixProvider altogether 2013-07-11 19:15:18 +02:00
Gregory.Shrago
7e625e47cb query project value before returning defaults 2013-07-11 20:58:41 +04:00
peter
12d4eeee0d IDEA-110366 Incorrect completion variant 2013-07-11 18:09:59 +02:00
Max Medvedev
223d8c57b6 unique names of parameters in override-implement 2013-07-11 17:46:59 +04:00
Max Medvedev
3e55988e5b fix type parameter inference in override-implement 2013-07-11 17:46:59 +04:00
Denis.Zhdanov
29d17b55c3 IDEA-109631 Javadocs formatting depends on current method indentation 2013-07-11 16:05:21 +04:00
Max Medvedev
7ce722cd52 Groovy: support 'Insert @Override' and 'copy doc comments' options in 'Override method' dialog 2013-07-11 08:59:08 +04:00
Max Medvedev
7a98d7fd63 EA-47213 not all java names are valid in Groovy. Check it when override/implement/create from usage 2013-07-11 08:59:06 +04:00
peter
f46652f659 use the default dummy identifier instead of xxx in smart completion 2013-07-10 12:23:40 +02:00