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
-
-
Rustam Vishnyakov authored
-
Rustam Vishnyakov authored
-
Vladimir Krivosheev authored
-
Dmitry Zhuravlev authored
VCS file ignore API changed for adding ability to generate VCS specific ignore files. added methods to IgnoredFileProvider: * getIgnoredFilesMasks method to specify file masks for files which should be ignored in VCS for corresponding plugin. * getIgnoredFilesDescription method for description which should be added to corresponding ignore file. introduced: * IgnoredFileMasksTranslator for translating file masks from IgnoredFileProvider to VCS specific one. * IgnoredFileGenerator and default implementation for Git. * IgnoredFileGenerator for generate VCS specific ignore files. Added default implementation for Git (GitIgnoreFileGeneratorProvider). * VcsIgnoreFilesChecker which check presence of ignore file and create once if needed. Can be disabled in Registry.
-
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
-