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 .
- 02 Oct, 2018 40 commits
-
-
Nikita Skvortsov authored
-
Vladimir.Orlov authored
IDEA-CR-37456
-
pasynkov authored
-
Sergey Malenkov authored
-
Kirill Kirichenko authored
-
Tagir Valeev authored
-
Tagir Valeev authored
IDEA-199811 RefactoringUtil#ensureCodeBlock: support while conditions; support && chains in if-then and while
-
Roman Shevchenko authored
-
Roman Shevchenko authored
-
Dmitry Jemerov authored
-
Anton Bragin authored
VirtualFileDelegate interface represents cases when the VirtualFile needs to delegate to another VirtualFile but have no corresponding DocumentWindow (e.g. it could be represented by single Document instance opened in TextEditor). Examples include scientific notebook support (e.g. Jupyter Notebook) where VirtualFile with source code delegates to VirtualFile with Jupyter JSON.
-
Vladimir Krivosheev authored
-
Anna.Kozlova authored
-
Anna.Kozlova authored
-
Anton Tarasov authored
review: IDEA-CR-37017
-
Anton Tarasov authored
It should return all the children, not only tabs. Otherwise, the children will not be tracked by AccessBridge.
-
Leonid Shalupov authored
IDEA-199211 Refactor code dependent on project model implementation
-
Leonid Shalupov authored
IDEA-CR-37148 IDEA-199211 Refactor code dependent on project model implementation
-
Leonid Shalupov authored
IDEA-199211 Refactor code dependent on project model implementation IDEA-CR-37149
-
Leonid Shalupov authored
IDEA-199211 Refactor code dependent on project model implementation
-
Leonid Shalupov authored
IDEA-CR-37150 IDEA-199211 Refactor code dependent on project model implementation
-
Leonid Shalupov authored
IDEA-CR-36811 IDEA-199211 Refactor code dependent on project model implementation
-
Leonid Shalupov authored
IDEA-CR-36812
-
Leonid Shalupov authored
IDEA-199211 Refactor code dependent on project model implementation IDEA-CR-36813
-
Leonid Shalupov authored
IDEA-CR-36816 IDEA-199211 Refactor code dependent on project model implementation
-
Leonid Shalupov authored
IDEA-CR-36815 IDEA-199211 Refactor code dependent on project model implementation
-
Leonid Shalupov authored
IDEA-CR-36822 IDEA-199211 Refactor code dependent on project model implementation
-
Leonid Shalupov authored
IDEA-CR-36816 IDEA-199211 Refactor code dependent on project model implementation
-
Leonid Shalupov authored
IDEA-199211 Refactor code dependent on project model implementation IDEA-CR-36376
-
alexey.afanasiev authored
-
Anton Makeev authored
Keymaps tuned for OC-17846 Enable diagrams support in AppCode, CPP-14279 Enable diagrams support in CLion
-
Dmitry Batrak authored
-
Vladimir Krivosheev authored
do not use dumb message pop-up for "set master password" and "import" — validate master password using dialog validation API
-
-
peter authored
-
Eugene Zhuravlev authored
-
peter authored
-
peter authored
-
Tagir Valeev authored
1. Relational operators are promoted according to JLS, not always to double type (IDEA-199775) 2. Casting to boxed type is disabled, as JLS 15.28 suggests Result of boxed comparison like (Long)128L == (Long)128L is unknown now as size of boxing cache is not specified in JLS
-
Roman.Ivanov authored
-