Commit Graph
4258 Commits
Author SHA1 Message Date
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
anna 5f94592dc8 equals&hashCode: allow to select fields used in equals but not in hashCode as not null (IDEA-78969) 2011-12-16 10:19:54 +01:00
anna d2bab883bd inline method: do not check for inaccessibility if referenced member would be also inlined (IDEA-78941 ) 2011-12-16 10:01:03 +01:00
anna c8c3007e4a inplace introduce constant: do not search for occurrences out of dedicated class (IDEA-78977) 2011-12-16 09:35:27 +01:00
anna 44ecd52b97 change variable type from assignment: change method signature when variable is a parameter (IDEA-71674) 2011-12-16 08:47:17 +01:00
anna 52e77034d2 inline: show number of usages to be inlined when possible (IDEA-73024 ) 2011-12-16 08:47:16 +01:00
anna 5e78fc69bc generate delegate: allow to choose available containing class members (IDEA-73331) 2011-12-16 08:47:15 +01:00
anna e7ca3e043e move class to the correct package fix: suggest to choose root when multiple exist (IDEA-12474) 2011-12-16 08:47:14 +01:00
anna f9af2b2245 move instance member (IDEA-78519) 2011-12-16 08:47:12 +01:00