Commit Graph
127678 Commits
Author SHA1 Message Date
Anna Kozlova 1698f7bb29 testdata: ensure method ref qualified are checked over static problems 2014-04-22 20:02:41 +02:00
Anna Kozlova b49d8e753f testdata 2014-04-22 20:02:40 +02:00
Anna Kozlova f1f6fcf53b functional interfaces: ignore methods with type parameters during abstract method choosing 2014-04-22 20:02:38 +02:00
Anna Kozlova a55db18089 lambda: accept intersection type when exactly one conjunct is functional 2014-04-22 20:02:37 +02:00
Anna Kozlova 4a34bd569b do not report unrelated return type error only for generics methods 2014-04-22 20:02:36 +02:00
Anna Kozlova 76a9293609 testdata 2014-04-22 20:02:34 +02:00
Anna Kozlova 17b020f7c2 new overload resolution: covariant comparison of return types 2014-04-22 20:02:33 +02:00
Anna Kozlova 98ab76f060 new overload resolution: most specific check on invalid class exceptions fixed 2014-04-22 20:02:32 +02:00
Anna Kozlova 552dfe92a9 lambda: intersection type produces conjunction of abstract methods 2014-04-22 20:02:30 +02:00
Anna Kozlova bd9dbfc7d5 testdata 2014-04-22 20:02:29 +02:00
Anna Kozlova 9914757d15 warn about underscore identifier 2014-04-22 20:02:28 +02:00
Nadya Zabrodina 72ae579262 IDEA-109187 new HgReference validator implemented
*input validator added got user's input branch/tag and bookmark names;
*document listener  in appropriate dialogs changed to DocumentAdapter;
*new parametrization test added for hg reference validation;
*annotations added
2014-04-22 21:32:35 +04:00
Nadya Zabrodina d86307edf8 tip reference moved as a separated static constant to HgUtil 2014-04-22 21:32:35 +04:00
Alexander Zolotov 71cd276902 Fix scrolling in module aware configurables [r=ushakov] 2014-04-22 21:14:24 +04:00
Denis Fokin 37ed33ea25 Missed commit for IDEA-79312 2014-04-22 20:09:32 +04:00
Denis Fokin da52f84cb9 IDEA-79312 text cursor gets lost - could bee disabled by focus.fix.lost.cursor key 2014-04-22 20:08:34 +04:00
Kirill Likhodedov a39b28975b [git log] IDEA-122305 Fix structure filter.
Use --sparse only when requesting the whole history.

