Commit Graph
8969 Commits
Author SHA1 Message Date
Maxim.Medvedev 0f73e6f29f =IDEA-50320 'Create field for parameter' action for Groovy methods 2012-06-25 11:05:03 +04:00
Danila Ponomarenko 4f30409292 got rid of BaseRefactoringAction 2012-06-24 18:24:05 +04:00
Danila Ponomarenko 79b79ccd83 invoke on PsiFile made final 2012-06-24 18:24:05 +04:00
Danila Ponomarenko 9a6fbcac16 Introduce variable intention fixed 2012-06-24 18:24:05 +04:00
Danila Ponomarenko 09bb2df518 import fixed 2012-06-24 18:24:04 +04:00
Danila Ponomarenko 9d546e47fa SyntheticElement check added 2012-06-24 18:24:04 +04:00
Eugene Zhuravlev b500c9f1fb hotswap: better implementation of modified classes discovery, does not require to postponed files in memory 2012-06-24 01:04:09 +02:00
Konstantin Bulenkov b90770b32a remove non-existing property 2012-06-24 00:12:15 +02:00
Eugene Zhuravlev 9f7272e24d IDEA-87685 Compiler does not include *.java files in output 2012-06-23 15:00:18 +02:00
Konstantin Bulenkov f38f62c750 don't validate on cell editing 2012-06-22 18:22:33 +02:00
Eugene Zhuravlev 8928bac595 add background color for escaped symbols 2012-06-22 16:22:45 +02:00
peter 721e54981a @NotNull matcher 2012-06-22 14:44:12 +02:00
peter 3a3548f2a2 IDEA-83744 Always insert '()' when class name is completed after 'new' keyword 2012-06-22 14:44:11 +02:00
Eugene Zhuravlev 3bc5f73873 rendering escaped symbols in bold 2012-06-22 13:56:33 +02:00
nik ee0b0d2157 IDEA-87710: Cannot build artifact with "module production output" if module doesn't have production code 2012-06-22 14:06:40 +04:00
Alexey Kudravtsev bb0555402e cleanup 2012-06-22 13:58:43 +04:00
Alexey Kudravtsev 3bee63685b unexpected gc in between passes 2012-06-22 13:58:42 +04:00
Evgeny Pasynkov fa77cc79ae move java searching stuff to indexing module 2012-06-22 09:52:57 +02:00
Evgeny Pasynkov ff6ed0f6e6 public ctor 2012-06-22 09:11:31 +02:00
Evgeny Pasynkov b0b5da9b87 more dependencies 2012-06-22 09:04:09 +02:00
Evgeny Pasynkov 577ede3fe2 move searchers to indexing module 2012-06-22 08:55:07 +02:00
Eugene Zhuravlev 9f9e02d29f wording 2012-06-21 23:13:26 +02:00
Eugene Zhuravlev b40bb4467c rendering thread dumps: handle jdi bugs 2012-06-21 23:12:12 +02:00
Eugene Zhuravlev 8604484748 handle jdi internal exceptions 2012-06-21 23:04:27 +02:00
Eugene Zhuravlev 73430c02e1 ensure synchronized access to dfependency cache 2012-06-21 22:07:21 +02:00
Eugene Zhuravlev 196a7118f6 generate a separate throw instruction for every return point: this will allow to get stacktraces to the real place that caused the problem 2012-06-21 19:27:59 +02:00
Eugene Kudelevsky 40c8c3b8c9 IDEA-82078 fix updating R references when renaming of Android resources 2012-06-21 21:10:35 +04:00
Maxim.Mossienko 3069a08ed1 use less memory for file attributes 2012-06-21 19:42:46 +04:00
Maxim.Mossienko 7931bdba15 WI-11694 Include Haskell custom type in distribution 2012-06-21 19:42:45 +04:00
kirill.safonov 896e58a3a6 ActionScript/Flex: Function override should not be shown in usages (IDEA-87183) 2012-06-21 19:37:11 +04:00
Eugene Zhuravlev ae9a7c5ca6 remove already fixed todo 2012-06-21 17:25:16 +02:00
Eugene Zhuravlev 84b283d1af hotswap: do not 'forget' about changed classes if hotswap was canceled by user 2012-06-21 17:11:44 +02:00
Evgeny Pasynkov 9fcee29903 New module: java-indexing-api 2012-06-21 16:14:50 +02:00
Maxim.Medvedev e6b66d6703 create Java field from usage in Groovy code 2012-06-21 15:14:10 +04:00
Maxim.Medvedev 36b248a552 create Groovy field from usage in java code 2012-06-21 15:14:09 +04:00
Maxim.Medvedev 1708932dcf create Groovy field from usage in java code 2012-06-21 15:14:08 +04:00
Evgeny Pasynkov 4d50900ab8 rename InjectedLanguageFacadeImpl back to InjectedLanguageUtil. Move method getInjectedPsiFiles from InjectedLanguageUtil to injectedLanguageManager. Move InjectedLanguageManager to core-api 2012-06-21 13:01:08 +02:00
nik c6412348e4 javadoc and external annotations roots moved from ModuleRootModel to a separate extension 2012-06-21 09:53:18 +04:00
peter 943d72b38b EA-36781 - IAE: PsiResolveHelperImpl.resolveReferencedClass 2012-06-20 20:26:18 +02:00
peter 724712ad09 IDEA-85069 Suggest to fill delegate arguments for all overload call candidates 2012-06-20 20:14:16 +02:00
peter 3cba0cb607 prefer class to its members 2012-06-20 19:33:07 +02:00
peter d7f95f1507 no stats for Object methods 2012-06-20 19:33:07 +02:00
peter dd15d0e6df IDEA-83969 code completion in switch/case: auto/unboxing not checked with code completion 2012-06-20 19:33:06 +02:00
Eugene Zhuravlev f5127a4f0a optianally disable automake when a run configuration is active 2012-06-20 18:25:19 +02:00
Danila Ponomarenko 89d32051d0 IDEA-29993 tests fixed 2012-06-20 18:37:40 +04:00
Danila Ponomarenko c14fe14cc4 IDEA-29993 As well as the intension "Cast to String" offer "Call toString()". WrapExpression intention scope widen. 2012-06-20 18:37:40 +04:00
Eugene Zhuravlev 0a3c6b2135 ignore collected types 2012-06-20 14:20:12 +02:00
Danila Ponomarenko 3ab777e366 IDEA-85758 intention to replace casted var with a var of the right type and having the same value implemented 2012-06-20 16:04:00 +04:00
Danila Ponomarenko 7f0f06e428 double negation added to pointless inspection 2012-06-20 16:04:00 +04:00
nik d4b757b037 cleanup 2012-06-20 14:52:45 +04:00