Commit Graph
124182 Commits
Author SHA1 Message Date
Mikhail Golubev 6900ca8776 IDEA-121077 Fix JQL query construction in JIRA connector 2014-02-21 01:23:57 +04:00
Roman Shevchenko d2513fa0c0 java: wrong method used 2014-02-20 22:19:55 +01:00
Roman Shevchenko 9fd2a227ff groovy: not-so-fast performance test excluded from the suite 2014-02-20 22:17:56 +01:00
Roman Shevchenko 6c6ac37cf6 java: ability to skip slow tests 2014-02-20 22:11:48 +01:00
Roman Shevchenko f2ed5a62ca Cleanup (platform tests moved to platform) 2014-02-20 20:53:37 +01:00
Roman Shevchenko 9c85eb9287 Cleanup (dead code; readability; typos; annotations) 2014-02-20 20:53:37 +01:00
Roman Shevchenko 0799e8b8e5 Cleanup (common class extracted) 2014-02-20 20:53:37 +01:00
Vladimir Krivosheev 815bba3d7e pass project to psi file factory 2014-02-20 20:42:57 +01:00
Vladimir Krivosheev 00f817a83f LanguageConsoleImpl is not intended to be extended 2014-02-20 20:42:57 +01:00
Vladimir Krivosheev 0b90dc8e74 add todo note 2014-02-20 20:42:57 +01:00
Vladimir Krivosheev 2c034c0a2c implement ConsoleJavaScriptInspectionFilter 2014-02-20 20:42:56 +01:00
Anna Kozlova a38c63ca8a new inference: isAcceptable for method reference 2014-02-20 20:27:41 +01:00
Anna Kozlova a4deb4da3d new inference: isAcceptable for lambda 2014-02-20 20:27:40 +01:00
Anna Kozlova de7f053c42 new inference: do not accept varargs when array is passed there 2014-02-20 20:27:39 +01:00
Anna Kozlova 9fc4b68c25 new inference: take into account site substitutors during additional constraints gathering 2014-02-20 20:27:38 +01:00
peter 6a5b57db26 dispose previous root model when changing to a new one without events 2014-02-20 20:08:19 +01:00
peter 751ec20cc5 save one volatile read on each charAt in editor 2014-02-20 20:05:41 +01:00
Vladimir Krivosheev 5349f1e09a language console: revert "disable DaemonCodeAnalyzer " 2014-02-20 18:53:28 +01:00
Denis Fokin db3a3d6043 Fixed incorrect YesNoCancel behaviour, html in message is handled properly now, size of text in the message is taken into account, esc works properly, better message width and height calculation based on the text area and number of buttons in the message. 2014-02-20 21:30:53 +04:00
Vladimir Krivosheev c582c37d3b fix offset calculation
remove incorrect call — it is right gutter responsibility
2014-02-20 16:59:07 +01:00
Vladimir Krivosheev fb25259d21 js repl: setOneLineMode true (will be or not moved as platform default after discussion) 2014-02-20 16:38:46 +01:00
Vladimir Krivosheev 399620149a disable DaemonCodeAnalyzer for console editor — the same as EditorTextField does +review 2014-02-20 16:38:46 +01:00
Eugene Zhuravlev 74f13972f7 fixing compiler storage data integrity for certain cases when classes are moved between modules 2014-02-20 19:34:06 +04:00
peter 9491e6dd8d IDEA-120625 Save file as template 2014-02-20 16:26:35 +01:00
peter 1a50247d62 IDEA-116706 Unselect word at caret doesn't work reversing through lambdarized anonymous class 2014-02-20 16:26:34 +01:00
peter 374e421b7d IDEA-76185 Macro: $SelectionStartColumn$ and $SelectionEndColumn$ external tools macros count tabs as expanded spaces 2014-02-20 16:26:34 +01:00
peter 4e1ae10c15 PathMacroMap: add clarifying comments about by-reference string comparison 2014-02-20 16:26:34 +01:00
Vladimir Krivosheev 3510a84ace setAdditionalLinesCount = 1 2014-02-20 16:03:33 +01:00
Vladimir Krivosheev 0d4ce76317 don't set setRightMarginShown twice — ConsoleViewUtil is enough 2014-02-20 16:03:32 +01:00
Vladimir Krivosheev a51adfb24d LanguageConsoleImpl is not intended to be extended 2014-02-20 16:03:32 +01:00
Vladimir Krivosheev b792a8cd87 cleanup 2014-02-20 16:03:32 +01:00
Vladimir Krivosheev bcaeaeb6d3 cleanup 2014-02-20 16:03:31 +01:00
Vladimir Krivosheev bbae05d6d7 deprecate createActions — LanguageConsoleImpl is not intended to be extended (actually, it is not used in our code, but we keep method to ensure backward compatibility) 2014-02-20 16:03:31 +01:00
Vladimir Krivosheev 752e2688c0 cleanup 2014-02-20 16:03:31 +01:00
Vladimir Krivosheev 0dbe4483ac add isEmptyCommandExecutionAllowed, by default true 2014-02-20 16:03:30 +01:00
Dmitry Batrak ec8a5d224a IDEA-80056 Column selection mode improvement
avoid leaking Editor
2014-02-20 18:49:56 +04:00
Vladimir Orlov 83550bf5c1 Merge remote-tracking branch 'origin/master' 2014-02-20 18:45:19 +04:00
Vladimir Orlov f85aa38a1f IDEA-120866 Improve usability of 'Uninstall old version(s)' step 2014-02-20 18:42:31 +04:00
Vladimir Krivosheev ffd542c382 CR-IC-4381#c22616 2014-02-20 15:12:39 +01:00
Sergey Evdokimov 62acb09094 Show error message when disable broken plugin. 2014-02-20 18:01:56 +04:00
Vladimir Krivosheev 5a79c2824d CR-IC-4381#CFR-71852 2014-02-20 14:43:13 +01:00
Vladimir Krivosheev 90e7243305 CR-IC-4381#CFR-71852 2014-02-20 14:39:25 +01:00
Vladimir Krivosheev a5f7dd7ff7 accidentally committed — revert 2014-02-20 14:35:20 +01:00
Yaroslav Lepenkin 3437a1ed78 optimize imports on project: exception fixed, removed unused method
invocation
2014-02-20 17:31:27 +04:00
Vladimir Krivosheev 638f8f1030 don't setup delegating color scheme twice — ConsoleViewUtil is enough +review 2014-02-20 14:26:18 +01:00
Vladimir Krivosheev d785cf63c9 @NotNull 2014-02-20 14:26:18 +01:00
Vladimir Krivosheev 55e67f69d4 don't execute empty command 2014-02-20 14:26:17 +01:00
Vladimir Krivosheev 5febcfeef8 isEmptyOrSpaces accepts CharSequence +review 2014-02-20 14:26:17 +01:00
Vladimir Krivosheev 2610e6c2fa cleanup 2014-02-20 14:26:17 +01:00
Vladimir Krivosheev 5a83918571 deprecate setTextToEditor 2014-02-20 14:26:16 +01:00