Commit Graph
167822 Commits
Author SHA1 Message Date
Anna Kozlova 3434d9cc47 method reference: capture wildcards of new expressions (IDEA-152115) 2016-02-25 19:42:52 +01:00
Julia Beliaeva e61918f015 [vcs-log] register Refresh shortcut in xml 2016-02-25 21:34:05 +03:00
Julia Beliaeva dfa80366c4 [vcs-log] refresh is enabled only if there is data manager and log ui in context 2016-02-25 21:34:05 +03:00
Vladimir Krivosheev 579c34be31 expose ProjectStateStorageManager for upsource
extract DirectoryBasedStorageBase for upsource
2016-02-25 19:24:12 +01:00
irengrig 5396a1bb18 do not validate any user schema file with any user schema - for WEB-20366 JSON Schema should not validate itself 2016-02-25 18:48:58 +01:00
Egor.Ushakov 4caabe011d IDEA-151867 ExtractMethodObject drops declaration of local variable when it is shared with a return value 2016-02-25 20:47:12 +03:00
Roman Shevchenko 18ea3ac04b [ui] heap dump action in OOME dialog (compressing) 2016-02-25 18:45:19 +01:00
irengrig 9654df6b1a json schema mapping pattern "all files under project directory" did not work because of relative path was not calculated correctly for path "." 2016-02-25 18:44:29 +01:00
Pavel Dolgov c1324d4adc javafx: Move duplicate code to a utility method (IDEA-150446) 2016-02-25 20:29:59 +03:00
Ekaterina Tuzova 1b6ae90291 do not use markdown processor blindly 2016-02-25 20:10:24 +03:00
irengrig d31ced2c43 WEB-20499 JSON Schema: in case of system and user schemas overlapping - use user schema only 2016-02-25 18:03:13 +01:00
Ekaterina Tuzova 2b62b29010 fixed PY-14204 Run all code in an IPython notebook via normal run dialog
Added Shift-F10 shortcut
2016-02-25 19:59:37 +03:00
Roman Shevchenko a7b7cd24c9 Cleanup (lambda-friendly overload; typos) 2016-02-25 17:55:45 +01:00
Roman Shevchenko a5185af568 [test framework] slow test skipping for bare test case 2016-02-25 17:45:18 +01:00
Kirill Likhodedov 0ea26bb848 vcs: IDEA-151547: display commit result in notification instead of modal error
Unify reporting errors/warnings & number of committed files
into a single notification.
2016-02-25 19:39:30 +03:00
Anna Kozlova 18e74c0b96 method reference -> lambda: remove redundant qualifier 2016-02-25 17:25:55 +01:00
Ekaterina Tuzova 344e4740d5 fixed PY-14204 Run all code in an IPython notebook via normal run dialog
Implemented as a separate action in Run menu
2016-02-25 19:20:08 +03:00
Ekaterina Tuzova 0407611c26 navigate between cells using keyboard 2016-02-25 19:20:08 +03:00
Anna Kozlova fdfa65ce72 fix compilation in community 2016-02-25 16:48:25 +01:00
Bas Leijdekkers 8e480807fc IG: improve isPresent() called check (IDEA-152076 & IDEA-152040) 2016-02-25 16:39:21 +01:00
Bas Leijdekkers 9f3e649088 IG: cleanup 2016-02-25 16:39:21 +01:00
Julia Beliaeva 77d8b3c1c3 [vcs-log] fix actions test 2016-02-25 18:28:07 +03:00
Roman Shevchenko 485ea85732 [tests] file watcher test optimization 2016-02-25 16:19:33 +01:00
Anna Kozlova f1ab9a9a91 bundle SceneBuilderKit 2016-02-25 16:17:33 +01:00
Anna Kozlova 59d1334e89 extract common conflict about method reference -> lambda conversion 2016-02-25 16:17:33 +01:00
Anna Kozlova 61816006f6 introduce parameter: expand method reference to lambda when new parameter introduced (IDEA-152125) 2016-02-25 16:17:33 +01:00
Anna Kozlova 716c8794ae safe delete: expand method reference to lambda if parameter is deleted (IDEA-152126) 2016-02-25 16:17:33 +01:00
Anna Kozlova fd22f13825 EA-79410 - NPE: SameReturnValueInspection.checkElement 2016-02-25 16:17:33 +01:00
Anna Kozlova 47ac87b9f8 invert boolean: allow to proceed with conflicts, convert method reference to lambda if needed 2016-02-25 16:17:33 +01:00
Vladimir Krivosheev b2f4cd8d24 simplify suspend context base 2016-02-25 16:04:27 +01:00
Sergey Malenkov 7e33cc8a82 IDEA-92401 Annoying help popup behavior when populating method 2016-02-25 17:59:35 +03:00
irengrig c074f3fb83 WEB-20519 JSON schema: non-string element in required section hangs IDE 2016-02-25 15:56:07 +01:00
Roman Shevchenko 27d4ea2dcb [tests] directory index restore test 2016-02-25 15:42:14 +01:00
Elizaveta Shashkova d128d3f08f Fix tests: merge two tests and do not step into library files in tests because of allowed roots check 2016-02-25 17:35:46 +03:00
Elizaveta Shashkova c67a468d9b Fix tests: add sleep to the main thread in order to stop in the child threads on the slow IronPython. 2016-02-25 17:35:45 +03:00
Dmitry Avdeev 71995cbdb4 new module dialog from Android Studio 2016-02-25 17:14:03 +03:00
Anton Tarasov 7c067bbf55 IDEA-152169 NVDA loses a11y focus when auto-completion popup is closed 2016-02-25 17:01:21 +03:00
irengrig 00cd692ceb WEB-20485 JSON Schema: do not try to validate non-JSON files 2016-02-25 14:50:07 +01:00
Pavel Dolgov c3a34f9372 javafx: Use modern API for sorting completion suggestions, store completion suggestions in cache (IDEA-150446) 2016-02-25 16:48:09 +03:00
Maxim.Mossienko 9f812e02db added documentation for parameter *inputId* reflecting that it should be positive 2016-02-25 14:30:53 +01:00
peter 0a2929c889 java typed-handler shouldn't prevent autopopup after dot in other languages 2016-02-25 14:26:34 +01:00
irengrig 85f4c04ac6 WEB-20485 JSON Schema: do not try to validate non-JSON files 2016-02-25 14:10:14 +01:00
Ekaterina Tuzova 575cddbd3d fixed PY-18360 Ipython notebook: sometimes cells don't run 2016-02-25 16:05:17 +03:00
Ekaterina Tuzova 57c227a9d0 fixed indentation in load_entry_point 2016-02-25 16:03:01 +03:00
Yann Cébron 586c75863e IDEA-152168 Avoid word IDEA only, write IntelliJ IDEA instead 2016-02-25 14:02:43 +01:00
Roman Shevchenko 0e8267ca6b Cleanup (unneeded exceptions) 2016-02-25 13:50:22 +01:00
Maxim.Mossienko 007e54fc74 - better error message
- code readability with extracted method
2016-02-25 13:34:05 +01:00
Vladislav.Soroka 1b33820b2a gradle: find task by task path also 2016-02-25 15:30:55 +03:00
Vladislav.Soroka e3284357e0 IDEA-151982 The new Gradle import creates an unnecessary top-level groups 2016-02-25 15:30:55 +03:00
Vladimir Krivosheev efedd80561 do not step into transpiled code if not mapped — don't update lastCallFrame
pass vm explicitly
2016-02-25 13:28:18 +01:00