Commit Graph
181958 Commits
Author SHA1 Message Date
Egor.Ushakov eaa678bcb1 cleanup 2016-10-24 19:09:47 +03:00
Aleksey Pivovarov 19e7ba8ea2 diff: "Jump to Source" - do not use CommonDataKeys.NAVIGATABLE to avoid clash with code navigation 2016-10-24 18:50:39 +03:00
Aleksey Pivovarov 177e08adde diff: "Jump to Source" - consume shortcut if action is disabled 2016-10-24 18:50:38 +03:00
Aleksey Pivovarov a4d2c39801 diff: "Jump to Source" - do not open temporary binary files 2016-10-24 18:50:38 +03:00
Roman Shevchenko e68299027f [java] module files change tracker - more lightweight instance cache (IDEA-CR-14933) 2016-10-24 17:46:09 +02:00
Roman Shevchenko 97d77de7e5 Cleanup (cosmetics - IDEA-CR-14871) 2016-10-24 17:26:43 +02:00
Roman Shevchenko 330d2308f7 Merge remote-tracking branch 'origin/master' 2016-10-24 17:18:02 +02:00
Roman Shevchenko 7f0f232c83 [java] module files change tracker 2016-10-24 17:17:30 +02:00
Julia Beliaeva 7e7c61bfe7 [vcs-log] minor: better format 2016-10-24 18:15:29 +03:00
Julia Beliaeva 62684227ed [vcs-log] minor: use Comparator.comparing 2016-10-24 18:15:29 +03:00
Julia Beliaeva d136b61fe5 [vcs-log] minor: remove unused method 2016-10-24 18:15:29 +03:00
Julia Beliaeva 4e0136fd36 [vcs-log] minor: use method references 2016-10-24 18:15:29 +03:00
Julia Beliaeva 6bbe998a25 [vcs-log] minor: move file and user filter classes to impl package 2016-10-24 18:15:29 +03:00
Julia Beliaeva 5d2088a0cf [vcs-log] minor: move VcsLogStorage to data 2016-10-24 18:15:29 +03:00
Julia Beliaeva 40a3bba4d6 [vcs-log] minor: move VcsLogRootFilterImpl to impl package 2016-10-24 18:15:29 +03:00
Julia Beliaeva 9c41de2ebb [vcs-log] minor: move TroveUtil to util package 2016-10-24 18:15:29 +03:00
Roman Shevchenko c42ed9ae73 [java] fixes module resolve results caching 2016-10-24 17:09:22 +02:00
Vassiliy.Kudryashov ed747f69a1 Add new action: Maximize/Restore Active Dialog 2016-10-24 18:09:14 +03:00
Vassiliy.Kudryashov 5b322bd7b0 Don't resize non-resizable dialogs 2016-10-24 18:09:12 +03:00
nik 5489ddf54a build scripts: don't fail if JRE for Windows isn't available (IDEA-163031, IDEA-CR-14908) 2016-10-24 17:57:56 +03:00
Dmitry Batrak 973341802b avoid caret visual position changes on parameter hints adding (IDEA-115424) 2016-10-24 17:56:23 +03:00
Dmitry Batkovich 1cb5141dbe revert redundant Project argument since getFilesToSearchInPsi() is accessed only in EDT 2016-10-24 17:54:33 +03:00
Anna.Kozlova 74bff6fc25 junit: don't treat provider methods as test methods (IDEA-163058) 2016-10-24 16:50:04 +02:00
Dmitry Batkovich 4c72b12c6a function expression searcher: find most likely files only among of files where occurrences was found 2016-10-24 17:47:31 +03:00
Rustam Vishnyakov 2e49c8b904 Adjust indent synchronously on relatively small files 2016-10-24 17:41:17 +03:00
Semyon Proshev e5d97680e6 PY-20832 Fixed: __iter__ is not inferred from for-statement
Update PyNamedParameterImpl.collectUsedAttributes to honour for-statements
2016-10-24 17:39:30 +03:00
Semyon Proshev f7c6927a06 PY-20833 Fixed: __len__ is not inferred from len(...)-statement
Update PyNamedParameterImpl.collectUsedAttributes to honour len(...)-statements
2016-10-24 17:39:29 +03:00
Semyon Proshev a0c3bdf922 PY-20364 Fixed: Hinting does not support basestring in open()
Replace actual basestring type with union of str and unicode while matching types in PyTypeChecker
2016-10-24 17:37:20 +03:00
Semyon Proshev 1b3872e12b PY-20939 Fixed: PyCharm should not suggest to update locally patched package of the last version
Override compareVersions in PyPackageManagementService to catch equal package versions which are not handled by VERSION_COMPARATOR
2016-10-24 17:35:43 +03:00
Dmitry Batrak 0ef3e04e70 make Caret.getOffset() work correctly from a side thread (under read action)
caret/selection marker disposal will be handled by RangeMarkerTree when no references to them will be left
2016-10-24 17:29:58 +03:00
Alexey Kudravtsev 110809ebe5 NPE 2016-10-24 17:23:25 +03:00
Alexey Kudravtsev 1132ae9d98 cleanup 2016-10-24 17:23:25 +03:00
Alexey Kudravtsev a6015a406d NPE 2016-10-24 17:23:25 +03:00
Nadya Zabrodina b10cfa397e [patch]: (IDEA-91846) use balloons for warn/info instead of dialogs
* remove unnecessary parameter in showError method,
 use it only for real errors;
