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 .
- 06 Dec, 2018 40 commits
-
-
Sergey Simonchik authored
Otherwise, GridLayoutManager constructor fails with java.lang.IllegalArgumentException: wrong rowCount: 0 at com.intellij.uiDesigner.core.GridLayoutManager.<init>(GridLayoutManager.java:85) at org.jetbrains.plugins.terminal.TerminalSettingsPanel.createPanel(TerminalSettingsPanel.java:110)
-
Aleksey Pivovarov authored
-
Aleksey Pivovarov authored
* remove conversions to `getAbsolutePath`
-
Aleksey Pivovarov authored
-
Aleksey Pivovarov authored
-
Aleksey Pivovarov authored
-
Gregory.Shrago authored
-
Dmitry Batrak authored
IDEA-203728 Quick doc opened for an item from Project View changes position if one clicks on a hyperlink it contains
-
Dmitry Batrak authored
IDEA-203713 QuickDoc shown on mouse move changes position or disappears after clicking on link it contains
-
Elizaveta Shashkova authored
-
Vitaliy.Bibaev authored
-
Sergey Malenkov authored
-
Eugene Petrenko authored
fix property name used to make Toolbox Lite-Gen version a parameter on TeamCity, remove hardcoded version (review)
-
Vassiliy.Kudryashov authored
-
nik authored
-
Dennis Ushakov authored
-
Dennis Ushakov authored
-
Dennis Ushakov authored
-
Dennis Ushakov authored
-
Dennis Ushakov authored
-
Vadim Caen authored
FilteringListModel can have type parameter added to more of its method to avoid compilation error when the delegated list is not casted.
-
Nikita Skvortsov authored
-
Aleksey Pivovarov authored
We use SSH_ASKPASS to handle passphrase requests (and other interactive input) in "Native SSH" mode. openssh ignores SSH_ASKPASS if there are TTY attached to the process. This can happen if IDE is executed from terminal. In this case, passphrase prompt will be shown in the terminal, while git process will seem "hanging", silently awaiting for user input. Some Linux setups can pass TTY[1-7] from Xorg to the IDE even if it's started with desktop launcher. This is known to happen on Ubuntu that uses gdm3 by default (while lightdm is not affected). In this case passphrase is asked in system TTY and is not visible to the user. We fix the issue by detaching git process from IDE terminal session, forcing openssh to use our SSH_ASKPASS handler.
-
Bas Leijdekkers authored
-
Bas Leijdekkers authored
-
Kirill Kirichenko authored
IDEA-200158 High Contrast Theme: Menu bar and popup menu items are not highlighted when selected after restarting IDEA with "High Contrast" theme set
-
Aleksey Pivovarov authored
-
Dmitry Batrak authored
avoids unneeded width 'flickering' on editing
-
Elizaveta Shashkova authored
-
Bas Leijdekkers authored
-
Bas Leijdekkers authored
-
Anton Tarasov authored
-
Aleksey Pivovarov authored
-
Aleksey Pivovarov authored
Fix "Active changelist was changed during the operation" warnings in `PartialChangesUtil.restoreChangeList`.
-
Aleksey Pivovarov authored
-
Alexey Kudravtsev authored
-
Tagir Valeev authored
-
Tagir Valeev authored
-
Tagir Valeev authored
-