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 Feb, 2023 25 commits
-
-
Eldar Abusalimov authored
Use PositionPresentation directly, with separate flows for the main and alternative source kinds. GitOrigin-RevId: aa8783f219deb3cd75ee5e9861fde924fb5d2454
-
Eldar Abusalimov authored
Launch the flow collectors tracking `activeSourceKindState`, `navigationRequestFlow`, and `gutterIconRendererState` in the coroutine scope defining the lifetime of ExecutionPointPresentation. The scope is cancelled automatically at the right moment because of the use of `.transformLatest {}`. This also eliminates the need in clunky `.zipWithNext {}`, which used to be used to call `hideAndDispose()` on the previous presentation. The ExecutionPointPresentation is AutoCloseable now, and it is closed when the coroutine scope is cancelled by the next element in the flow. GitOrigin-RevId: 9966080e19c1555ad0dcabc62899321454e8c6b7
-
Eldar Abusalimov authored
GitOrigin-RevId: bab244e5362ac1cad411ea5a7c75b6772bf4da04
-
Eldar Abusalimov authored
GitOrigin-RevId: fadd59935d225fb6c0c6633b56a34e7c35b33c47
-
Eldar Abusalimov authored
Wrap potentially erroneous operations with `runCatching { }.getOrLogException(LOG)`, like those accessing an XSourcePosition coming from the outside, Otherwise, an unhandled exception in a flow operation fails the collector coroutine and the piece of functionality the flow was responsible for stops working. GitOrigin-RevId: 31a8bfe4a3810101f0b8012a74312e205b36683b
-
Eldar Abusalimov authored
GitOrigin-RevId: 0c6440d539fb468d584fcf8ffd76cb27b5e481d0
-
Eldar Abusalimov authored
GitOrigin-RevId: 6a9e564d9520b638f29c7016fb2eb2d72dd9b5fd
-
Eldar Abusalimov authored
GitOrigin-RevId: c04ccf80caa8916e0b84dc94ffa2c2d5706ae722
-
Eldar Abusalimov authored
GitOrigin-RevId: 9ccb048946c0d75b75870adf91d691f0d6e9a090
-
Eldar Abusalimov authored
GitOrigin-RevId: 72f518d2982b61c0b83cb960df3121e1b8bb9204
-
Eldar Abusalimov authored
Navigating to the execution point is not implemented yet. GitOrigin-RevId: 53c543b1349fb08e726d5301bae9035715d356ef
-
Eldar Abusalimov authored
GitOrigin-RevId: 872f9b3eddad6253ea8669d45ff280ecff97365b
-
Eldar Abusalimov authored
Now that there's no more need in our own logic responsible for scrolling to the disasm position in an inactive disasm editor, the recently added overload of `ExecutionPointHighlighter.show()` doesn't have to return a Promise anymore. GitOrigin-RevId: 82aa55c703b5b059406850ab8adba5e2252c05a2
-
Eldar Abusalimov authored
GitOrigin-RevId: 775629e6eadd6b5c76d5163a1d4b5e8826444673
-
Eldar Abusalimov authored
GitOrigin-RevId: 4d39baa001418f449cea24948df42d72ad7dae09
-
Eldar Abusalimov authored
GitOrigin-RevId: 665be2d44a7520c0f1237eb59ee4660db2eeecf9
-
Eldar Abusalimov authored
GitOrigin-RevId: deef2b7194fd65a7a43ac9bd9a53fbc97fce978b
-
Eldar Abusalimov authored
GitOrigin-RevId: 7585a97463d0ca65a01e11315da8d8305582ab17
-
Eldar Abusalimov authored
GitOrigin-RevId: d1321e92f18732cb5bf1136f72ed91d1e0bf7cde
-
Eldar Abusalimov authored
GitOrigin-RevId: 745c36305a52a066ade9ee6294f3f6429467bd59
-
Eldar Abusalimov authored
GitOrigin-RevId: de8b0f9ab5699b7881ce683b11f573d36a9be0c6
-
Eldar Abusalimov authored
GitOrigin-RevId: 463476de257330b24ffef5ec4b7c498661913716
-
Henry Wylde authored
This implementation adds a new searcher that allows languages to provide an ImplementationViewSearcher. This just simplifies some of the API so that we can re-use concepts such as TargetPresentation. GitOrigin-RevId: 0115e0bfc4eeda4a77d0cba561ab53c7c320fd75
-
Henry Wylde authored
This line was removed in 17ae0f23a8dc3c6274c552c8cf1a861d816516b5, but was important as without it the FindUsagesAction#SEARCH_TARGETS data rule would fail to find any valid search targets. GitOrigin-RevId: d23f5694cd970d866d1c9e12a54dab1998ad13c5
-
Vyacheslav Karpukhin authored
KTIJ-15609 New Project wizard: Android Application: automatically fill "Android SDK Path" field and remember the change GitOrigin-RevId: c10ab0b1703ebeacdec677496e6a8d218ec5dcc5
-
- 13 Feb, 2023 15 commits
-
-
Sergey Simonchik authored
GitOrigin-RevId: de3c2acc2fd0d6e2aca7a0d6c2b663e9496ba8f9
-
roman.ivanitskii authored
GitOrigin-RevId: d7edba8b2cccbd19d356916c8a9e9b7e05224fa3
-
Andrii Rublov authored
GitOrigin-RevId: f68ef7d47e6e2efcc548bdf497aa1090a4af1de5
-
Vladimir Krivosheev authored
GitOrigin-RevId: e42379a058bb5e9b6c87a20c25392dcc6d037fdc
-
Sergey Simonchik authored
GitOrigin-RevId: 35ece3a83b0abce282eeb9896cbb6267293a9a44
-
Aydar Mukhametzyanov authored
GitOrigin-RevId: 05559115525a7030faa548e1a2cc1fc3925758a7
-
Aydar Mukhametzyanov authored
GitOrigin-RevId: a9e8157587647855ac3a1117c0bd05819b0a4a52
-
Aydar Mukhametzyanov authored
GitOrigin-RevId: 5379efc2ce26ce4c68ebbd338ece06b9cdd9e3bf
-
Vladimir Krivosheev authored
move intellij.platform.util.diff and intellij.platform.util.text.matching from util.jar to app.jar (it is not a low-level util - we can raise the language level) GitOrigin-RevId: d5aeb967779a489ac57e16fdbb023604a3a1a825
-
Vladimir Krivosheev authored
GitOrigin-RevId: c1dcc7fcf3b72bd849c0aa17a5d025703c0074ba
-
Andrey Cherkasov authored
GitOrigin-RevId: 4d79699db5b769fb7c36dbabc16c17272c18771e
-
Aydar Mukhametzyanov authored
GitOrigin-RevId: 47c8b9dbd9ec9631435064e61b33bdc5176f2c5e
-
Egor Ushakov authored
GitOrigin-RevId: 90f423310f62b8fecfdee6a3555487ec6086f859
-
Nikolay Chashnikov authored
...and use UninitializedWorkspaceFileIndexData implementation instead of null. This is needed to improve handling on access to non-initialized data. Also, WorkspaceFileIndexData instance is now exposed via WorkspaceFileIndexEx to avoid verbose delegation. GitOrigin-RevId: cf3c0dd11799be9226931ad0335fa7d1faa40aea
-
Nikolay Chashnikov authored
First step: rename the file to keep history. GitOrigin-RevId: 14f5da859a10d65e68832ba6aae6b21eea940a4d
-