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 .
- 12 Mar, 2019 10 commits
-
-
Sergey Prigogin authored
Objects that inherit from RootModelComponentBase get registered in CompositeDisposable of RootModelImpl. These objects are often disposed much sooner than RootModelImpl with methods like RootModelImpl.removeOrderEntry or RootModelImpl.removeContentEntry which explicitly call dispose on these objects. This change removes objects extending RootModelComponentBase from the CompositeDisposable of RootModelImpl.
-
peter authored
-
Vladimir Krivosheev authored
-
nik authored
ui: initialize Swing components in NamedConfigurable lazily to speed up opening Project Structure (IDEA-207895) When Project Structure dialog is opened, it loads trees of project structure elements (modules, facets, libraries, artifacts), and their MasterDetailsComponent.MyNode instances create NamedConfigurable objects for all elements. It takes considerable time to create Swing components for all these objects if the project contains many elements, so it makes sense to postpone creation of Swing components in NamedConfigurable until 'createComponent' method is called.
-
nik authored
Currently all IDEs except IntelliJ IDEA include PlatformProjectViewStructureProvider (registered in PlatformLangPlugin.xml) which hides .idea directory by default. In order to reuse PlatformLangPlugin.xml in IntelliJ IDEA and extract Java support as a separate plugin (IDEA-195719) we need to register PlatformProjectViewStructureProvider in IntelliJ IDEA as well and disable it there.
-
Tagir Valeev authored
-
Tagir Valeev authored
ExtractMethodObjectProcessor: revert c652bbf2; add a comment why UnsafeReturnStatementVisitor is non-applicable here
-
Gregory.Shrago authored
-
Konstantin Bulenkov authored
-
Konstantin Bulenkov authored
-
- 11 Mar, 2019 30 commits
-
-
Gregory.Shrago authored
-
Gregory.Shrago authored
-
Konstantin Bulenkov authored
-
Sergey Simonchik authored
-
Sergey Simonchik authored
-
Vassiliy.Kudryashov authored
-
Konstantin Bulenkov authored
-
Sergey Simonchik authored
-
Max Medvedev authored
-
Yann Cébron authored
-
Elizaveta Shashkova authored
Python debugger opens Debug tab if only breakpoint at suspended line was found. Suspended position is taken from frames info, which is the same as PythonPosition for Python files, but differs for Jupyter files. That's why another conversion from/to frame positions was added for Jupyter debugger.
-
Maxim.Mossienko authored
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
This reverts commit c0aac757
-
Dmitry Jemerov authored
-
Dmitry Jemerov authored
-
Yann Cébron authored
-
Alexander Zolotov authored
-
Konstantin Bulenkov authored
-
Egor Ushakov authored
-
Egor Ushakov authored
-
Egor Ushakov authored
-
Julia Beliaeva authored
-
Julia Beliaeva authored
Current implementation of getModifiedPaths and getRenamedPaths for unparsed changes is not zero-cost. So it makes sense to have a fast size method to determine whether or not a commit can be shown in change browser.
-
Julia Beliaeva authored
-
Julia Beliaeva authored
[vcs-log] do not automatically show changes if one of the selected commits has more of them than the specified limit
-
Dmitry Jemerov authored
-
Alexander Lobas authored
-
Mikhail Golubev authored
We used to implicitly rely on PyTypingTypeProvider.getClassType() for this purpose that, in turn, uses normal resolve machinery of a PyReference. But it (rightfully) didn't work for references inside fragments created from text of alias RHS parts as we prohibit resolving in them to avoid unstubbing of their containing files.
-
Sergei Vorobyov authored
-