Commit Graph
163631 Commits
Author SHA1 Message Date
Anna Kozlova 621795bbee isApplicability check based on pertinentToApplicability 2015-11-30 15:11:41 +01:00
Bas Leijdekkers d84e18ec58 add call/method/type hierarchy predefined scope 2015-11-30 15:04:09 +01:00
Bas Leijdekkers 4b547ab2fe speed search for scopes combo box in file colors settings 2015-11-30 15:04:08 +01:00
Dmitry Batrak 90794228ab preserve consistency of EditorSizeManager state when editor is modified while it's hidden 2015-11-30 17:00:07 +03:00
Dennis Ushakov af6ecf90bc find same-named module in case of multi-module project 2015-11-30 15:45:42 +03:00
Ivan Chirkov 37060b91ab Correct build number comparison for update check IDEA-CR-7070 2015-11-30 13:23:41 +01:00
Sergey Simonchik f79d6fb7b5 add external pass to main passes (WEB-19179) 2015-11-30 14:23:08 +03:00
Yann Cébron 05cdbf6699 EA-67407 - assert: AbstractTreeUi._expand - add logging 2015-11-30 11:59:35 +01:00
Konstantin Kolosovsky 75de2d4d91 vcs: Refactored "IncomingChangesViewProvider" - removed unnecessary panel for wrapping "CommittedChangesTreeBrowser" component 2015-11-30 13:49:11 +03:00
Konstantin Kolosovsky 37b5e892ff IDEA-114135 Fixed disposing "Version Control" tool window tabs registered using "changesViewContent" extension point - set correct disposer for created "Content" instances 2015-11-30 13:49:11 +03:00
peter f59f3ecdcd autopopup tests: check document text instead of psi 2015-11-30 10:50:01 +01:00
Aleksey Pivovarov 8866374233 diff: calculate diff synchronously in color settings
this should fix blinking DiffColorSettingsTest
2015-11-30 12:34:02 +03:00
Dmitry Batrak b1f6d9b57f deprecate legacy scaling in performance tests 2015-11-30 11:58:49 +03:00
Dmitry Batrak 65d61599f8 revert commit 86d3361 as it's causing exceptions on editor opening 2015-11-30 11:46:42 +03:00
Dmitry Batrak 86d3361105 preserve consistency of EditorSizeManager state when editor is modified while it's hidden 2015-11-30 11:28:17 +03:00
Dennis Ushakov a478299fd4 updated schemes for php 2015-11-30 10:51:18 +03:00
Alexey Ushakov 40e7343ce3 IDEA-57233 Editor font antialising/appearance problems on Linux
Corrected jdk bundle check for non-standard jdk bundles on mac
2015-11-30 01:43:43 +03:00
Roman Shevchenko 24f33773d3 Merge remote-tracking branch 'origin/master' 2015-11-29 16:19:03 +01:00
Roman Shevchenko e7d31e636d [ui] OOME dialog tweaks (IDEA-148538)
- 'ignore' action renamed to 'continue' to better reflect it's meaning
- size fields show last edited value
- 'changes will be saved' label emphasized
- layout tweaked
2015-11-29 16:17:59 +01:00
Roman Shevchenko b6c21237d5 [platform] do not ignore message-less OOME 2015-11-29 13:16:36 +01:00
Kirill Likhodedov b421683523 [git] Refresh local changes also if HEAD changes, or if current branch head changes
Relates to IDEA-100199
2015-11-29 13:54:58 +03:00
peter 6094cce6ee dequadratize KeymapImpl.getActionIds() 2015-11-28 14:47:55 +01:00
Eugene Zhuravlev 65eb660069 downgdading ecj compiler to version 4.4.2, the latest one compiled with target bytecode 1.6 2015-11-28 14:16:29 +01:00
Bas Leijdekkers 679e37d94c IDEA-148485 ("Missing @Deprecated annotation" should not warn about missing @deperecated if javadoc for parent method have good javadoc) 2015-11-28 11:04:49 +01:00
peter 9dc2a8c86c break SOE in getContainingFile (EA-73885 - SOE: ASTDelegatePsiElement.getContainingFile) 2015-11-28 10:15:37 +01:00
Bas Leijdekkers cdf005e23a set focus to scope chooser combo when selecting custom scope 2015-11-28 00:05:22 +01:00
Bas Leijdekkers 5a40b8b8b9 speed search for scope chooser combo box 2015-11-28 00:05:21 +01:00
Bas Leijdekkers 06b796df36 IG: introduce utility method 2015-11-28 00:05:20 +01:00
Eugene Kudelevsky 88cd8c4b83 lower log level to avoid verbose logging in IDEA for Upsource 2015-11-28 01:33:07 +03:00
peter 7da99fa438 restore EditorNotifications in test mode 2015-11-27 21:47:55 +01:00
nik e14bc99821 removed incorrect dependency on 'util' module from 'forms_rt' 2015-11-27 21:27:26 +03:00
Maxim.Mossienko 3ac5fda632 more robust code for zip handles when the files were changed (IDEA-148458) 2015-11-27 19:25:30 +01:00
Maxim.Mossienko 7d3ec630d9 [performance] do not cache in vfs content for inner classes 2015-11-27 19:22:50 +01:00
Aleksey Pivovarov 802fc6266f merge: fix freeze on merge window close with ESC (or cross)
MergeTool spends a lot of time listening to external changes.
We should destroy MergeViewer before restoring initial state to avoid it (viewer can't do it itself, as on explicit 'cancel' action).
2015-11-27 20:13:38 +03:00
Anna Kozlova 637de4e9e0 fix overriding from the classes with the same short names 2015-11-27 18:04:56 +01:00
Anna Kozlova e740dbe245 testdata for IDEA-148553 2015-11-27 18:04:56 +01:00
Anna Kozlova 4eb00b634a injections: switch from injections to top level editor if extracted expression contains the whole injected fragment (IDEA-148471) 2015-11-27 18:04:56 +01:00
Anna Kozlova 06e3b55e89 redundant cast: provide context for method call to be processed in case it is available (IDEA-148584) 2015-11-27 18:04:56 +01:00
Anna Kozlova e36070c6d8 get rid of groovy duplication; treat same name fields/params in constructor generation (IDEA-148338) 2015-11-27 18:04:56 +01:00
Anton Tarasov ba78dc9fd8 TextAreasTest.test1: add temp logging 2015-11-27 19:01:09 +03:00
Maxim.Mossienko 7bf754f94b [performance for 143] make somewhat less intrusive but more public way of reusing loaded file content 2015-11-27 16:40:31 +01:00
Aleksey Pivovarov a50c877de9 diff: pass caret positions on "compare two files" actions in 3-way diff/merge 2015-11-27 18:26:05 +03:00
Kirill Likhodedov 7c50ebf748 [git] IDEA-100199 refresh local changes after external soft reset
.index doesn't change after soft reset, however ORIG_HEAD does.
2015-11-27 18:23:33 +03:00
Dmitry Avdeev f04a6e5eac IDEA-148420 Run config icon in gutter for running Java main method instead of green triangle 2015-11-27 17:59:35 +03:00
Roman Shevchenko 12035d2e19 Cleanup (todo note added) 2015-11-27 15:52:39 +01:00
Roman Shevchenko 21e5cc4d12 [platform] correct path comparison in Java extension classpath filtering (IDEA-CR-7121) 2015-11-27 15:50:59 +01:00
Aleksey Pivovarov 806c98e667 IDEA-148597 vcs: ChangesBrowser toolbar should rely on it's own DataContext 2015-11-27 17:39:11 +03:00
peter 1a7447a280 add toString for smart pointers 2015-11-27 15:37:36 +01:00
peter 169c2e163e don't track offsets after completion when psi has become invalid. fixes one case of EA-75987 - assert: ShredImpl.<init> 2015-11-27 15:37:35 +01:00
peter 1a1e1d8699 use up-to-date psi in CodeInsightTestCase.checkResultByFile 2015-11-27 15:37:35 +01:00