Commit Graph
84682 Commits
Author SHA1 Message Date
peter 116c7fdcd0 fixture-based CopyReferenceTest in community 2012-07-05 20:49:17 +02:00
peter 3cc055c6ec IDEA-88356 Some tips are not read 2012-07-05 20:49:16 +02:00
Alexander Zolotov fbded7d139 Investigation completed. Tests of XmlSmartEnterProcessor fixed 2012-07-05 22:25:16 +04:00
anna 787ebf3ea1 Merge remote-tracking branch 'origin/master' 2012-07-05 19:30:41 +02:00
Eugene Zhuravlev 3159bccc7d ensure that all FS events that had happened before the moment the build was scheduled, will be visible to this build 2012-07-05 19:28:48 +02:00
Gregory.Shrago a6674890a1 IDEA-63258 Database table editor: Escape does not work in cell editing mode in specific (most) cases 2012-07-05 21:27:21 +04:00
anna a934a46b36 EA-37003 - assert: DocumentImpl.createRangeMarker 2012-07-05 19:24:05 +02:00
anna 8ed1685708 EA-36638 - IAE: DialogWrapperPeerImpl.<init> 2012-07-05 19:16:15 +02:00
Sergey Evdokimov 731f9f7465 Change default plugin descriptor. 2012-07-05 21:12:27 +04:00
anna 537ff318cd EA-36848 - assert: FileManagerImpl.findDirectory 2012-07-05 19:09:35 +02:00
anna d6391f97fc EA-36863 - NPE: ProblemDescriptorImpl.<init> 2012-07-05 19:06:02 +02:00
anna 028742f47b cumulative statistics for all fixes (IDEA-88318) 2012-07-05 17:10:49 +02:00
Eugene Zhuravlev 659b4291a2 render strings and escaped symbols according to editor color scheme 2012-07-05 16:34:16 +02:00
anna 89653cb1f1 method conflicts resolution (IDEA-87672) 2012-07-05 16:13:22 +02:00
anna d18b86df35 create method from usage: create type params for static methods created in generics classes as class type params won't be accessible (IDEA-87688) 2012-07-05 16:13:21 +02:00
anna 7678df1cbb IDEA-87652 2012-07-05 16:13:20 +02:00
Sergey Simonchik cf90acfe21 JBCheckBox can have both text icon and standard checkbox icon 2012-07-05 18:03:01 +04:00
Maxim.Medvedev 2fb0e19aae fix sdk version caching 2012-07-05 17:52:14 +04:00
Eugene Kudelevsky 79312ebe92 IDEA-88338 fix android logcat filtering on android 4.1 2012-07-05 17:26:14 +04:00
Eugene Kudelevsky 0418597122 EA-37137 fix already disposed 2012-07-05 17:26:13 +04:00
Maxim.Medvedev bb7ba2b5ec IDEA-87834 Groovy: 'Split string' intention 2012-07-05 16:16:11 +04:00
Maxim.Medvedev 66adfbb142 'remove unnecessary escape characters from string' intention 2012-07-05 16:16:10 +04:00
Maxim.Medvedev 55c2d4a36a select expression to convert to GString 2012-07-05 16:16:09 +04:00
Maxim.Medvedev 28e1d2cdd7 'Convert String to multiline' honor existing escapes 2012-07-05 16:16:08 +04:00
Maxim.Medvedev 1f96dbed5b 'Convert Gstring to String' honor existing escapes 2012-07-05 16:16:07 +04:00
Maxim.Medvedev 0d255e5fee convert concatenation to GString honor existing escapes 2012-07-05 16:16:06 +04:00
Maxim.Medvedev 209ee93c88 IDEA-88134 Groovy: highlight public modifier before generic method in interface as error in Groovy <= 1.8 2012-07-05 16:13:45 +04:00
Maxim.Medvedev 2e02088000 don't cache sdk version. caching works incorrect 2012-07-05 16:12:37 +04:00
Denis.Zhdanov de1f363aa9 IDEA-88337 Reformatting code in file forces "Do not show this dialog in the future" 2012-07-05 16:04:46 +04:00
Eugene Zhuravlev 83c1613470 eclipse compiler 4.2 bundled 2012-07-05 13:58:57 +02:00
Eugene Zhuravlev 5cd2b189cd external build: support -proceedOnError option for Eclipse compiler 2012-07-05 12:56:41 +02:00
Eugene Zhuravlev 5a5699996a always add -noExit option to eclipse compiler 2012-07-05 12:56:41 +02:00
Alexander Kirillin 72aa883fe6 IDEA-88334 There is no middle matching in the goto inspection popup. 2012-07-05 14:27:06 +04:00
Roman Shevchenko 0b8545807d Consistent handling of >100 paths on building .tar's (no more useless warnings) 2012-07-05 12:24:18 +02:00
Roman Shevchenko 2b045cd397 Correct handling of lambdas by 'Unnecessary Return' inspection 2012-07-05 12:24:17 +02:00
Roman Shevchenko 9e4846f894 Cleanup (registry and related usages) 2012-07-05 12:24:17 +02:00
Roman Shevchenko cabf251005 Cleanup (com.intellij.Patches and related usages) 2012-07-05 12:24:16 +02:00
Roman Shevchenko 00284beefc Typos 2012-07-05 12:24:16 +02:00
Roman Shevchenko 9e55a94daa IDEA-87384 (file channel copying appear to be slower and less reliable) 2012-07-05 12:24:16 +02:00
Roman Shevchenko e796806922 Fix test 2012-07-05 12:24:15 +02:00
Oleg Sukhodolsky 2a8bba7a4e RUBY-11499: BaseIndentEnterHandler improved to handle different settings and with different inputs
#RUBY-11499 fixed
2012-07-05 13:55:45 +04:00
Denis.Zhdanov 6ab806079d IDEA-66333 Quick documentation lookup on mouse hover
Don't overwrite documentation for the element under cursor by documentation for the element under caret
2012-07-05 13:09:21 +04:00
Alexander Zolotov 9ff53a0814 WI-525: Complete statement (Control + Shift + Enter) does not work in html
- modify XmlSmartEnterProcessor in order to support usecase described in issue
2012-07-05 13:07:21 +04:00
anna 961086a6d1 do not skip control flow for unreachable code (IDEA-87654) 2012-07-05 11:02:17 +02:00
anna 27da3854d3 do not suggest to remove qualifier if fix would produce illegal forward ref (IDEA-87640) 2012-07-05 11:02:16 +02:00
Denis.Zhdanov 7937be4c15 IDEA-66333 Quick documentation lookup on mouse hover
Don't attempt to move pinned quick doc control to front because it steals focus from the editor
2012-07-05 12:21:08 +04:00
Eugene Kudelevsky 49ee384fcc upgrade android libraries 2012-07-05 12:17:44 +04:00
Denis.Zhdanov f3f2b0c022 IDEA-66333 Quick documentation lookup on mouse hover
Avoid multiple listener (de)registration for the same document  - document logs that as an error internally
2012-07-05 11:29:46 +04:00
Yann Cébron 56d6379901 "jsessionid" to dictionary 2012-07-05 09:06:53 +02:00
Yann Cébron 58c93faaf6 "attlist" to dictionary 2012-07-05 09:05:39 +02:00