Commit Graph
182892 Commits
Author SHA1 Message Date
Dmitry Batkovich efc139e019 unused return value fix should replace return-statements in write action 2016-11-07 12:56:30 +03:00
Dmitry Batkovich 9f7f48cb3b unused return value inspection: do not cache quick fix (otherwise it doesn't work after inspection re-run) 2016-11-07 12:56:30 +03:00
Dmitry Batkovich b383abe77a javac ast indices: revert getDirtyScope() 2016-11-07 12:56:30 +03:00
Vladimir Krivosheev 53699a2b2f fix compilation 2016-11-07 10:33:21 +01:00
Sergey Malenkov 75e50a6986 IDEA-163532 Speed search in popups preselects the last match instead of the first 2016-11-07 12:22:57 +03:00
Vladimir Krivosheev eafececedf IDEA-155007 check shouldKillProcessSoftly 2016-11-07 10:21:50 +01:00
Maxim.Mossienko 7f6034b0ca test for ManagingFS.getModificationCount 2016-11-07 09:21:21 +01:00
Dmitry Batkovich 6c67c5a374 javac ast indices: EA-91164 - IAE: ProjectFileIndexImpl.$$$reportNull$$$ 2016-11-07 11:10:21 +03:00
nik b0ace7d217 project files conversion: don't print message to log if a file under .idea doesn't exist
E.g. .idea/misc.xml may not be created for new projects.
2016-11-07 10:38:22 +03:00
peter 5efe8d0aad add ProgressManager#runInReadActionWithWriteActionPriority API 2016-11-07 08:25:14 +01:00
peter 16ce25e18d handle project closing during commitAndRunReadAction 2016-11-07 08:16:11 +01:00
peter 7e33023984 assert pom transactions and psi->doc sync happen on valid psi 2016-11-07 08:05:24 +01:00
peter 9e853d8e96 make PersistentMap implement Closeable 2016-11-07 08:05:23 +01:00
Tagir Valeev acbb7bddda StreamToLoopInspection: added ExplicitCollectTerminalOperation; StreamVariable simplified; guard checks added (IDEA-CR-15249) 2016-11-07 12:19:09 +07:00
Gregory.Shrago 2ac2ff5377 cleanup 2016-11-07 06:18:33 +03:00
Anton Makeev 94c6085f0f CPP-7964 CLion doesn't open a folder that contains CMakeCache.txt file as project when using File | Open 2016-11-06 16:16:42 +01:00
Alexander Koshevoy 3a0fd0f3ab PY-21352 Bug that None as the host argument value of pydevd.settrace() method has been passed as "None" string literal 2016-11-06 18:03:43 +03:00
Alexander Koshevoy 0d77411666 PY-21264 Debugger hanging after creating a new subprocess the other way than forking fixed
PROCESS_CREATED message is sent in all cases to IDE when new process is being created. ClientModeDebuggerTransport connection logic has been changed to fit into waitForConnect() method without scheduling reconnection tasks. Handshake message is used to check for connection with subprocess to be real one, not ephemeral. DebuggerTransport.messageReceived() has been abolished.
2016-11-06 18:03:42 +03:00
Maxim.Mossienko fe051a3dc3 flusher daemon flushes vfs attributes / contents completely: this is needed for better fault tolerance 2016-11-05 23:04:35 +01:00
Gregory.Shrago d6172f1836 GK: merge "token sequences with token texts: completion" 2016-11-05 19:45:14 +03:00
Julia Beliaeva c29a7bef97 [vcs-log] fix links in table 2016-11-05 18:14:44 +03:00
Julia Beliaeva f08fa7d664 [vcs-log] apply filters immediately 2016-11-04 23:32:19 +03:00
Bas Leijdekkers acdbef3aed SSR: more reliable variable tooltips 2016-11-04 21:16:41 +01:00
Bas Leijdekkers 5f6d0e4522 SSR: better canMatch() check to fix PHP structural search inspection 2016-11-04 21:16:41 +01:00
Julia Beliaeva 38adc21028 [vcs-log] use deleteWithRenaming instead of delete for invalidating log caches for better speed and reliability 2016-11-04 22:00:54 +03:00
Anna.Kozlova d7457e4256 check class duplication: ensure classes from foreign modules are not included 2016-11-04 19:39:36 +01:00
Anna.Kozlova d29d141809 change signature detection: exclude spaces at method signature tail 2016-11-04 19:39:36 +01:00
Roman Shevchenko c99d4a78d3 [java] fixes @deprecated doc tag detection (IDEA-163315) 2016-11-04 19:08:01 +01:00
Vassiliy.Kudryashov f2409ae944 Don't focus tool window when 'Exit' action is being called 2016-11-04 21:06:22 +03:00
Konstantin Bulenkov 29ba4c241b dpi aware border 2016-11-04 18:16:44 +01:00
Konstantin Bulenkov a7de4d11b2 don't show got it popup for toolwindow buttons 2016-11-04 18:13:42 +01:00
Konstantin Bulenkov 2f201b8e9b allow IDE to start even if there is some problems with frame decoration 2016-11-04 17:42:42 +01:00
Konstantin Bulenkov 8ba032d49c remove default dotted border from all SimpleColoredComponents
(cherry picked from commit b95251f90677e6b868ff2910a2e55cef23c2d0ad)
2016-11-04 17:30:24 +01:00
Konstantin Bulenkov 62827e8e0a update welcome screen icons
(cherry picked from commit 56e0b0efd14200cf24e256441488ae01270022de)
2016-11-04 17:30:03 +01:00
Vladimir Krivosheev b8a41dcd85 fix test credentials with empty username - KeePass 2016-11-04 17:15:22 +01:00
Yann Cébron ced3e2d03c [devkit] DevKitInspectionBase: extract registration functionality into RegistrationCheckerUtil 2016-11-04 16:49:01 +01:00
Yann Cébron 7a3e49186f Merge remote-tracking branch 'origin/master' 2016-11-04 16:35:30 +01:00
Yann Cébron 5b9190b3e5 [devkit] merge InternalInspection into DevKitInspectionBase
all inspections will now run only in plugin projects
2016-11-04 16:34:38 +01:00
peter 54c6d66720 JavaClassNameInsertHandler: avoid EA-89320 - ISE: OffsetMap.getOffset 2016-11-04 16:33:21 +01:00
peter 0bbe457ea5 don't commit documents synchronously in dom ui (EA-90158 - assert: PsiDocumentManagerBase.commitDocument) 2016-11-04 16:33:21 +01:00
peter 60276b4e0a navigate from switcher in a write-safe context (EA-89634 - assert: PsiDocumentManagerBase.commitDocument) 2016-11-04 16:33:21 +01:00
peter ecca380b23 release the editor in a write-safe context (EA-90138 - assert: PsiDocumentManagerBase.commitAllDocuments) 2016-11-04 16:33:21 +01:00
Vladimir Krivosheev db8926c1b9 fix test data — remove inherit-compiler-output="false" 2016-11-04 16:32:30 +01:00
Svetlana.Zemlyanskaya c9a83faec0 WI-33168 Application no longer takes focus when hitting a breakpoint in 2016.3 EAP during PHP Debug 2016-11-04 16:30:30 +01:00
Roman Shevchenko 42adff0bc6 [groovy] build process class path provider 2016-11-04 16:26:29 +01:00
Vladimir Krivosheev 67e074b923 fix test data — remove inherit-compiler-output="false" 2016-11-04 16:21:33 +01:00
Vladimir Krivosheev 3b992b9cfb RunnerAndConfigurationSettingsImpl should expand project and module paths 2016-11-04 16:21:32 +01:00
Vladimir Krivosheev 3fee94d7ae cleanup 2016-11-04 16:21:31 +01:00
Vladimir Krivosheev 209ede4e16 simplify — use util union 2016-11-04 16:21:30 +01:00
peter fe5ef6f03b EA-90879 - NPE: PsiClassImpl.calcBasesResolveContext 2016-11-04 16:01:30 +01:00