Additionally use "--simplify-merge" in case of structure filter to
avoid unrelated merges.
2014-04-22 19:56:08 +04:00
Gregory.Shrago 339dd236a7 beforeShown() & preselect laf-default editor scheme 2 2014-04-22 19:35:06 +04:00
Sergey Ignatov 17e8b302bc ctrl+delete/ctrl+backspace enhancements
IDEA-100906 Ruby-Editor: CTRL+BACKSPACE Could Not Delete A String
2014-04-22 19:15:24 +04:00
Konstantin Bulenkov a95fd00fb3 remove copyright messages 2014-04-22 16:44:08 +02:00
peter bf06d9dcf9 read-action for getFilesForFastWordSearch 2014-04-22 16:27:20 +02:00
peter cdcd77096f IDEA-123687 Velocity formatter inserts wrong linebreak 2014-04-22 15:53:27 +02:00
Rustam Vishnyakov 562443f6e9 Fixed WI-17474 Custom Folding: defaultstate="collapsed" does not seem to have any effect (the node itself is already a line comment) 2014-04-22 17:01:00 +04:00
Rustam Vishnyakov d86998d6dd Cleanup warnings 2014-04-22 17:01:00 +04:00
Vladimir Krivosheev 4bbd22c4f4 jb v8 debug protocol: evaluate 2014-04-22 14:58:35 +02:00
Alexey Kudravtsev 46eaf0be86 NPE 2014-04-22 16:45:19 +04:00
Alexey Kudravtsev 4101b8c172 cleanup 2014-04-22 16:45:17 +04:00
Alexey Kudravtsev 399e745dec write action required 2014-04-22 16:45:15 +04:00
peter 004dfc4021 IDEA-124220 Auto-popup parameter info should work after smart completion which inserted a comma 2014-04-22 14:34:31 +02:00
peter 0bd06e5e39 More on comparison that is always false due to being out of type range on implicit type conversion (IDEA-124210) 2014-04-22 14:34:31 +02:00
Anton Makeev b6bccb78e0 AppCode: minimum OS X version specified in .app 2014-04-22 14:24:32 +02:00
Konstantin Bulenkov ca8a657ded add aliases for Lafs 2014-04-22 14:10:01 +02:00
Vladislav.Soroka e254ebf6c0 Merge branch 'master' of git.labs.intellij.net:idea/community 2014-04-22 16:04:41 +04:00
Vladislav.Soroka 5c594f677d Gradle: update Tooling API version up to 1.12-rc-1 2014-04-22 15:56:40 +04:00
Ekaterina Tuzova 17fcca31ba Merge remote-tracking branch 'origin/master' 2014-04-22 15:52:01 +04:00
Kirill Likhodedov 5248eb0905 IDEA-119996 FilePathImpl: avoid VFS refresh from getVirtualFile etc.
Actually, a revert of e31663b & ee19cc4 & 57c4367.

There is the public refresh() methods for those who needs to refresh.
Otherwise getPath(), isDirectory() and getVirtualFile() itself are
accessed from too many places and too often, and clients are not
aware that it may be costly to call this method frequently.
2014-04-22 15:50:08 +04:00
Kirill Likhodedov 9c69111454 [vcs] Reuse the VirtualFile instead of creating FilePathImpl on File
Relates to IDEA-119996
2014-04-22 15:50:07 +04:00
Ekaterina Tuzova c08f50bfaf fixed EA-54835 - NPE: PythonNoseTestConfigurationProducer.isAvailable 2014-04-22 15:47:08 +04:00
Ekaterina Tuzova d62771184d fixed EA-55749 - AIOOBE: PyStructuredDocstringFormatter.formatDocstring 2014-04-22 15:46:17 +04:00
Gregory.Shrago c9a1c11f9c apply laf once, fix stale bg, add beforeShown() & preselect laf-default editor scheme 2014-04-22 15:09:01 +04:00
Ekaterina Tuzova 3e576c2cb0 fixed EA-55872 - NPE: PyProtectedMemberInspection$Visitor.checkReference 2014-04-22 15:03:59 +04:00
Vladimir Krivosheev 147c647523 use ValueType enum instead of plain numbers 2014-04-22 11:49:11 +02:00
Aleksey Pivovarov 2e517c5603 IDEA-112050 vcs: fix ByteBuffer to array conversion 2014-04-22 13:27:02 +04:00
Sergey Simonchik 97a6a21c7c possible race condition fixed 2014-04-22 13:20:48 +04:00
Sergey Simonchik cb20ef57f4 Prevent horizontal scrollbar appearance if an error message is too long 2014-04-22 13:19:11 +04:00
Dmitry Avdeev cbb86d488d IDEA-124021 Cannot resolve method 'print(int)' with JSP custom tags: comment 2014-04-22 12:50:48 +04:00
Dmitry Avdeev 362b4d74fc IDEA-123986 New project wizard: remove highlighting from disabled templates 2014-04-22 12:28:28 +04:00
nik cc57b3958d do not include runtime dependencies to compilation scope (ZD-25927) 2014-04-22 12:12:48 +04:00
nik 7ac3c11ddd paste rich-text data: NPE fixed 2014-04-22 11:31:23 +04:00
Andrey Starovoyt 89ca1576e0 Extract Java live postfix templates provider 2014-04-22 11:06:29 +04:00