Commit Graph
200210 Commits
Author SHA1 Message Date
Gregory.Shrago 82eac480cf JBIterator: rollback prepended take(N) counters if nextImpl() votes SKIP 2017-08-08 00:10:00 +03:00
Gregory.Shrago 24bbf938d3 IDEA-176719 Lone <p> tag in JSP seems to trigger language Injection in JSP 2017-08-07 20:33:58 +03:00
Rustam Vishnyakov 3f82340014 More logging for blinking font test 2017-08-07 20:16:07 +03:00
Dmitry Batkovich e7c3c6b229 MissingOverrideAnnotationInspection: follow up IDEA-CR-23515 2017-08-07 20:13:22 +03:00
peter a0fc4d3828 IDEA-177198 Incorrect quick-fix for @NotNull/@Nullable problems inspection 2017-08-07 18:29:40 +02:00
Anna.Kozlova dec0d16597 overload resolution: adapt return types before comparing (IDEA-177065) 2017-08-07 18:28:03 +02:00
Egor.Ushakov f1fd8e4bc7 EA-105469 - Throwable: ExceptionUtil.currentStackTrace 2017-08-07 19:17:26 +03:00
Alexey Kudravtsev f965b77253 inspection "expression can be de-lambdified" applied 2017-08-07 19:07:16 +03:00
Alexey Kudravtsev 62759679eb inspection "expression can be de-lambdified": false positives removed 2017-08-07 19:07:16 +03:00
Alexey Kudravtsev 77efa5e9dd cleanup 2017-08-07 19:07:14 +03:00
Alexey Kudravtsev baa6da7a38 EA-105239 - PCE: InjectedGeneralHighlightingPass.getInjectedPsiFiles 2017-08-07 19:04:23 +03:00
Nadya Zabrodina c43b555b78 push: IDEA-177081 use human readable RepositoryNode text while copying
* implement toString methods for appropriate objects;
2017-08-07 18:56:03 +03:00
Vladimir.Orlov 4846e753be EDU installation: added custom Uninstall and Postinstall actions
need to support: 390d210 kskrygan
2017-08-07 18:26:09 +03:00
Julia Beliaeva 7e53db6a16 [vcs-log] add assertions to ensure that ui is disposed in edt 2017-08-07 18:15:00 +03:00
Vladimir Krivosheev 9a98bd9741 use API instead of low-level util method 2017-08-07 16:54:22 +02:00
Julia Beliaeva 15c86d64c8 [hg] remove duplication between execute methods in HgLogCommand 2017-08-07 17:52:50 +03:00
Julia Beliaeva 34424927fa [hg] remove duplication between executeInCurrentThread methods in HgCommandExecutor 2017-08-07 17:52:50 +03:00
Julia Beliaeva 3af1f80a6c [hg] add tests for reading full commit details 2017-08-07 17:52:50 +03:00
Julia Beliaeva 2869ec0017 [hg] parse hg log output line-by-line 2017-08-07 17:52:49 +03:00
Vladimir Krivosheev 625716a245 IDEA-175601 SaveAndSyncHandlerImpl also should call flushChangedProjectFileAlarm 2017-08-07 16:49:25 +02:00
peter 5e6275f1ba throw on invokeAndWait in read action to really prevent deadlocks like IDEA-168847 2017-08-07 16:37:29 +02:00
peter df2e8c22a4 safe fixes for orphaned runReadActionInSmartMode threads (IDEA-177146, IDEA-176982) 2017-08-07 16:37:29 +02:00
peter 710287a3b1 don't delete java method param list (EA-104913 - ISE: StubBasedPsiElementBase.getRequiredStubOrPsiChild) 2017-08-07 16:37:29 +02:00
peter c11d9ccfc4 diagnostics for null in goto popup model (EA-104872 - assert: Diff.buildChanges) 2017-08-07 16:37:29 +02:00
Rustam Vishnyakov be84707cb1 Reuse utility methods from FontPreferencesTest
and use only actually available fonts in tests to prevent a fallback to
default font.
2017-08-07 17:31:39 +03:00
Konstantin Ulitin 4979a2bf90 disconnect when Runtime.executionContextDestroyed fired (WEB-28151) 2017-08-07 17:21:43 +03:00
Alexey Ushakov d78f8c3395 Updating versions of project dependencies: jdkBuild->u152b964.1
Alexey Ushakov
2017-08-07 17:12:04 +03:00
Anna.Kozlova fe61fc50e0 extend trivial method reference to support lambdas, convertible to method references 2017-08-07 16:00:10 +02:00
Anna.Kozlova 2a21a01d70 junit: skip completely broken tests (IDEA-176943) 2017-08-07 16:00:10 +02:00
Gregory.Shrago 2eee9af912 IDEA-CR-23370 beautify essential plugin missing message 2017-08-07 16:55:02 +03:00
Nadya Zabrodina 5f64525cdb branchPopup: use natural comparing for branches presentation
* use natural comparing instead of lexicographical;
* optimize and cleanup with stream api;
2017-08-07 16:15:09 +03:00
Nadya Zabrodina d448b64d65 branchPopup: implement toolbar-like option component
* IDEA-175651 Update expand icon in Branches popup: use smaller icon
 for restore default size action on toolbar;
