Commit Graph
169038 Commits
Author SHA1 Message Date
Anna.Kozlova 034012ae4e overload resolution: clear inference errors from nested calls when top level expression is abadoned as non-applicable (IDEA-150718; IDEA-153222) 2016-03-18 15:50:22 +01:00
Aleksey Pivovarov cf20da777d ui: more descriptive warning on attempt to erase shortcut of global action 2016-03-18 17:26:59 +03:00
Dennis Ushakov 068f7fb2e6 check previous element for error too
#WEB-20597 fixed
#WEB-20633 fixed
2016-03-18 17:24:32 +03:00
Roman Shevchenko af3340346b [vfs] LFS / file watcher interaction refined
- FileWatcher.isOperational() switched from "all-of" to "any-of" (IDEA-152485)
- "is-watched" check removed from RefreshSession.scan() as supposedly superfluous
- FileWatcher.isWatched() dropped, along with a corresponding path map flag
2016-03-18 15:18:14 +01:00
Vladimir.Orlov 4970d51c55 Merge remote-tracking branch 'origin/master' 2016-03-18 17:08:16 +03:00
Vladimir.Orlov e1d253f88e IDEA-152542 Windows uninstaller: cancelling the warning shown on attempt to uninstall a running IDE shows uninstallation progress and "Uninstall was completed successfully" message 2016-03-18 17:01:54 +03:00
Dmitry Avdeev 3a93332a8f removing "wizardMode" concept 2016-03-18 16:53:32 +03:00
Alexey Kudravtsev f29b16b214 shutdown AppDelayQueue in tests 2016-03-18 15:26:14 +03:00
Dmitry Avdeev 387c55538f cleanup 2016-03-18 15:22:15 +03:00
peter e44391e040 automatic transaction nesting: correct modality state checks, honor in submitTransaction (and remove "later" semantics from it, fix the only client that cares) 2016-03-18 13:12:53 +01:00
Pavel Dolgov 29826da46c Javafx: FXML inspection that validates event handler methods' signature. Use full generic event type in quickfix that creates event handler method. Use multi-reference for navigating to ambiguous event handler methods. (IDEA-151694) 2016-03-18 15:02:45 +03:00
Dmitry Batrak 817927826e double Ctrl + Home/End selects to line start/end even if multicaret double-Ctrl functionality is disabled in settings 2016-03-18 14:52:12 +03:00
Sergey Malenkov a510e472d9 IDEA-149395 minimize disabled scroll bars 2016-03-18 14:32:24 +03:00
Aleksey Pivovarov 903c50ee42 ui: use common shortcuts for FileChooser actions
Fix assertion in AnAction.setShortcutSet
2016-03-18 14:08:04 +03:00
Aleksey Pivovarov b94b786013 ui: do not register Disposable without need 2016-03-18 14:04:44 +03:00
Aleksey Pivovarov 431ccf96d2 ui: use setter 2016-03-18 14:04:44 +03:00
Egor.Ushakov faa538c902 IDEA-121775 XDebugger: merge Watches and Variables in one view - do not evaluate invisible watches 2016-03-18 14:04:04 +03:00
Dmitry Avdeev debf9f6363 IDEA-153162 "Incorrect string capitalization" inspection false positives 2016-03-18 13:47:00 +03:00
Egor.Ushakov c3fa26a271 cleanup 2016-03-18 13:08:25 +03:00
Egor.Ushakov c42ffe6014 correctly show watches tab after add to watch even in mixed watches/variables mode 2016-03-18 13:08:25 +03:00
Alexey Kudravtsev 482f105796 ignore idle application pooled thread 2016-03-18 12:47:30 +03:00
Alexey Kudravtsev e1660b05bb sort, cleanup 2016-03-18 12:39:14 +03:00
Alexey Kudravtsev 6cbd374a0c removed threads not existing anymore 2016-03-18 12:37:11 +03:00
Alexey Kudravtsev d989ba25c2 do not treat sudden start of time thread (via FileSystemPreferences in licensing) as thread leak 2016-03-18 12:06:16 +03:00
Alexey Kudravtsev 3bbae37973 removed jsr166e library: last part 2016-03-18 12:06:16 +03:00
Alexey Kudravtsev 2e4889deca work with UI in EDT 2016-03-18 12:06:16 +03:00
Alexey Kudravtsev ea3053fa49 reduce timeout 2016-03-18 12:06:16 +03:00
Alexey Kudravtsev e006e8cc7f SOE in toString() 2016-03-18 12:06:16 +03:00
Alexey Kudravtsev 6ca5d96d55 notnull 2016-03-18 12:06:16 +03:00
Egor.Ushakov 1a8de38449 IDEA-121775 XDebugger: merge Watches and Variables in one view - allow to switch on the fly 2016-03-18 12:00:09 +03:00
Vladimir.Orlov e0e2a4a8a2 Merge remote-tracking branch 'origin/master' 2016-03-18 11:21:14 +03:00
Vladimir.Orlov 12c8a3628f artifacts with custom jdk for windows for IDEA (x32 and x64). 2016-03-18 11:15:53 +03:00
peter e87a9fb7dc don't save all documents after every command involving file system changes under VCS: seems to be not needed 2016-03-18 08:52:58 +01:00
peter 4304a317a6 wrap only in-place introduce into a write action 2016-03-18 08:32:47 +01:00
peter 1ce9b4763f prevent recursion while building stubs from text (IDEA-150940 & EA-80695 - SOE: PsiFileImpl.getStubTree) 2016-03-18 08:09:59 +01:00
Dmitry Batkovich 43b634904b inspection tool window: select&expand first node + register shortcuts in swing thread 2016-03-18 10:07:18 +03:00
Eugene Zhuravlev 43a8528736 fixing one more SOE on Ant configuration initialization (IDEA-152435) 2016-03-17 23:33:52 +01:00
Anna.Kozlova 53d3aa770c inference: don't include constraints to resolve if input bounds have proper instantiation but depends on the output of another constraints (IDEA-153164) 2016-03-17 21:25:32 +01:00
Anna.Kozlova 4ad5c2006c introduce functional parameter from substring
EA-80674 - AIOOBE: IntroduceParameterHandler.introduceStrategy
2016-03-17 21:25:32 +01:00
Roman Shevchenko 5c8090dd02 Merge remote-tracking branch 'origin/master' 2016-03-17 21:01:59 +01:00
Roman Shevchenko e8c62be3e6 [vfs] minor optimizations and cleanup in LocalFileSystem
- watch request management reduced to a single method
- read action removed (not needed)
- post-test cleanup fix
2016-03-17 21:00:26 +01:00
peter 29aad5b545 InspectionTreeUpdater: prevent project leaks in tests via pending alarm requests 2016-03-17 20:23:26 +01:00
peter 1254e38e75 remove insecure TransactionGuard#isInsideTransaction 2016-03-17 19:36:03 +01:00
peter 51d0a85306 allow nested synchronous transactions in the same modality 2016-03-17 19:14:12 +01:00
peter 6e39023269 add nullity annotations to PomTransaction 2016-03-17 19:14:12 +01:00
Konstantin Bulenkov f3fd599f39 don't call cell edit if selection key is enabled 2016-03-17 18:51:19 +01:00
Konstantin Bulenkov 4a6a9a6a5a cleanup 2016-03-17 18:51:17 +01:00
Aleksey Pivovarov 3ca6e33491 IDEA-153115 vcs: load revisions under single progress 2016-03-17 20:37:42 +03:00
Elizaveta Shashkova ca9fee4f6f Support gevent if only it is installed on the interpreter (PY-14992) 2016-03-17 20:29:51 +03:00
Aleksey Pivovarov 44aa117051 ui: AnAction.setShortcutSet check - replace error with warning
fix tests until most of the issues are fixed
2016-03-17 20:12:11 +03:00