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 .
- 18 May, 2024 2 commits
-
-
Tagir Valeev authored
It looks like this is a better alternative for now. In particular because we don't know how to resolve a reference from a library class within the same library. The result depends on in context of which module we are doing this resolve, but in general we don't know from which module we started. Currently, we resolve to the same version as the original class, but this might be incorrect. If we consider different versions of a class as different classes, we have problems with code-insight features, as for example, return type of a method and its direct supermethod might be non-equivalent, if the method is declared in source file but a supermethod is declared in the library. Fixes IDEA-353000 must either be declared abstract or implement abstract method (cherry picked from commit 3fa59bc6c8510f8dc0bcab63ccf491b4ff90610a) IJ-CR-134506 GitOrigin-RevId: 2abe483fd3a0eee129e98c0a6cfbd3d44c83edfb
-
Petr authored
(cherry picked from commit 51fcf9b611250104fdeff04284e908cce1164560) IJ-CR-134619 GitOrigin-RevId: e6a9abd58ee9efd90114a5c0800bb4cdd347d4e7
-
- 17 May, 2024 6 commits
-
-
Yuriy Artamonov authored
(cherry picked from commit 08996587b55d238f0d9803c1b1a119292fdf0c6c) IJ-MR-134728 GitOrigin-RevId: 6c8786c33500b8a479b4894cd5ec7221313224be
-
Mikhail Sokolov authored
(cherry picked from commit b209c237e0ec7d906f6dcb8505d0b8b5ed51dc41) IJ-CR-134565 GitOrigin-RevId: 2563ae48ac0558b81a4196829c67da6299d4bc1f
-
Mikhail Sokolov authored
(cherry picked from commit f6d6f008423e0eb830941ac1dc399cc59fce79be) IJ-CR-134565 GitOrigin-RevId: aff313e82dee9b28d3e698a11a65401071594a5d
-
Vladimir Kharitonov authored
(cherry picked from commit e70924abacc9857f0ead64cbcb135cbbfb687571) IJ-CR-134453 GitOrigin-RevId: 28bb2ed23202d99366b1065c0030a4f376755cab
-
Vladimir Kharitonov authored
(cherry picked from commit fcf128582355b0e32b9df9b58ed3680e750c0065) IJ-CR-134453 GitOrigin-RevId: 0b6df6b2ea511146733c9462cc246bfcfa006798
-
Tagir Valeev authored
(cherry picked from commit c9e116671d8790832dd81601928dde6bd12f85f9) IJ-CR-134569 GitOrigin-RevId: 93196f491d4e1a5ffa08e5bb5d6951ea68cb1826
-
- 16 May, 2024 5 commits
-
-
Alexander.Glukhov authored
(cherry picked from commit b2e7bc8015d6d2ede96c2b183e9bd1a529ffd52b) GitOrigin-RevId: 5ecd4e23a645ed2f79427e5a1c4f1a28f57ae2e8
-
Alexander.Glukhov authored
[quick doc][IDEA-353031] introduced a callback to track the finish of DocumentationDownloader#download execution (cherry picked from commit eee9b0e3d62436f086f98eaf200c7b15655814ca) GitOrigin-RevId: 719487e20a0b670e7d1515e6e1e4e9f0a0aeb3ee
-
Ivan Semenov authored
#IJPL-148395 Fixed (cherry picked from commit 9052962dc557ca32d3fb0c3343a3064bece4f24f) IJ-CR-134437 GitOrigin-RevId: 7b7994a48aad79cabdeb34fe3f1fe4d2f47e5669
-
Piotr Tomiak authored
IJPL-149254 Quick Documentation -> Show Table Preview: Columns are incorrectly resized to fit the popup width, condensing the text inside IJ-CR-134010 GitOrigin-RevId: fcac17a7ed8076577a116a5e348e303e6c540b77
-
Vitaly Provodin authored
GitOrigin-RevId: c9a656bc13c932da86949b6469ac95a5928a2c6e
-
- 15 May, 2024 10 commits
-
-
Anna Rodionova authored
(cherry picked from commit 16d756ce078636b1db6d810ee8daf571ffb760a3) IJ-CR-134426 GitOrigin-RevId: 795042b7746f2785c7fcdc41639038bb3d24bba2
-
Petr authored
(cherry picked from commit 5dff382b321ac166ed4b8cf90e431ea719995608) IJ-MR-133225 GitOrigin-RevId: f80227791f51ba0f2b788bd8f17e19b7283f66a0
-
Petr authored
(cherry picked from commit ed480e40c4de292d38efbe59656cf3c8eb234435) IJ-MR-131891 GitOrigin-RevId: 0fcc4282fd0ce5704c36e60cb97afb24cba21a91
-
Petr authored
(cherry picked from commit 1e39bed5d00d3253907dc0d8cedbd37d323a9859) IJ-MR-131891 GitOrigin-RevId: 7bf99ffa0086c71383d7206b327670305be15f82
-
Petr authored
(cherry picked from commit 06cacc62e068d902b174e5208837959cbd92ed88) IJ-MR-132897 GitOrigin-RevId: 6dcf976b2301b3d62052a4cf948cf4ff4dadc35d
-
Piotr Tomiak authored
WEB-66965 Getting types from TS Server blocks typing - add a reasonable timout for getting descriptors. (cherry picked from commit f1dd1383e61980ac3e290daebdc2e77bbe5fd0ba) IJ-CR-134009 GitOrigin-RevId: 8ffbda4c8776d22b790fdb2a99fcbdbfdd32adf5
-
Ivan Semenov authored
Using visible area of a viewport for size reference caused inlays to be resized when the editor was obscured by some other component or not visible. This caused issues when an editor was placed in another scrollpane (ex combined diff), because when it's scrolled away the inlay was resized to zero width and not all components can handle this (definitely not JEditorPane). #IDEA-349311 Fixed (cherry picked from commit 5bab239dce9b57027c644ad1cbd715b8a68e8320) IJ-CR-134394 GitOrigin-RevId: c4124064525ab79e51ca3b278663b9b512243041
-
Aleksey Pivovarov authored
IDEA-346403 actions: fix AnAction invocation on mouse click for components under an active LoadingDecorator BranchesTree in VCS Log is using 'ProgressStripe' with 'LoadingDecorator' to display progress bar. It transforms into a 'LoadingDecoratorLayeredPane' being used to draw this progress bar. 'SwingUtilities.getDeepestComponentAt' navigates into 'LoadingDecorator.LoadingLayer' of this layered pane when asked about the target component. This makes global Mouse AnAction inaccessible if they depend on the DataContext of the component located inside the loading decorator. Fix the issue by using 'UIUtil.getDeepestComponentAt' that explicitly handles the 'LoadingDecorator' case. (cherry picked from commit 132beab6d734323e0f342c38ad828f9cc96a5765) IJ-CR-134299 GitOrigin-RevId: 4407dcccb99e58da51331a877010277a922c4609
-
Aleksey Pivovarov authored
(cherry picked from commit dcf87a257b5b53d8883e721cc551c228c257b0f6) IJ-CR-134298 GitOrigin-RevId: f8df1939fd3c15f67df5ecdb8fc5be947475f514
-
Mikhail Golubev authored
Use PyTypingTypeProvider.getAnnotationValue for that, similarly to already re-used in other places PyTypingTypeProvider.getReturnTypeAnnotation. Also, I've better separated handling of attributes explicitly annotated with Mapped and just initialized with a mapped_column call. It will help to remove special casing for Mapped once generic descriptors are fully supported in type inference (PY-26184). (cherry picked from commit eaeb66abd26b851507970b112360631704b41db3) GitOrigin-RevId: 442369f52ed5c6b97d91648f7968ff3a7ba285cb
-
- 14 May, 2024 8 commits
-
-
Roman Shevchenko authored
[platform] making `DefaultNavBarItemProviderKt#ensurePsiFromExtensionIsValid` transparent to cancellation exceptions (EA-844533) (cherry-picked from commit 5e5d37e2b29e2468e38dd2d34a17ab18d8b225dd) IJ-CR-134202 GitOrigin-RevId: c1f22baf65a2bd15d9f362d88a52c105f720da6a
-
Yuriy Artamonov authored
(cherry picked from commit 5b7661bbcb82a6631b7695c7f0be9af90a41f62d) IJ-CR-133575 GitOrigin-RevId: dc17373c66978f087287cab2116d92619fb7fe26
-
Denis Mukhametianov authored
GitOrigin-RevId: 2b80f4ad3936311130680ca34b4bb4fcc4b39ef1
-
Denis Mukhametianov authored
GitOrigin-RevId: 0b61eeb445b0b0773bff885ad86ed9c971dcc431
-
Denis Mukhametianov authored
GitOrigin-RevId: a6987525032b84d82e47b4b81b64cdc60594a2df
-
Denis Mukhametianov authored
GitOrigin-RevId: c7b5076380f50230ee0f0925bca5513e1690ac34
-
Denis Mukhametianov authored
To reuse in custom `Save to dictionary` implementations in Rider and CLion. Temporary solution to cherry-pick in 241 stable branch. GitOrigin-RevId: aad3d1f991df3cf5ea4ed82c09a91f6b18fef443
-
Denis Mukhametianov authored
GitOrigin-RevId: 3128872ab35d4c75e400abf6cb64d94eb49bb538
-
- 13 May, 2024 9 commits
-
-
Eugene Zhuravlev authored
augment FUS consent condition to honor the usage of non-commercial license (required for IJPL-149367) cherry-pick from master, review 133994 (cherry picked from commit e58f09fa14a66c73cf0e760ce2632406dd11ce2f) IJ-MR-134208 GitOrigin-RevId: 529414dfd043d0132bae9fd46d7bc4964905a686
-
Vitaly Provodin authored
GitOrigin-RevId: b882d80826da76954cf4e1bf635d0699efc8d376
-
Egor.Eliseev authored
Fix failed test Fix doctest rerun test action Small refactoring Merge-request: IJ-MR-131720 Merged-by:
Egor Eliseev <Egor.Eliseev@jetbrains.com> (cherry picked from commit 355ea19b6f055ad501a34ce27b1f7f5438fa6dc1) GitOrigin-RevId: a3a9b2bc5e8a5b9316a1ec48ecf3c644400b8cb0
-
Egor.Eliseev authored
Fix rerunning failed tests for all Doctest. Do 'Doctest via pytest' option be available not only if a file/fun/class starts with `test_`. Merge-request: IJ-MR-131237 Merged-by:
Egor Eliseev <Egor.Eliseev@jetbrains.com> (cherry picked from commit c1e1fda5f66d1e213f34a057175d8e8986a46647) GitOrigin-RevId: dbc7df68228f744f0a08b128f5b6dae3dcd8f7dc
-
Alexander Doroshko authored
(cherry picked from commit 909ab2275304740a5689afbe940586e7120d6f7d) IJ-CR-132572 GitOrigin-RevId: c2b0d8378b55c50e2b8543c88786c7ec47ef3db4
-
Mikhail Sokolov authored
(cherry picked from commit 41860261e5da6d1c5cbc72be6e39698675bcb8ac) IJ-CR-131725 GitOrigin-RevId: 1c693dabc84a3f8ddb96293330cf6b72438304ce
-
Piotr Tomiak authored
(cherry picked from commit f6a6a1fabddaedf1c69aad75cefe42d64603c19c) IJ-CR-134100 GitOrigin-RevId: e371d497524131db403f3b23b221662e1e22357f
-
Alexander Doroshko authored
if there are two or more LSP servers of the same type running (cherry picked from commit a04b619d9bb03fe44eb8e99d849c510197c0d664) IJ-CR-132570 GitOrigin-RevId: 42a4f2893f30abd92f901c6b479e6d8faf6afdfe
-
Dmitrii Petukhov authored
(cherry picked from commit 330a7bdbaf7d8ef0b8a9805e85858bd599b04712) IJ-CR-133906 GitOrigin-RevId: 249a331748f021e1074cdb9eb7f82f304b16ab0e
-