Commit Graph
63068 Commits
Author SHA1 Message Date
Maxim Medvedev c74936f2ce GrStatementOwner should contain getStatements() 2011-04-15 16:00:23 +04:00
Maxim Medvedev 0d7eabce6d skip dummy files in resolve of 'this' 2011-04-15 16:00:23 +04:00
Maxim Medvedev 250953e74f cleanup 2011-04-15 16:00:22 +04:00
Maxim Medvedev 927b94ff88 IDEA-68142 Groovy: false "Variable already defined" inspection 2011-04-15 16:00:21 +04:00
Maxim Medvedev 206d5dc8eb IDEA-68098 Groovy: 'continue' & 'break' is not exist in completion. 2011-04-15 16:00:20 +04:00
Alexey Kudravtsev a1aeacd499 leaks in AddAnnotationFix 2011-04-15 15:46:29 +04:00
andrey zaytsev 891dea62bd sorry, previous commit is bad. 2011-04-15 15:04:39 +04:00
andrey zaytsev 40ea211481 OC-662 2011-04-15 15:01:55 +04:00
Denis Zhdanov ab44fbc3e3 IDEA-67958 in console: first character of each entered line is skipped
User input is not purged on moving deferred output to the console editor
2011-04-15 14:42:10 +04:00
andrey zaytsev 02779a99c3 IDEA-68148 2011-04-15 14:22:12 +04:00
nik 2b406b1771 notnullification 2011-04-15 13:25:34 +04:00
nik 57c4e31d08 EA-25105 - NPE: XDebuggerUtilImpl.iterateLine 2011-04-15 13:25:33 +04:00
nik e09ae18d6b extracted non java specific code from value markers in debugger 2011-04-15 13:25:33 +04:00
Denis Zhdanov b5774a2924 EA-26844 - AIOOBE: BulkChangesMerger$Context.processPositiveGroup
1. Debug info is added;
2. Recovering on failed in-place merging attempt is added;
3. New test is added;
2011-04-15 13:22:50 +04:00
Denis Zhdanov 8bd63a79f5 NPE fix.
Not sure who introduced it.
2011-04-15 13:22:50 +04:00
Denis Zhdanov e3efceba26 EA-26552 - SIOOBE: TextChangesStorage.substring 2011-04-15 13:22:49 +04:00
Denis Zhdanov 60825d5357 EA-26802 - SIOOBE: SelectWordUtil.getCamelSelectionRange 2011-04-15 13:22:49 +04:00
Denis Zhdanov 79e5f79238 EA-26930 - IOOBE: SegmentArray.findSegmentIndex 2011-04-15 13:22:48 +04:00
Denis Zhdanov 62c224aaed EA-26940 - : EditorUtil.calcColumnNumber
Debug info is added
2011-04-15 13:22:48 +04:00
Denis Zhdanov dfb783ab98 EA-26971 - assert: CaretModelImpl.moveToOffset
1. Debug info is added;
2. Green code policy is applied;
2011-04-15 13:22:47 +04:00
Maxim Medvedev fa3a66abcc fix testdata path 2011-04-15 11:28:06 +04:00
peter de881091a4 avoid unnecessary Class.isInstance 2011-04-14 23:32:00 +02:00
Eugene Zhuravlev e2db9ee050 fix compilation 2011-04-14 22:36:32 +02:00
anna 1d420a7c6d compilation fix 2011-04-14 21:25:02 +02:00
anna a96895fac0 restore offline inspections results 2011-04-14 21:12:05 +02:00
anna fca3fe03cc EA-26124 - RE: BuildNumber.parseBuildNumber 2011-04-14 21:12:04 +02:00
anna aa0198b19b inplace: merge in one undo 2011-04-14 21:12:03 +02:00
anna 39e2c8eeeb EA-26929 - IAE: PsiBundle.visibilityPresentation 2011-04-14 21:12:03 +02:00
anna e3bea1a2c8 render long expressions (IDEA-68031) 2011-04-14 21:12:02 +02:00
peter 0a259250b0 IDEA-60268 When running unit tests in user project, stacktrace lines from IntelliJ JUnit runtime should be folded as internal calls 2011-04-14 20:35:49 +02:00
peter 60267d800a remove the old console folding API 2011-04-14 20:35:49 +02:00
peter 54d554f1d1 IDEA-63335 complete current statement error when statement spans on 2 lines 2011-04-14 20:35:48 +02:00
peter ff473e1ce0 no more word completion autopopup, even in plain text (IDEA-64781) 2011-04-14 20:35:48 +02:00
Roman Shevchenko f85c93ff06 Move Member conflict analysis delegated into handler 2011-04-14 20:19:29 +02:00
Eugene Kudelevsky 6c50c9c283 IDEA-25622 full support for completion/highlighting in drawable xml files 2011-04-14 22:00:18 +04:00
Eugene Zhuravlev b1a50f79fa fix dumb-mode race condition on startup (IDEA-67563) 2011-04-14 19:49:23 +02:00
Eugene Zhuravlev 32ee3ea91a StringBuffer->StringBuilder 2011-04-14 19:49:22 +02:00
sweinreuter c90e673699 IDEA-67497 XSLT: "Unused XML schema declaration" inspection: false positive for namespace declaration used in stylesheet object qualified name 2011-04-14 19:26:59 +02:00
sweinreuter 8d77cdf1b3 IDEA-66799: Explicit conversion to any-type isn't safe to be removed 2011-04-14 19:26:58 +02:00
sweinreuter 9dcf89ecbb IDEA-67497 XSLT: "Unused XML schema declaration" inspection: false positive for namespace declaration used in stylesheet object qualified name 2011-04-14 19:26:57 +02:00
sweinreuter 380ae32ce4 XmlFile.getVirtualFile() may be null here 2011-04-14 19:26:56 +02:00
peter b4a4ef7293 don't calculate grails domain return types on service initialization 2011-04-14 19:26:50 +02:00
peter 868418935f don't autopopup with word suggestions in groovy/java literals 2011-04-14 19:26:50 +02:00
peter cabb823fd2 word completion in groovy/java string literals (IDEA-61238) 2011-04-14 19:26:50 +02:00
peter e32c7644b5 IDEA-67250 Invoke completion automatically when none of the predefined live template variants match 2011-04-14 19:26:49 +02:00
peter a70cf1c7ed IDEA-67951 Suggest comparator type in Collections.sort() 2011-04-14 19:26:49 +02:00
andrey zaytsev 94aa1230cd IDEA-68093 IDEA-68128 2011-04-14 21:16:55 +04:00
Sergey Evdokimov 734a3b18c5 Add rules for some Grails tags. 2011-04-14 20:38:44 +04:00
Konstantin Bulenkov 53b1b4ddee make big and small checked icons with respect to selection 2011-04-14 20:19:28 +04:00
Konstantin Bulenkov 43b1f29b4d Db Diff support + API changes for Dir Diff 2011-04-14 19:30:07 +04:00