Commit Graph
4280 Commits
Author SHA1 Message Date
anna 6f992d0420 move: show directory chooser when package was not changed 2012-01-05 15:33:13 +01:00
anna c93a25a9ee usages of api documented as since: display mane corrected after keys introduction 2012-01-04 20:20:17 +01:00
Yann Cebron ce7c8fe646 use UIUtil.HTML_MIME 2012-01-04 13:44:25 +01:00
anna a6a1646162 speed search in destination combo: wrap null to avoid misunderstanding during matching 2012-01-04 13:37:55 +01:00
peter 2a4b7353e5 use java structure view for groovy 2012-01-02 13:09:07 +01:00
peter 2841c3eb28 select word to honor camel-humps in java string literals, treat $ as word separator 2012-01-01 23:14:31 +01:00
peter 8720fb18fe don't overwrite trailing space in java & groovy keyword completion 2012-01-01 23:14:31 +01:00
peter 3bc866a991 IDEA-59783 Properties files: code completion list does not open after dot character 2011-12-30 18:06:50 +01:00
peter ff8964d0ca cleanup 2011-12-30 17:08:28 +01:00
peter 75c5872a0a IDEA-51920 'Suspicious call to Map.get' inspection should be aware of dataflow type information 2011-12-30 16:18:34 +01:00
Konstantin Bulenkov db6338fade provide information about a place where we are 2011-12-30 12:07:14 +01:00
Konstantin Bulenkov 24b8bb3c6b rollback for a while to fix tests 2011-12-30 08:46:42 +01:00
Konstantin Bulenkov 0ff8d6073a fix SOE 2011-12-29 18:38:44 +01:00
Konstantin Bulenkov 72a6f0c030 move inner classes down 2011-12-29 18:38:43 +01:00
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