* cleanUp;
2016-10-24 17:19:14 +03:00
Vladimir Krivosheev 466c47f462 IDEA-CR-14800 use == to compare attributes 2016-10-24 16:03:22 +02:00
Sergey Malenkov 7812479b2c IDEA-162301 NPE at com.intellij.ui.popup.PopupDispatcher.a 2016-10-24 16:56:15 +03:00
Vladislav.Soroka bd76aee619 maven: extensions tests fix 2016-10-24 16:31:40 +03:00
nik d40959f8ac build scripts: product-independent helper scripts for Mac OS distributions moved to platform 2016-10-24 16:27:03 +03:00
Dmitry Avdeev 8236be94c3 IDEA-162583 "Changed files" not available anymore in "Project" tool window. Instead "Tests" is li... 2016-10-24 15:48:54 +03:00
Nadya Zabrodina 82b073e0ad [shelf]: (IDEA-162691) shelving PNG files with the same name 2016-10-24 15:39:49 +03:00
Vassiliy.Kudryashov 1250c2c4da IDEA-162314 Scrolling menu should update position of expanded submenu 2016-10-24 15:29:17 +03:00
Alexey Kudravtsev 677a5280eb annotate varargs methods with SafeVarargs or add corresponding external annotation to get rid of yellow callsites 2016-10-24 15:11:30 +03:00
Alexey Kudravtsev e391391526 look for SafeVarargs in external annotations to get rid of yellow code when java8-level code calls java6-level varargs method. 2016-10-24 15:11:30 +03:00
Alexey Kudravtsev cf5b631d63 cleanup 2016-10-24 15:11:30 +03:00
Alexey Kudravtsev b05aa30957 lambdify, cleanup 2016-10-24 15:11:30 +03:00
Elizaveta Shashkova 98a6439c2a Failed getting template line shouldn't break debugging for the current frame (PY-20545) 2016-10-24 15:01:38 +03:00
Dmitry Batrak 9085c59f36 Remove access to caret offset from a side thread without read action, result doesn't seem to be used anyway
(for IDEA-135620)
2016-10-24 14:55:04 +03:00
Dmitry Batrak 71cde419d2 fix test
(for IDEA-135620)
2016-10-24 14:55:04 +03:00
Dmitry Batrak c8d8f09f6e add a performance test for typing with multiple carets
(for IDEA-135620)
2016-10-24 14:55:04 +03:00
Dmitry Batrak f7dedd0656 avoid unnecessary position panel updates
(for IDEA-135620)
2016-10-24 14:55:04 +03:00