Commit Graph
4240 Commits
Author SHA1 Message Date
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
Maxim.Medvedev d24e185aaf Merge remote-tracking branch 'origin/master' 2011-12-15 13:43:05 +04:00
Maxim.Medvedev e4ac6e51b3 IDEA-78836 When renaming Groovy class, also rename the file if their names are equal 2011-12-15 13:40:35 +04:00
anna 6263ac21f5 javadoc generation: allow to include jdk javadoc (IDEA-78788 ) 2011-12-14 15:17:17 +01:00
anna 54d3fe4184 experimental 2011-12-14 13:24:13 +01:00
anna e8ccd03fa2 extract method object: order moved methods by usages; write access (IDEA-78847) 2011-12-14 12:59:29 +01:00
anna 48b730aa0b NPE 2011-12-14 11:08:46 +01:00
Alexey Kudravtsev 9a6cf70a00 run refactoring tests outside the write action and get rid of testRun() 2011-12-14 12:24:10 +04:00
Alexey Kudravtsev 5be8bfddf9 EA-32489 - assert: PsiFileImpl.getStubTree 2011-12-14 12:22:01 +04:00
anna 9d0822aa5c Merge remote branch 'origin/master' 2011-12-13 13:20:02 +01:00
Alexey Kudravtsev 9465848aa6 do not start highlighting pass when ProblemFilter said not to 2011-12-13 14:21:33 +04:00
Alexey Kudravtsev 95e8d715b7 cleanup 2011-12-13 14:21:25 +04:00
anna b4523b4b7a javadoc: process {@inheritDoc} for throws tags correctly (IDEA-62524) 2011-12-13 10:51:29 +01:00
Maxim.Medvedev 99931bd7a3 IDEA-78555 Intellij fails to compile Groovy class with @Delegate when there is also Java class 2011-12-12 19:45:01 +04:00
anna 5afdafd5e3 delegate: copy javadoc; preselect yet non-delegated methods (IDEA-59629) 2011-12-12 11:56:37 +01:00
anna 628b83bdc8 javadoc: do not force to have required tags out of scope (IDEA-73398 ) 2011-12-12 09:13:06 +01:00
Maxim.Medvedev c68eb4298c type & value inference for literals 2011-12-11 12:54:30 +04:00
anna 4e0c259e55 copy/paste: open created file in the editor 2011-12-09 20:05:42 +01:00
Maxim Shafirov 56723c4b17 IDEA-78370 2011-12-09 19:59:46 +04:00