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 .
- 14 Mar, 2024 15 commits
-
-
Yuriy Artamonov authored
(cherry picked from commit 7525571784c1083e24e5187b285f463f5f61c4ab) IJ-CR-128686 GitOrigin-RevId: 13580ba047e9a9dc87101fad5b8899fc4261c232
-
Yuriy Artamonov authored
(cherry picked from commit dd0e1512677d49b87357dfd0f679644de87bf045) IJ-CR-128686 GitOrigin-RevId: b87bda9c13af74e85e6e5656e0860d1de839803f
-
Yuriy Artamonov authored
(cherry picked from commit 46b7b134b19f9d3c57e052d912692f9b476a346b) IJ-CR-128686 GitOrigin-RevId: bbd32d9b75399c18d93e776d8aef20b3db4e8c55
-
Yuriy Artamonov authored
(cherry picked from commit 0f9d90604b823c7be875651fe01574d024faedaf) IJ-CR-128686 GitOrigin-RevId: 4a60024ffb30b09c4c82176d027c4e698a0860bd
-
Mikhail Pyltsin authored
- fix tests (cherry picked from commit 06abdcde09eb383fd3d398df75c4d03b7fc485b0) IJ-CR-128822 GitOrigin-RevId: 48dd4e95f52e5f2d4018d2381065ed8c78ecab57
-
Mikhail Pyltsin authored
- change level for StringConcatenationArgumentToLogCall (cherry picked from commit a5c3f07aa9968e8a22bb58d8a3df1d62dc6c89fe) IJ-CR-128822 GitOrigin-RevId: 4ffc4acc5832b7932df4f7c12e9a6d632ef83121
-
Tagir Valeev authored
Implementation of these methods will be altered. Fixes IDEA-347494 Unreachable code inspection triggered by quarkus base class (cherry picked from commit 9b4f076187ad392f31a2bb1a8de5e6046defa609) IJ-CR-128861 GitOrigin-RevId: 7e8c33db19f876ce5881a297fd70fa1a09b71b52
-
Dmitry Pogrebnoy authored
(cherry picked from commit d6c93af8c1ae4a421189d9bee57a7fca75116e28) IJ-CR-127730 GitOrigin-RevId: 26a8c5a40e35de0e06922f983d7bbd57c2ce8ecb
-
Dmitry Pogrebnoy authored
(cherry picked from commit b57639da6cde85a1f966d533fafcfdbcbaade94f) IJ-CR-127730 GitOrigin-RevId: 7c997c697979685943fd860173110d4a53b87cd3
-
Dmitry Pogrebnoy authored
Fix wording (cherry picked from commit 30a2f640456526ad16c262b834497617ef9f1530) IJ-CR-127730 GitOrigin-RevId: d758a9aae3ac67c94a4921bc219c8c45cc129f3f
-
Dmitry Pogrebnoy authored
Minor fix (cherry picked from commit 21395d593317bd692deeb3953cdcb6ba1122b75f) IJ-CR-127730 GitOrigin-RevId: 5b3c7ac6ac0c2c1ed00a560769cfb559e4750981
-
Dmitry Pogrebnoy authored
(cherry picked from commit a4c9cf9f6b86a91938b5f6a186fb8832e57e151d) IJ-CR-127730 GitOrigin-RevId: 823ab3443db15eb42367445fbac0686923a1cd01
-
Vladimir Lagunov authored
There was a logical bug inside `readLineWithoutBuffering`: it's impossible to distinguish an EOF looking only at `InputStream.available()`. This problem led to awaiting a closed stream, while the error should have been returned immediately. Also, and even more importantly, Javadoc of `available()` clarifies that there's no guarantee that the method actually returns a number of bytes available to read. That *could have been* the reason why `readLineWithoutBuffering` used to suddenly freeze. (cherry picked from commit 857a6e9a3799093feac412329255880b57df182d) (cherry picked from commit eebc23118666541c5dbe53e9835d561a846aa0c1) GitOrigin-RevId: 3dc3e0081447743f3face80f9322549058ec9233
-
Vladimir Lagunov authored
The bug existed because a child shell doesn't set the environment variable $SHELL. ``` $ echo $SHELL /bin/bash $ /bin/sh -c 'echo $SHELL' /bin/bash ``` This behaviour is described in https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap08.html : > SHELL > This variable shall represent a pathname of the user's preferred command language interpreter. I.e. it should be assumed that `$SHELL == $(getent passwd "$(whoami)" | cut -d: -f7)` (cherry picked from commit dbf778a32e8198e542792e91d40e112ded2590c4) (cherry picked from commit 529f8d5e2ac085ee902cc8c7dd5db9e1a3732515) GitOrigin-RevId: 00d660e6df5b67d80523f30f0ecf1b836f691942
-
Alexandr Trushev authored
(cherry picked from commit e265d1c6420116f000c8fb1c6f41856f8bfafbfe) IJ-MR-128043 (cherry picked from commit ca57a13a346f3977881d598882f400c0380f61dc) GitOrigin-RevId: 863a94c2d8a049d4c8a4344193ea90be7b6e662c
-
- 13 Mar, 2024 16 commits
-
-
Denis Mukhametianov authored
(cherry picked from commit 16f5a49227de384193be807d3b9459e4b2babc11) IJ-CR-128752 GitOrigin-RevId: 276cd3767a7b7b89bf0388daa1110782ec4ab608
-
Elena Shaverdova authored
(cherry picked from commit 3dcf428ac631435614dfeabc8c3e80e7ec4ce29c) IJ-CR-128650 GitOrigin-RevId: edc47e3408dcd6679da24fc9d3b6d96e86e688ee
-
Nikita.Skvortsov authored
ConnectException exists in java.net and in Gradle API. The method originally caught the Gradle's one, worked for Gradle. When abstracted to support Maven, it was switched to java.net.ConnectException, that worked for Maven, but failed for Gradle. Inspecting the root cause will make it build tool agnostic. (cherry picked from commit efc07dc7a69f258ace7cf1339a39fe1fccd36bf0) IJ-CR-128688 GitOrigin-RevId: 7bad4907aec6e42ebe4d1742b30542eccc2abf82
-
Louis Vignier authored
IJ-CR-126919 (cherry picked from commit 84c41de2aef102a125a3fe7df12d88566292a97b) IJ-CR-126919 GitOrigin-RevId: 6090c3d2f504bdb2aa9de4d8552c836fd27906a5
-
Louis Vignier authored
(cherry picked from commit 85690e8eb9007e4e24ed6c2a37434e12820802cf) IJ-CR-126919 GitOrigin-RevId: bab2cfde566874fed8d9a09072f7580208abb9e0
-
Louis Vignier authored
(cherry picked from commit f5285f2c3421ab7b568ee614c6672af8b7a8c19f) IJ-CR-126919 GitOrigin-RevId: 71048cdc14ccb9e265d313d726f8b852064eb69b
-
Louis Vignier authored
(cherry picked from commit 8f53ca0c93d576109b6f47b9dcff585b5babb91b) IJ-CR-126919 GitOrigin-RevId: 96b950f136943c3369459e687a747490f4cc1899
-
Evgeniy.Stepanov authored
GitOrigin-RevId: 23469f8019109055d6ca452769c7023e1986f883
-
Sergei Tachenov authored
This is an anti-pattern and can cause infinite repaint loops (like this issue) and other problems. The perfect fix would be to just update the preferred size once when the state changes and cache it somewhere, but unfortunately the size depends on the state outside the component, for example, the number of tabs in the tool window. It's impossible to reliably track updates to the whole state from within the component. So instead of a proper fix, let's work around the issue by not calling setBorder, but instead setting up a border with mutable insets once and then just updating those insets. This way, we at least don't have any hidden repaint() calls in getPreferredSize(). (cherry picked from commit fd31eba44f2c90de503f3b22210d007af09c7319) IJ-CR-128482 GitOrigin-RevId: 5b38a62b6c3bf18f366ee97bb0c77e7ee00c0221
-
Dmitry Avdeev authored
(cherry picked from commit 04e1d79de00128faddcefd5e5fd1c9bdc66daba5) IJ-CR-128237 GitOrigin-RevId: 24947a453d408a38ccc4d457eb49b3f08cdb239c
-
Igor Slobodskov authored
(cherry picked from commit 9f2a8972a83a718c8a6c29dd89eefb4e613eaf91) IJ-CR-127217 GitOrigin-RevId: 0987eccc214462684ef17c833a35dfadd104595a
-
Dmitry Avdeev authored
(cherry picked from commit 3b1facb445cd5722cea7f5b65ae3d0d448cc3253) IJ-CR-127521 GitOrigin-RevId: 36074561856ab39c77a085fe4a37162a757f5e18
-
Dmitry Batrak authored
(cherry picked from commits 660b9160cb05c1c7858555229a1c1f635416e11a, cb7fb961027d76597fd92c2b8ed98e2f23fd8a2b) IJ-CR-128097 (cherry picked from commit 3fd8cbbac0238274728184b68eacd57bb4465016) GitOrigin-RevId: 90d6747f134d4b96f53c3571b1b48c4bd9411fe8
-
Dmitry Avdeev authored
IJPL-689 Documentation popup: the right button in definition switcher jumps when navigating between definitions (cherry picked from commit 3f9549bc2dba7cb1752803da9aa9225bc748a286) IJ-CR-128314 GitOrigin-RevId: 31c4a7446f4d9f621a426f906be41d2eca32dfac
-
Ivan Semenov authored
Avoid conflict with AI assistant #IDEA-348443 Fixed (cherry picked from commit ab66061d6ec93e1ddfd1cd5443117bc8768c8f8c) IJ-CR-128598 GitOrigin-RevId: a740ffea2d0fdf72105689d99f249838568a3c7b
-
Denis Mukhametianov authored
Relaxed nullability requirement for DictionaryLayer in SaveTo, it already handles null gracefully, and, unfortunately, it is valid situation when we can't find layer by name, since it is stored as localized string value. (cherry picked from commit 46442994aff7248c198d8d23ee0f3a9490521a9f) IJ-CR-128485 GitOrigin-RevId: d45be8d43d4517db60674212794d059d67bc3303
-
- 12 Mar, 2024 7 commits
-
-
Ivan Shakhov authored
(cherry picked from commit 6e1165fdcad1259432bc2a157e7be5c995368b33) IJ-CR-128637 GitOrigin-RevId: 0c8104670ad34fd7dbfd9f7a7868817d6dd3b7cf
-
Ivan Shakhov authored
(cherry picked from commit b82cdf13bc5a34dcf0fc880118fb2b1cdcb45618) IJ-CR-128637 GitOrigin-RevId: e9cd323bf6831a726a095517cc75b6f68cbf6dc6
-
Sergei Vorobyov authored
We cannot detect significant sync time improvement while we are afraid of possible issue this would cause. Let's enable it a part of project isolation support. The Gradle isolated project issues: IDEA-341827. (cherry picked from commit 12152b99302c423b90050d9572af1b7df4008e27) (cherry picked from commit 7c1bf96dbef77c9898e8f4bfe5520e67cb34916c) IJ-MR-128585 GitOrigin-RevId: 9e78c1c3f0b450ac9382dad410ff77426d341fd2
-
Pavel Porvatov authored
- Installation wizard (cherry picked from commit 354ac140f16b6666a159f9a32ea1002189c28a35) (cherry picked from commit a827bd2a7d116838c1bc9b7d3aa7df03e2a82ba7) IJ-MR-128515 GitOrigin-RevId: b0baceba6daec86306cbfacec33ff832e7be24bd
-
Pavel Porvatov authored
- State for disabled plugin (cherry picked from commit b635a7dae600c4e328d3f6c296bd0bcb792c83df) (cherry picked from commit 002431716666caee69bc12fc71731e125665f4c4) IJ-MR-128515 GitOrigin-RevId: 5822f50c838f03ab5cce49142d505eca20806b01
-
Dmitry Pogrebnoy authored
IJ-CR-127731 (cherry picked from commit 7b1621dd570b51286881f706880741a91d30a9e1) GitOrigin-RevId: c8825e5c6a756f907a4501df9bf6d9ba0e2d8b0a
-
Maria Filipanova authored
(cherry picked from commit 37e7d04f0e22e839fd2b2bee06bb685cfc292d49) IJ-MR-128274 GitOrigin-RevId: 95661b02b7316c1ad96d9d5b5698b7dfcfa5448d
-
- 11 Mar, 2024 2 commits
-
-
Pavel Porvatov authored
(cherry picked from commit f803d4d20a509db91f77553654095fa1f5b2449c) (cherry picked from commit bea021ed36993bf02f7d70da292e48a9e0478314) IJ-MR-128135 GitOrigin-RevId: 67718bd2d6318a6bb9967fabe9ed291e9edf8056
-
Pavel Porvatov authored
(cherry picked from commit 0d40e74fd4b4f1cc9142dc0a71da304ae7862450) (cherry picked from commit 84bb4fcdf5ac13a3f3e7a1bdce530fc383cf42cc) IJ-MR-128135 GitOrigin-RevId: f90d482d81f79dd43bf10d2778b59ccc424cdce1
-