Commit 092344b
[eel] IJPL-217770: Decouple EelDescriptor and EelMachine through EelMachineProvider
GitOrigin-RevId: 407055c63d852a064a689679f49a0beb06b8d2051 parent f344e3f commit 092344b
88 files changed
Lines changed: 565 additions & 357 deletions
File tree
- java
- compiler/impl/src/com/intellij/compiler/server
- idea-ui/src/com/intellij
- ide/projectWizard
- jarRepository
- openapi/roots/ui/configuration
- projectRoot
- java-impl/src/com/intellij/openapi/projectRoots/impl
- platform
- configuration-store-impl/src
- core-api/resources/META-INF
- eel-impl/src/com/intellij/platform/eel/impl/fs
- eel-provider
- src/com/intellij/platform/eel/provider
- eel
- src/com/intellij/platform/eel
- tests/com/intellij/platform/eel/path
- external-system-impl/src/com/intellij/openapi/externalSystem/service/execution
- ijent/impl/src/com/intellij/platform/ijent/community/impl
- lang-core/src/com/intellij/openapi/projectRoots
- lang-impl/src/com/intellij
- openapi
- projectRoots/impl
- jdkDownloader
- roots/ui/configuration
- projectRoot
- workspaceModel/ide/impl/legacyBridge
- module
- sdk
- platform-impl
- eel
- resources
- src/com/intellij/platform/ide/impl/wsl
- src/com/intellij
- execution/ijent/nio
- workspaceModel/ide/impl/jps/serialization
- platform-tests/testSrc/com/intellij/execution/wsl
- projectModel-api/src/com/intellij/workspaceModel/ide
- legacyBridge/sdk
- projectModel-impl/src/com/intellij
- openapi/roots/impl/libraries
- workspaceModel/ide/impl
- legacyBridge
- library
- module
- sdk
- testFramework/junit5/eel/src/impl
- workspace/jps/tests/testSrc/com/intellij/workspaceModel/ide
- impl/jps/serialization
- plugins
- git4idea/src/git4idea/config
- gradle
- java/src
- execution/build
- util
- src/org/jetbrains/plugins/gradle
- dependency/analyzer
- service/execution
- eel
- maven/src/main/java/org/jetbrains/idea/maven
- execution
- run
- target
- utils
- wizards
- sh/backend/src/com/intellij/sh/backend
- terminal
- frontend/src/com/intellij/terminal/frontend/view/completion
- src/org/jetbrains/plugins/terminal
- runner
- python
- ide/impl/src/com/intellij/pycharm/community/ide/impl
- openapi/src/com/jetbrains/python
- python-exec-service
- src/com/intellij/python/community/execService
- impl/processLaunchers
- tests/com/intellij/python/junit5Tests/unit/alsoWin
- python-hatch/src/com/intellij/python/hatch/service
- services/system-python
- src/com/intellij/python/community/services/systemPython
- impl
- tests/com/intellij/python/junit5Tests/env/systemPython
- src/com/jetbrains/python/sdk
- poetry
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
901 | 901 | | |
902 | 902 | | |
903 | 903 | | |
904 | | - | |
| 904 | + | |
905 | 905 | | |
906 | 906 | | |
907 | 907 | | |
| |||
Lines changed: 10 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | | - | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
18 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
19 | 24 | | |
20 | 25 | | |
21 | 26 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 27 | + | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| |||
Lines changed: 7 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
| 47 | + | |
46 | 48 | | |
| 49 | + | |
47 | 50 | | |
48 | 51 | | |
49 | 52 | | |
| |||
182 | 185 | | |
183 | 186 | | |
184 | 187 | | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
189 | 191 | | |
190 | 192 | | |
191 | 193 | | |
| |||
513 | 515 | | |
514 | 516 | | |
515 | 517 | | |
516 | | - | |
| 518 | + | |
517 | 519 | | |
518 | 520 | | |
519 | 521 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
672 | 672 | | |
673 | 673 | | |
674 | 674 | | |
675 | | - | |
| 675 | + | |
676 | 676 | | |
677 | 677 | | |
678 | 678 | | |
| |||
684 | 684 | | |
685 | 685 | | |
686 | 686 | | |
687 | | - | |
| 687 | + | |
688 | 688 | | |
689 | 689 | | |
690 | 690 | | |
| |||
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | | - | |
| 14 | + | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
20 | | - | |
21 | 19 | | |
22 | | - | |
| 20 | + | |
23 | 21 | | |
24 | 22 | | |
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
548 | 548 | | |
549 | 549 | | |
550 | 550 | | |
551 | | - | |
| 551 | + | |
552 | 552 | | |
553 | | - | |
| 553 | + | |
554 | 554 | | |
555 | 555 | | |
556 | 556 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
516 | 516 | | |
517 | 517 | | |
518 | 518 | | |
519 | | - | |
| 519 | + | |
520 | 520 | | |
521 | 521 | | |
522 | 522 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
296 | | - | |
297 | | - | |
| 296 | + | |
| 297 | + | |
298 | 298 | | |
299 | | - | |
| 299 | + | |
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
0 commit comments