* implement custom on hover policy;
* now vertical size of the popup title panel stay unchanged while icon
changes its visibility;
* IDEA-166377 add popup setting with control repositories synchronously
 toggle action;
2017-08-07 16:15:05 +03:00
Dmitry Batrak 818ff28911 IDEA-176965 Enabling Paste Simple from "Paste from History" 2017-08-07 16:12:28 +03:00
Elizaveta Shashkova c6a80b9bb2 Fix NPE: PythonConsoleView.createConsoleFolding (EA-96821) 2017-08-07 16:07:24 +03:00
Rustam Vishnyakov 3780450bc2 Fixed IDEA-176762
Installing new versions of apps loses "font ligature" setting.
(Don't drop "use ligatures" flag when setting a font name)
2017-08-07 16:05:24 +03:00
Elizaveta Shashkova d93eb2f606 Syntax error "del __py_debug_temp_*" while stopping debugger (PY-25384, EA-103359)
Sometimes debugger changes frame faster than the new command is sent and deleting our util variable produces exception visible for user. We should wrap it with try-except block.
2017-08-07 15:58:07 +03:00
Vladislav.Soroka b0a0a6b65d Gradle: gradle source set can have multiple output directories for sources since gradle 4.0 (IDEA-176985) 2017-08-07 15:52:24 +03:00
Egor.Ushakov 83c582b83e IDEA-177191 Compiling evaluator fails inside a one-line lambda 2017-08-07 15:47:29 +03:00
Anton Makeev 2d94c4ad80 Merge remote-tracking branch 'origin/master' 2017-08-07 14:21:56 +02:00
Anton Makeev bd3a834fc1 Merge branch 'amakeev/toolchains' 2017-08-07 14:15:10 +02:00
sergey.vasiliev d43dda8f94 Merge remote-tracking branch 'origin/master' 2017-08-07 14:09:13 +02:00
nik 40c534a1ed JdkUtilTest: restored test with explicitly disabled dynamic classpath (IDEA-CR-23571) 2017-08-07 15:00:54 +03:00
sergey.vasiliev d55de7fcec clean up 2017-08-07 13:58:24 +02:00
sergey.vasiliev 745d65e3ef added import 2017-08-07 13:52:34 +02:00
peter c8b9a68450 logging around daemon execution in tests
to hopefully help a bit the next time it's canceled for a mysterious reason
2017-08-07 13:41:15 +02:00
sergey.vasiliev 12d9059203 Merge remote-tracking branch 'origin/master' 2017-08-07 13:41:06 +02:00
Anna.Kozlova 82521c0487 junit 5 RC2 2017-08-07 13:36:52 +02:00
Nadya Zabrodina c8477c91fe push: add registry option to push all repos with commits by default 2017-08-07 14:27:58 +03:00
sergey.vasiliev a3cb5e1145 Merge branch 'sv/spring-icons-merge'
# Conflicts:
#	platform/lang-api/src/com/intellij/codeInsight/daemon/MergeableLineMarkerInfo.java
#	xml/dom-impl/src/com/intellij/codeInsight/navigation/NavigationGutterIconBuilder.java
2017-08-07 13:22:11 +02:00
Alexey Kudravtsev 755fb5144f inspection "expression can be de-lambdified" 2017-08-07 14:18:33 +03:00