Commit Graph
4266 Commits
Author SHA1 Message Date
peter 4ba1cc4d29 IDEA-79381 Exclude from Import not working for non-static inner classes in excluded packages 2011-12-29 17:46:51 +01:00
peter a48a9f5efe don't suggest expected type members twice when they are statically imported (IDEA-79426) 2011-12-29 16:49:25 +01:00
anna c3ce1ae00f insert same notnull annotation as exist on the existing field (IDEA-79436) 2011-12-29 15:43:49 +01:00
peter ccb5d3096d some diagnostics for renaming light methods (EA-32858) 2011-12-29 13:49:06 +01:00
andrey.vokin b22f436063 Added method isExclusive to SurroundDescriptor 2011-12-29 16:25:30 +04:00
peter 2f922cf8b2 allow import optimizer to change no text as long as it does not makes any changes to the document (EA-30855)
submit the file text as an attachment
2011-12-28 19:25:20 +01:00
peter 30bae8c122 EA-32094 don't move caret to rotten offset when inserting a PsiTypeLookupItem 2011-12-28 19:25:19 +01:00
Konstantin Bulenkov b898ae2726 fix self nesting (class A {class B extends A{}} 2011-12-28 16:53:49 +01:00
anna 4f513cbd94 EA-31069 - assert: RefactoringUtil.getChainedConstructor 2011-12-28 16:01:34 +01:00
anna ec76f69824 EA-32493 - UOE: AopPointcutExpressionFindUsagesProvider.getDescriptiveName 2011-12-28 13:40:20 +01:00
anna a7d78a8775 move via dnd: do not move package in directory when target module contains multiple directories for the package (EA-30802 - AIOOBE: MoveClassesOrPackagesProcessor.performRefactoring) 2011-12-28 13:40:19 +01:00
Alexey Kudravtsev 4fecca4887 cleanup 2011-12-28 13:05:54 +04:00
Alexey Kudravtsev 881aa60d8a cleanup 2011-12-28 13:05:53 +04:00
anna 6367299e64 EA-32199 - IOE: PsiJavaParserFacadeImpl.createExpressionFromText(cherry picked from commit 52f323e) 2011-12-27 19:55:58 +01:00
peter 784c2f101a IDEA-69328 Code completion in switch...case: complete other possible values from already ref'd class 2011-12-27 18:17:43 +01:00
anna d272009327 EA-32727 - assert: JavaDocReferenceInspection$RenameReferenceQuickFix.applyFix 2011-12-27 16:38:41 +01:00
peter 7ef62f3655 IDEA-69897 Smart complete missing enum values in switch/case statements 2011-12-27 16:00:13 +01:00
peter 630cfaa379 IDEA-79271 Smart completion in ARM-try block produces trailing semicolon 2011-12-27 16:00:13 +01:00
anna 07d37a288c exclude alt-rt.jar and alt-string.jar from created jdks - as they lead to incompatibility between cls and attached sources (IDEA-74547) 2011-12-27 13:10:18 +01:00
anna 4468109946 background/foreground (IDEA-79153) 2011-12-26 18:55:17 +01:00
anna 60d4f42363 constructor parameters from fields: sort params in fields order 2011-12-26 18:55:17 +01:00
anna c100c5c7bd move: check move into self during directory move only (IDEA-79306) 2011-12-26 14:30:16 +01:00
Denis.Zhdanov a8f3f04261 IDEA-79186 Pasting a reference without selection replaces text 2011-12-26 16:44:32 +04:00
peter 3fc65693dd IDEA-77745 Please add a "Print parameters to system out" live template 2011-12-23 19:50:46 +01:00
peter b35e73487a IDEA-79246 IDEA completion suggest raw type for element of array of typed class 2011-12-23 18:28:40 +01:00
peter 69de690823 filter import suggestions according to the context: show only those having a member with a matching name if specified in the parent reference (IDEA-79241) 2011-12-22 22:06:18 +01:00
peter 0e9c261e10 IDEA-79230 filter classes to import (quick fix) 2011-12-22 19:37:27 +01:00
Serega Vasiliev d053c7f89f fixed send statistics bugs 2011-12-21 14:57:51 +01:00
Alexey Kudravtsev 94857ea963 show external annotations in Ctrl-P 2011-12-21 16:30:53 +04:00
Alexey Kudravtsev f8e7d56e06 synchronization 2011-12-21 16:30:52 +04:00
Alexey Kudravtsev cfeacb9da4 notnull 2011-12-21 16:30:51 +04:00
Maxim.Medvedev 1355b64db4 always escape symbols when text is pasted to groovy string literal 2011-12-21 13:26:21 +04:00
anna eaeb6d1257 convert to instance: remove target class parameter javadoc (IDEA-78892 ) 2011-12-20 21:07:02 +01:00
anna 08b12236e4 check if move in subdirectory (IDEA-79141) 2011-12-20 19:16:21 +01:00
peter 60557a8fdb track NPE (EA-32624) 2011-12-20 18:22:18 +01:00
Alexander Doroshko 4caad786d7 EA-32675 2011-12-20 20:18:18 +04:00
Dmitry Jemerov ab68908323 Merge remote branch 'origin/master' 2011-12-20 16:53:59 +01:00
Dmitry Jemerov 1abebaaab7 couple more pieces of JavaCoreEnvironment 2011-12-20 16:52:24 +01:00
Alexey Kudravtsev efffab516f cleanup 2011-12-20 19:25:06 +04:00
Alexey Kudravtsev 534b2b3668 read action 2011-12-20 19:25:03 +04:00
anna f005ef058f logging for EA-31078 - IAE: PsiIdentifierImpl.replace 2011-12-20 15:41:33 +01:00
anna 5d4b6480f3 IOOBE: do not position caret in another editor 2011-12-20 15:41:33 +01:00
anna e663ed9583 EA-32486 - IAE: HighlightUsagesHandler.getNameIdentifier 2011-12-20 13:25:57 +01:00
anna aa408db649 IDEA-78924: correct copy for empty class files & synthetic elements 2011-12-20 12:03:57 +01:00
anna e9fba15afe revert 78ee8593f5 2011-12-20 11:53:34 +01:00
anna b10a4f727f move: choose directory by neighbor class name (IDEA-69765) 2011-12-20 11:36:05 +01:00
Dmitry Jemerov 2af66fe1ad missing pieces of JavaCoreEnvironment 2011-12-19 16:17:35 +01:00
Dmitry Avdeev 9648da64d7 XmlNoVariantsDelegator 2011-12-19 13:46:13 +04:00
Maxim.Medvedev 78ee8593f5 IDEA-78924 Groovy: Copy+Paste a groovy script file doubles the file extension 2011-12-17 22:49:31 +04:00
peter dc71135134 IDEA-78033 do not sugesst "class" as possible name for variable 2011-12-16 12:02:51 +01:00