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 .
- 25 Oct, 2023 1 commit
-
-
Jaebaek Seo authored
We want to implement K2 create-from-usage quick fixes. Since CreateCallableFromUsageFix and CallableInfo are the core infrastructure of create-from-usage quick fixes and many parts of them can be shared between K1 and K2, we first separate the shareable parts of CreateCallableFromUsageFix and CallableInfo from the K1 specific implementation.
-
- 17 Oct, 2023 39 commits
-
-
Pavel Porvatov authored
GitOrigin-RevId: 88b3b5384fbaf02e00f04eec1bc1f01bbf52e6c6
-
Nikolay Chashnikov authored
This is needed to use this artifact in the intellij project (IDEA-335089). It isn't published automatically because DevKit plugin isn't bundled anymore. GitOrigin-RevId: 3c7094984d7044d3dbddf85643f08573308b8d12
-
Nikolay Chashnikov authored
[devkit] cleanup: reuse constant for RuntimeModuleRepositoryTargetType instead of declaring a duplicating one GitOrigin-RevId: acb040cde33b4df2f31d0ff9ad174b0d80edcec8
-
Konstantin Hudyakov authored
Avoid using `JBTabsImpl#findInfo` because if multiple `TabInfo` hold the same tab content component - it is undefined which `TabInfo` to return. And potentially it can cause the cycle like in the stacktrace from the mentioned ticket. I failed to find any real examples of such behavior, but I did't see any other reasons for this freeze. GitOrigin-RevId: 1682716f9568ddd8ab24d196bbb9b9ca0ce268e4
-
Konstantin Hudyakov authored
Most of the duplicated icons are filtered out, but some duplicates are still present. It requires access to private fields to filter them, but since there are only several cases, it is ok to leave them duplicated. GitOrigin-RevId: 2e060084d635a91f14bae2b36be3aa419eed1e18
-
Georgii Ustinov authored
IDEA-321083 review refactor GitOrigin-RevId: 086ff09f23a8156f45113204676eaff7788fa177
-
Andrew Kozlov authored
GitOrigin-RevId: 094c039ff48ad03ef6a682652ee8427ed90c0a47
-
Egor.Eliseev authored
Merge-request: IJ-MR-116812 Merged-by:
Egor Eliseev <Egor.Eliseev@jetbrains.com> GitOrigin-RevId: a9c0ec6b0462cf2c3401dd50140b4752da9e0b42
-
Andrew Kozlov authored
GitOrigin-RevId: 9cfdcbaf88fe066a5cc5e573b1234146916f796a
-
Vladimir Krivosheev authored
IDEA-324521 Colored toolbar rendering is broken when enabling/disabling colored toolbar via main toolbar context menu GitOrigin-RevId: 8a645f4f9bfe6ba3d24fbe9fceb5850e3b30d0bb
-
Vladimir Krivosheev authored
GitOrigin-RevId: a808880250a4c2535e1196a6d79912644afa6934
-
Vladimir Krivosheev authored
GitOrigin-RevId: 7e6b735aff2dd74ef9d887e23a5c516f00f356ea
-
Vladimir Krivosheev authored
GitOrigin-RevId: 2334d86cb5f88496e74453f86961d34d4b7a1ae0
-
Vladimir Krivosheev authored
GitOrigin-RevId: 1690739a3b5eb36a2df06117d7a3e8d417158291
-
Vladimir Krivosheev authored
GitOrigin-RevId: 5bbd4189b83edc74706c622eccc3e3e4ac9a6783
-
Vladimir Krivosheev authored
GitOrigin-RevId: 81df81955bb82c975345f757f0d0da43eba77090
-
Vladimir Krivosheev authored
GitOrigin-RevId: 305b21200a4ed8a55771e3d1dc7609b4c0e79cae
-
Kirill.Karnaukhov authored
GitOrigin-RevId: 2a91f6fa4baba963952d63c058c51e7958bece66
-
Kirill.Karnaukhov authored
[inline-completion] IDEA-333597: support prefix truncating only for `InlineCompletionGrayTextElement` GitOrigin-RevId: 5db6966f59ca76db07206ab854f69295577d1328
-
Kirill.Karnaukhov authored
GitOrigin-RevId: 1d63c4f66f29e26bc8487040b9d08c32df9b5726
-
Kirill.Karnaukhov authored
[inline-completion] IDEA-333597: fix retrieving visible `Rectangle` out of `InlineCompletionGrayTextElement` GitOrigin-RevId: 915cf21e436ce5ae909b25ac5ca63b0e34dd83e2
-
Kirill.Karnaukhov authored
GitOrigin-RevId: f1548411ed00dc2f36b0eca4b2c57279b41c1d84
-
Kirill.Karnaukhov authored
GitOrigin-RevId: a8290aca48525b8b23056dad1a695dba9ec2dc66
-
Kirill.Karnaukhov authored
GitOrigin-RevId: 2d089663d4ac009cf9ce7f072e02f483e20f0fae
-
Kirill.Karnaukhov authored
GitOrigin-RevId: a7f1cbf4344ea54b41c9cfaf2f8757afd9b37458
-
Kirill.Krylov authored
GitOrigin-RevId: f0d8c880bdf67394ab1e56c1425c18285dae836f
-
Kirill.Krylov authored
- clean variables, assertions, debugs - merge UpdateSessionResult.Invalidated objects - remove deprecated block - bring back removed check GitOrigin-RevId: 8ba15d5c25802ad3e4c20bbc76a0e624ddc7f038
-
Kirill.Krylov authored
GitOrigin-RevId: 44b2fdd10ff6f6e4687540bf15328c2d0a15db87
-
Kirill.Krylov authored
GitOrigin-RevId: c3aa169d64c7f2ac5814cfdd8578b8b570809dc0
-
Kirill.Krylov authored
GitOrigin-RevId: 65e4344ae81b2871a99a149ad04d606efa088ac6
-
Kirill.Krylov authored
GitOrigin-RevId: 61bb68dcf1f5f80a90bd4d252eb72801439d2c7f
-
Kirill.Krylov authored
- fix InlineCompletionElement.Presentable inheritance with InlineCompletionElement - rename invalidate -> restartOn - rename InlineState -> InlineCompletionState - bring back removed @RequiresEdt - replace Navigation type with Enum - remove synchronization - remove InlineCompletionSuggestion temporary interfaces, make better hierarchy - cleanup GitOrigin-RevId: b23cacef0f5acbaf0fc690058937f35a8155d67a
-
Kirill.Krylov authored
GitOrigin-RevId: eea45116f96a10c2c3a22d23d8d29349e18086f0
-
Sergey Stoyanovsky authored
Migrate to `InlineCompletionBlock` GitOrigin-RevId: ada67bfe0be35ed918fd27d635a70177c4a3bb80
-
Sergey Stoyanovsky authored
GitOrigin-RevId: 704a9c707d559b2d1764ed459212a01593dd11b0
-
Sergey Stoyanovsky authored
GitOrigin-RevId: 13a234e79689b8704b956645fb945f352555ec08
-
Kirill.Krylov authored
- more getters to actual functions refactorings - making full line contributor's order to last - rename all `Inline` to `InlineCompletion` prefixes GitOrigin-RevId: 263d563257b110e8a7a3cbc5c34887e996446fde
-
Kirill.Krylov authored
- multiple package renaming - rename functions in InlineCompletionProvider.kt - removing duplicated experimental tags - removing old classes - combining all deprecated functions - splitting and renaming InlineCompletionBlock (+presentation) - moving from getters to actual functions - introduce wrapper on flow (InlineCompletionSuggestion) GitOrigin-RevId: 33a2e98fa3cb517f46cf062a4fe81f05ac683662
-
Tagir Valeev authored
Fixes IDEA-323691 JSpecify's NullMarked not considered when Java module is annotated GitOrigin-RevId: d84fe78d9e2f0c4a2bbe7471855310762e833ba4
-