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 .
- 30 Jun, 2023 40 commits
-
-
Ilya Kirillov authored
As weekly kotlin compiler update GitOrigin-RevId: f8fddf033e67f2a61ee5154a3afd457983d97fd5
-
Anastasia Katsman authored
GitOrigin-RevId: 1a2395e891876b95d54b53b4100ef521abbafe95
-
Ilia Zakoulov authored
GitOrigin-RevId: 5c50db7cc063f90b67840b3a89767449aeae779f
-
Ilia Zakoulov authored
Get rid of dependency from KillableColoredProcessHandler. Instead, implement that logic locally for the classes with aware of PTY. If PTY is enabled we should not parse ANSI because it brakes redrawing of the line (e.g., tqdm lib). GitOrigin-RevId: 8eed0b9f63e36ad26b66b74dc5064e1038388bb0
-
Ilia Zakoulov authored
PY-60900: Use correct reader options for ProcessHandlerWithPyPositionConverter in case emulated terminal is enabled. GitOrigin-RevId: 4aad7b1a1a8c15b5050936bd5b35c7490b0e2e96
-
Ilia Zakoulov authored
GitOrigin-RevId: e9e9f279a942dd718fd6120f2127e9f2ebae71b7
-
Vladimir Dolzhenko authored
#KTIJ-26074 Fixed GitOrigin-RevId: 10a332d49fe6a7a0fa6eb991a4360bed466ba3b8
-
Vladimir Dolzhenko authored
#KTIJ-26074 GitOrigin-RevId: 5e58ca42d2d20d03a52940d20f0aa6cf2c1ac742
-
Vladimir Dolzhenko authored
#KTIJ-26074 GitOrigin-RevId: 9515f838d7c7627e998fee0027f268545a034f48
-
Elizaveta Shashkova authored
PY-37855 Working directory is automatically set to PyCharm bin folder when empty in Run/Debug configuration (cherry picked from commit ae4bfe352f8be907d37b167e122e38703e6e93a8) IJ-MR-109168 GitOrigin-RevId: c531d4c59bacfe582c09e51081c4cad140c5949f
-
Egor Ushakov authored
GitOrigin-RevId: 3e3ee919e6a7c4eb48cc3927d5cfa9193c920268
-
Yuriy Artamonov authored
GitOrigin-RevId: ed1d800844ccca2746ab14a23c2bcd7d331a51e0
-
Vladimir Krivosheev authored
GitOrigin-RevId: 731b1b901426c28c929a1b977780c33208cf09ce
-
Vladimir Krivosheev authored
GitOrigin-RevId: 0f21f89ff1e582f753225170e2bf2cff9191b03b
-
Kate Botsman authored
Notification with type TOOL_WINDOW requires to have not null toolWindowId. If id isn't provided, balloon in the right corner will be shown instead of a toolwindow tooltip. Provide toolWindow id for notification groups which is synced via NewNotificationsModel to support TOOL_WINDOW notifications. Merge-request: IJ-MR-109753 Merged-by:
Kate Botsman <kate.botsman@jetbrains.com> GitOrigin-RevId: cd57f939c43547938e940f448175af04410f2d53
-
Adam Malek authored
The blinking is a side effect of resorting a list shortly after typo appears at the top. Almost instantly, it gets ranked by a ML model, and then the list gets sorted based by the new priority, causing the item to appear at the very bottom of the list. This happens very quickly, and looks like the list of results is blinking GitOrigin-RevId: a16506cbece18d87122c9c878adab4657ea514fa
-
Dmitry Avdeev authored
GitOrigin-RevId: bf9d35132cca920a7a303a736e3743c192c83403
-
Egor.Eliseev authored
IJ-CR-109714 GitOrigin-RevId: d67378e3b45c02354a18cef834d81edb8169e4d2
-
Roman Shevchenko authored
GitOrigin-RevId: d102473464708e9a7a3fa6dd0d53302785d12149
-
Roman Shevchenko authored
GitOrigin-RevId: 5cb430f65c6602af0828cd7118a2a0d9965ee853
-
eugene.nizienko authored
GitOrigin-RevId: 8bfc56abcc72d1081859f7b61e2d813dbad49207
-
Andrey Sokolov authored
UsageView statistics - don't add data if `selected_element_data` is null GitOrigin-RevId: 319f429a03d4671720b4cbeaacc51abb5d168984
-
Max Medvedev authored
GitOrigin-RevId: 2b4eae60c8771a55b97f3ae4655eb14c37db2a02
-
sergey.vasiliev authored
Assert: the expensive method should not be called inside the highlighting pass (IDEA-321237, IDEA-320645, IDEA-320723) GitOrigin-RevId: 12f6d4d24d2f96e569301886313addb09e53f89b
-
Egor.Eliseev authored
Return `str(instance)` if instance has overridden `__str__` method IJ-CR-109406 GitOrigin-RevId: 8a16794367c9a528afb1fd1d63aa4223df756bc0
-
Dmitry Batrak authored
IDEA-313385 intellj switches unexpectedly to other open instance where background tasks popup is auto-shown GitOrigin-RevId: 12e0c6c50358ee5f26081bb989684d55565fb7c5
-
Roman Shevchenko authored
[platform] rewording the OS version incompatibility message in Windows launcher, binaries (IJ-CR-109767) GitOrigin-RevId: 94f850abec3e947059ec1d057181ef3d02edbd35
-
Roman Shevchenko authored
GitOrigin-RevId: 2e855cda66518dab246a2f84e7899daced2f6455
-
Roman Shevchenko authored
GitOrigin-RevId: 082400acc98d62d70e0f9b440ddc4d8fd88ee4c8
-
Nikolay Chashnikov authored
[java] rewrite UnloadedModulesCompilationCheckinHandler to run computations on a background thread (IDEA-308600) GitOrigin-RevId: 8e63afc07ae258aa557bf0d7e49c6c259725c90a
-
Nikolay Chashnikov authored
[java] use proper modality state in coroutine dispatcher in 'compilerDriverHelper::saveSettings' (IDEA-324032) Otherwise, if compilation is invoked from a modal dialog, when the coroutine switches to EDT (via saveSettings -> reloadChangedStorageFiles -> doReload), it'll use NON_MODAL state and therefore code won't be executed. GitOrigin-RevId: 64a0023763c9599618f544cfb897bbeff8033944
-
Nikolay Chashnikov authored
This is needed to migrate it to asynchronous CommitCheck API (IDEA-308600). GitOrigin-RevId: fc630d88c43efff9cf0fccf6dacdedeb566bf4b0
-
Nikolay Chashnikov authored
GitOrigin-RevId: f844744a3e807ffe5460c6712ff219acf1cf23f2
-
Dmitry Batkovich authored
partially revert (Dmitry Batkovich flush index & vfs even if some heavy process is running (actually we don't need to postpone flushing if some unrelated activity in progress) 26.06.2023, 18:59) since some changes were accidentally commited GitOrigin-RevId: 5667b0a72b22f930361cb666ad62c822ee727865
-
Rival Abdrakhmanov authored
(cherry picked from commit 90935449650a5f0899a427193e100ae65c4d4e5d) NET-MR-11077 GitOrigin-RevId: ce2882a356afa7377fe6f0713f66184443263dce
-
Yuriy Artamonov authored
GitOrigin-RevId: b48c2a6720144e810b870b5cb5a6714954683f4d
-
Yuriy Artamonov authored
GitOrigin-RevId: 962bf8b6e4db2e8d7f51d12148e0a8ae6f601eab
-
Tagir Valeev authored
GitOrigin-RevId: 02e323cf41affc8c767e8761902ee5295c698572
-
Tagir Valeev authored
GitOrigin-RevId: f21df64b3ff1f4cbb9ed7eea70df8229558cfd2f
-
Tagir Valeev authored
GitOrigin-RevId: 06c6f71b9bc0b55d2b4c227246ae47fe8cefdd34
-