This project is mirrored from https://gitee.com/mirrors/intellij-community.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
- 20 Dec, 2018 40 commits
-
-
nik authored
The library isn't used by the IDE, it's kept only for compatibility with users' projects, so switching dependency scope helps to avoid messages about conflicting library versions (see IDEA-204495).
-
Egor Ushakov authored
-
Vladimir Krivosheev authored
Quick fix — code will be refactored later to make it more clear to avoid such errors in the future
-
Anna.Kozlova authored
file navigation: navigate to file if present even under classes root/explicitly excluded (IDEA-202575)
-
Alexey Kudravtsev authored
-
Alexey Kudravtsev authored
-
Vladimir.Orlov authored
-
Dmitry Avdeev authored
-
Dennis Ushakov authored
-
Vladimir Krivosheev authored
rename from loadDescriptors to loadDescriptorsFromDir to avoid the same named method and make clear that method loads descriptors only from specified dir and nothing more Aligned with our existing loadDescriptorsFromClassPath
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
-
Anton Makeev authored
CPP-14770 Publish CLion as Maven dependency for plugin development: publish Javac2 as maven artifact
-
Dmitry Batkovich authored
-
Mikhail Golubev authored
Otherwise, we end up duplicating it. This logic shouldn't apply if the fragment being pasted will be inserted on the previous line which should actually happen only if there was no selection in the editor, just the caret preceding a line -- I additionally enforced this requirement. Added tests covering the original issue and some of its duplicates (PY-29506).
-
Kirill Kirichenko authored
-
Dmitry Batrak authored
-
Dmitry Jemerov authored
-
Tagir Valeev authored
-
Dmitry Jemerov authored
-
Dmitry Avdeev authored
-
Dmitry Batrak authored
really fix CtrlMouseHandlerTest.testHighlighterDisappearsOnMouseMovingAway failing on build server
-
Vladimir Krivosheev authored
-
Dmitry Batrak authored
(fix EditorMultiCaretTest.testMiddleButtonDragStartingFromVirtualSpace)
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
-
Tagir Valeev authored
Restore old REPLACE_INSTANCEOF, REPLACE_CAST to preserve profile serialization; use REPLACE_INSTANCEOF_AND_CAST instead Review ID: IDEA-CR-39657
-
Dmitry Batrak authored
fix CtrlMouseHandlerTest.testHighlighterDisappearsOnMouseMovingAway failing on build server
-
peter authored
-
Dmitry Batrak authored
-
Alexandr Evstigneev authored
-
Tagir Valeev authored
1. Support Java 12 switch rules and switch expressions (IDEA-203692) 2. Support void expression lambdas 3. Fix PSI structure when expression list statement is reduced to single expression
-
Vladislav.Soroka authored
-
Tagir Valeev authored
Fixes (mostly) IDEA-176351 Improve non-null inspection with static flow analysis (isPresent() and similar)
-
Tagir Valeev authored
NullabilityUtil: ignore primitive variables (otherwise ctors for final primitive fields are still checked)
-
Tagir Valeev authored
-
Tagir Valeev authored
This blocks repeating inlining of simple methods
-
Tagir Valeev authored
-
Vladislav.Soroka authored
-