Commit Graph
51520 Commits
Author SHA1 Message Date
Kirill.Safonov eebb2c1480 refactoring: TestConsoleProperties now holds a reference to Executor 2010-07-30 13:43:29 +04:00
Maxim Medvedev c4659507d8 Merge commit 'origin/master'
Conflicts:
	plugins/groovy/src/org/jetbrains/plugins/groovy/findUsages/GroovyConstructorUsagesSearchHelper.java
2010-07-30 13:05:01 +04:00
Maxim Medvedev 807cdd9566 types for closure parameters in default groovy methods 2010-07-30 12:49:36 +04:00
Anton Makeev 82922f2eb5 XDebugger: file colors in stack frames 2010-07-30 12:48:38 +04:00
Anton Makeev 80b938dfec Debugger: file colors in stack frames 2010-07-30 12:48:35 +04:00
Anton Makeev 4e0cc12efa Maven: more concious action name 2010-07-30 12:48:33 +04:00
Anton Makeev bcfe870889 Maven: dumb-aware actions 2010-07-30 12:48:31 +04:00
nik cd453b2ef2 IDEA-56939: "Rebuild Project" often fails in X 2010-07-30 09:50:26 +04:00
Dmitry Jemerov deadf38a44 fix compilation of sample plugin; cleanup 2010-07-29 21:04:59 +04:00
Maxim.Mossienko 66f3436b1c ViewOfflineInspection near run CodeInspectionAction 2010-07-29 20:17:43 +04:00
Kirill Kalishev a55a055890 Merge branch 'master' of git@git.labs.intellij.net:idea/community 2010-07-29 18:57:40 +04:00
Kirill Kalishev 127387fa3e maybe fix for TreeUiTest.testClear 2010-07-29 18:57:30 +04:00
Denis Zhdanov 59f34de194 IDEA-56346 Soft wrap: Throwable at CaretModelImpl.moveToOffset() on editor resizing
Caret cursor position is preserved during editor resizing now
2010-07-29 18:56:09 +04:00
Maxim Shafirov f08ad9c2a4 CIDR-18 2010-07-29 18:53:33 +04:00
Eugene Zhuravlev e49dfcedae mark files for recompilation in "finally" block 2010-07-29 18:25:15 +04:00
Dmitry Trofimov bf00a67406 Merge branch 'master' of git.labs.intellij.net:idea/community 2010-07-29 17:23:14 +04:00
peter 12fa9480e9 fix many methods reported as unused: in the optimized search world the first of the two merged queries may be satisfied only when the second one is running. Unfortunately 2010-07-29 14:18:20 +01:00
Denis Zhdanov 250a89acb5 IDEA-56352 Soft wrap: content of folded code is incorrectly displayed if it is wrapped; visual defects appear
Provided handling of the situation when visual position line is more than total number of document lines
2010-07-29 16:50:25 +04:00
irengrig 880745201b Merge branch 'master' of git.labs.intellij.net:idea/community 2010-07-29 16:21:10 +04:00
irengrig 5d2a334237 IDEA-56714 IDEA 9.0.3 EAP builds (including 413) generate extensive amount of simultaneous SVN sessions/connections and don't close them 2010-07-29 16:18:00 +04:00
nik c1dbbf34e8 IDEA-56925: Remote debugging broken (linux, tomcat) 2010-07-29 16:11:36 +04:00
Denis Zhdanov 952ff674a3 IDEA-56352 Soft wrap: content of folded code is incorrectly displayed if it is wrapped; visual defects appear
Checking for valid line number is corrected
2010-07-29 16:10:32 +04:00
Maxim Medvedev dbcf1c6781 IDEA-51686 Groovy syntax parser does not recognize that indexing using array returns a slice 2010-07-29 16:03:30 +04:00
Dmitry Trofimov 6804d8a6ea added completion of django template variables declared in with tag 2010-07-29 15:56:53 +04:00
Dmitry Jemerov 50e4076e5c 'power save mode' option (turns off daemon code analyzer) 2010-07-29 15:44:31 +04:00
Dmitry Jemerov 65acd5b39f delete some unused code 2010-07-29 15:41:35 +04:00
Dmitry Jemerov d6e75fa029 fix tooltip and context menu on traffic light renderer 2010-07-29 15:41:34 +04:00
Denis Zhdanov aee149a574 IDEA-56352 Soft wrap: content of folded code is incorrectly displayed if it is wrapped; visual defects appear
Soft-wrapped collapsed folding regions processing is corrected
2010-07-29 15:30:42 +04:00
Eugene Zhuravlev 3e3fdcbb18 enable annotation processors run on code from test source roots (IDEA-55836) 2010-07-29 14:08:43 +04:00
Maxim Medvedev 1dc19a233a change signatare incorrectly processes constructor calls 2010-07-29 13:25:14 +04:00
irengrig da0aec126e IDEA-55537 VCS: consider rework of changes view for performance 2010-07-29 13:01:37 +04:00
Eugene Zhuravlev aeb8d15486 progress message 2010-07-29 11:05:44 +04:00
Maxim Medvedev 4f47f3ad4d 'add constructor parameter' intention 2010-07-29 10:51:49 +04:00
peter 2b9bd46a2d Merge branch 'usages' 2010-07-29 00:00:10 +01:00
peter ddc205389a merge with maxim's changes 2010-07-28 23:49:47 +01:00
peter 76162c830e find list literal constructor call usages in Groovy++ method calls 2010-07-28 23:49:47 +01:00
peter 61e2575c87 index groovy package annotations 2010-07-28 23:49:46 +01:00
peter 5f49355390 find Groovy list2object conversions as constructor usages 2010-07-28 23:49:45 +01:00
peter 68d4b5d86c PsiReferenceBase.createSelfReference(PsiElement, PsiElement, TextRange) 2010-07-28 23:49:45 +01:00
peter 48c4b185cd then- and else branches of groovy if may return a value from function: support this in control flow (IDEA-56628) 2010-07-28 23:49:44 +01:00
peter 2086027d24 move the groovy constructor-resolving method to a more appropriate place 2010-07-28 23:49:44 +01:00
peter aff595fa9b insert paired brace before the closing brace or punctuation in the custom file type 2010-07-28 23:49:43 +01:00
peter 0130db72e1 more efficient literals in g++ calls search 2010-07-28 23:47:44 +01:00
peter 27e3ada8a0 remove GroovyConstructorUsagesSearchHelper, move logic to the searcher, read-action it 2010-07-28 23:16:03 +01:00
Kirill Kalishev a8ebc6cbd8 Merge branch 'master' of git@git.labs.intellij.net:idea/community 2010-07-28 21:49:55 +04:00
Kirill Kalishev 6d4da0c8e1 TreeUi: double cancelling issue fix 2010-07-28 21:49:46 +04:00
Alexey Pegov 3a40b276df ExternalDocumentationHandler 2010-07-28 20:57:55 +04:00
Alexey Pegov 0947ba5f5b obj-c quick doc 2010-07-28 20:57:55 +04:00
Dmitry Jemerov 3adddf62b8 same directory proximity weigher for use in non-IDEA IDEs 2010-07-28 20:44:00 +04:00
Oleg Shpynov 18d929efe5 RUBY-6429 SASS: don't consider indentation in the commented lines while checking indentation 2010-07-28 18:01:35 +04:00