Commit Graph
70217 Commits
Author SHA1 Message Date
Dmitry Avdeev 647fb1a3d1 labels unified as "Use classpath of module" 2011-10-05 18:28:11 +04:00
Bas Leijdekkers 9572436e67 New "Exception constructor called without arguments" inspection added IDEA-75169 (feature request: constructor of exception class with no parameters is called) 2011-10-05 16:18:13 +02:00
peter d6179a5e5b insert pair brace for anonymous class method body inside a method call 2011-10-05 15:52:56 +02:00
peter 402e418921 non-static brace matcher stacks 2011-10-05 15:52:55 +02:00
Bas Leijdekkers ec0ca4b994 add missing description 2011-10-05 15:33:06 +02:00
nik d6615bbbc0 fixed 'create jar from modules' action for maven projects 2011-10-05 16:45:24 +04:00
Kirill Kalishev 5d17ac6412 Merge branch 'master' of git@git.labs.intellij.net:idea/community 2011-10-05 16:28:35 +04:00
Kirill Kalishev 03ba6970e3 double shortcut fix: funcTest 2011-10-05 16:27:53 +04:00
Maxim Medvedev c40a202985 IDEA-69221 No color syntax and code completion for annotation in groovy class 2011-10-05 16:05:16 +04:00
Maxim Medvedev a999d2b664 EA-29310 - assert: FoldingDescriptor.<init>, diagnostics 2011-10-05 16:05:15 +04:00
Maxim Medvedev a7e9bbe15e EA-30117 - IAE: GrLightModifierList.addAnnotation 2011-10-05 16:05:14 +04:00
Maxim Medvedev 9687b44c24 EA-30166 - NPE: GrEnumTypeDefinitionImpl.processDeclarations 2011-10-05 16:05:13 +04:00
Maxim Medvedev d1050263b6 EA-30209 - SOE: GrIndexPropertyImpl.getType 2011-10-05 16:05:12 +04:00
Kirill Likhodedov 0900cad85e Merge remote-tracking branch 'origin/master' 2011-10-05 16:01:28 +04:00
Kirill Likhodedov c58bc4cad2 IDEA-75206 IDEA-75200 NPE in HgCommandExecutor()
myVcs may be null,  when project is closing or hasn't been initialized completely yet.
1. Don't store mySettings and myValidator - get them from myVcs when needed.
2. If myVcs is null, don't execute the command.
2011-10-05 15:50:12 +04:00
Kirill Likhodedov e47ef78e18 Hg: don't check for incoming/outgoing changes immediately at startup. Instead wait the same interval as between checks.
Reason: check for incoming changes might request an HTTP password - that would be confusing at the startup.
2011-10-05 15:44:21 +04:00
anna 48e84fea4a switch to whole text search when stemming fails (IDEA-73854) 2011-10-05 13:22:50 +02:00
peter aa552fba74 maven template context should not be applicable in html, xml context should 2011-10-05 13:18:46 +02:00
peter 24fe57c04e IDEA-70043 Compiler resource patterns like 'dirName/*' should match only if 'dirName' is located directly under a source root 2011-10-05 13:18:45 +02:00
peter c26d8de05a IDEA-60120 Console folding dialog: layout issues 2011-10-05 13:18:45 +02:00
Sergey Evdokimov 17127936fa Fix: IDEA-62819 (Suggestion Tab eat up problem) 2011-10-05 15:11:05 +04:00
Alexey Pegov 2b9cd4534f IDEA-75131 Crash when trying to show dialog from custom plugin (typo) 2011-10-05 14:50:51 +04:00
Dmitry Avdeev 9e5f3467e1 missed bundles (WI-7807 Error running inspections from the command line) 2011-10-05 13:57:14 +04:00
Eugene Kudelevsky 826f58c492 EA-29630 fix already disposed 2011-10-05 13:37:26 +04:00
Eugene Kudelevsky 4dc7d8cc1c EA-29343 fix already disposed 2011-10-05 13:37:25 +04:00
Eugene Kudelevsky 68323476c3 EA-29629 fix already disposed 2011-10-05 13:37:24 +04:00
Eugene Kudelevsky 8be541729b EA-29974 fix NPE 2011-10-05 13:37:24 +04:00
Eugene Kudelevsky 0fbdafa5d5 EA-29956 fix IAE 2011-10-05 13:37:23 +04:00
Eugene Kudelevsky 4c7085dccb EA-29961 fix NPE 2011-10-05 13:37:22 +04:00
Maxim Medvedev f8606af0ac IDEA-26439 Groovy - moving methods to other classes - their Javadocs were left in the old class 2011-10-05 12:00:07 +04:00
Maxim Medvedev 3754a053eb more correct error message for MoveInstanceMethod 2011-10-05 12:00:06 +04:00
Maxim Medvedev 23cbe3a514 IDEA-74846 Move instance method refactoring is broken 2011-10-05 12:00:06 +04:00
Maxim Medvedev f555b0d868 IDEA-75050 Groovy: Throwable at GrIntroduceClosureParameterProcessor.performRefactoring() in Introduce Closure Parameter -> Delegate via Overloading with "Change Usages" option disabled 2011-10-05 12:00:05 +04:00
nik 88045a525d refactored 2011-10-05 10:07:50 +04:00
nik bf83c0936e reworked 'new library' button in 'add library to dependencies' dialog: now it adds created library to the libraries tree in the dialog 2011-10-05 10:07:49 +04:00
nik 0328cbfe24 unneed methods removed 2011-10-05 10:07:49 +04:00
kirillk f9e7566633 Merge branch 'master' of git.labs.intellij.net:idea/community 2011-10-05 09:58:29 +04:00
kirillk 39a480e1fc double keystroke shortcut doesnt work when typeahead enabled 2011-10-05 09:58:16 +04:00
Yann Cebron f68c09854d Merge remote-tracking branch 'origin/master' 2011-10-04 23:51:55 +02:00
Maxim Medvedev f0ea1406aa IDEA-74933 Groovy: Introduce Closure Parameter with "Delegate via overloading" and "Remove parameter" options doesn't remove parameter no longer used 2011-10-04 23:11:38 +04:00
Maxim Medvedev 9b3b37a76d IDEA-74926 Groovy: misleading message is shown on attempt to inline parameter 2011-10-04 22:55:58 +04:00
Maxim Medvedev ea648dae0e IDEA-74924 Groovy: unclear "Change usages of variable" option in Introduce Parameter dialog 2011-10-04 22:48:52 +04:00
Maxim Medvedev d2aa9e1b16 IDEA-74922 Groovy: cannot close Warning dialog shown on Introduce Parameter Refactoring 2011-10-04 22:38:03 +04:00
Maxim Medvedev ab9a63a19a IDEA-74920 Groovy: Introduce Parameter Refactoring with delegating in super method 2011-10-04 22:30:44 +04:00
Maxim Medvedev 864ce15ffb IDEA-74914 Groovy: Introduce Parameter Refactoring: scope chooser has unclear options 2011-10-04 22:06:50 +04:00
Maxim Medvedev ba1ac92dee IDEA-74716 Groovy: IOE at PsiJavaParserFacadeImpl.createExpressionFromText() on Change Signature Refactoring -> Add Parameter without default value, if method is used in Java code 2011-10-04 22:06:49 +04:00
Maxim Medvedev aa0cd78f2d IDEA-74704 Groovy 1.9: Introduce Refactorings applied to multi-catch parameter should not suggest union type 2011-10-04 22:06:48 +04:00
Maxim Medvedev 01d8597863 IDEA-74635, IDEA-74639 Groovy Parameter Info is not updated after changes of PSI or caret position 2011-10-04 22:06:47 +04:00
Maxim Medvedev c80f548831 IDEA-74640 Broken parameter info for methods with default arguments 2011-10-04 22:06:46 +04:00
Maxim Medvedev e98bf3ebab Type inference for string injection parameter 2011-10-04 22:06:45 +04:00