mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-23 07:39:39 +07:00
[pycharm] PY-81494 Fix deadlocking code Merge-request: IJ-MR-179432 Merged-by: David Lysenko <david.lysenko@jetbrains.com> [pycharm] PY-81494 Config fixes PY-81494 [pycharm] PY-81494 Fix further flakiness [pycharm] PY-81494 Address feedback [pycharm] PY-81494 Fix flakiness [pycharm] PY-81494 Separate modules [pycharm] PY-81494 Fix tests [pycharm] PY-81494 Change waitFor to awaitExit for coroutines [pycharm] PY-81494 Configuration fixes [pycharm] PY-81494 Add usage statistics [pycharm] PY-81494 Address feedback [pycharm] PY-81494 Add more limit tests [pycharm] PY-81494 Post-rebase fixes [pycharm] PY-81494 Implement logging tests [pycharm] PY-81494 Final design adjustments [pycharm] PY-81494 Refactor flows [pycharm] PY-81494 Add more OutputSection tests [pycharm] PY-81494 Add Toolbar tests [pycharm] PY-81494 Add InterText tests [pycharm] PY-81494 Add FilterActionGroup tests [pycharm] PY-81494 Add EmptyContainerNotice tests [pycharm] PY-81494 Add CollapsibleListSection tests [pycharm] PY-81494 Add ActionIconButton tests [pycharm] PY-81494 Address feedback [pycharm] PY-81494 Address feedback [pycharm] PY-81494 Post-rebase fixes [pycharm] PY-81494 Address initial feedback [pycharm] PY-81494 Fix existing tests & add new to tree [pycharm] PY-81494 Implement copy to clipboard button [pycharm] PY-81494 Amend design [pycharm] PY-81494 Begin implementing output tests [pycharm] PY-81494 Refactor file structure [pycharm] PY-81494 Implement tests for process list [pycharm] PY-81494 wip tests for process list [pycharm] PY-81494 Finishing touches [pycharm] PY-81494 Consolidate list logic in the model [pycharm] PY-81494 Add logging limits [pycharm] PY-81494 Implement open tool window on exec service error [pycharm] PY-81494 Implement open command in terminal [pycharm] PY-81494 Add expansion actions [pycharm] PY-81494 Implement categorization by coroutine names [pycharm] PY-81494 Memorize expansion states between tool window openings [pycharm] PY-81494 Memorize scroll state between tool window openings [pycharm] PY-81494 Introduce collapsible section for process info [pycharm] PY-81494 Implement view setting filtering [pycharm] PY-81494 Refactor process logging to use shared flows [pycharm] PY-81494 Implement tests for ProcessList composable [pycharm] PY-81494 Implement process toolwindow prototype Merge-request: IJ-MR-176106 Merged-by: David Lysenko <david.lysenko@jetbrains.com> Merge-request: IJ-MR-179303 Merged-by: David Lysenko <david.lysenko@jetbrains.com> GitOrigin-RevId: 44552a582dd628d206b207e02e6f24c7749b4d9f
64 lines
4.0 KiB
XML
64 lines
4.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module type="JAVA_MODULE" version="4">
|
|
<component name="FacetManager">
|
|
<facet type="kotlin-language" name="Kotlin">
|
|
<configuration version="5" platform="JVM 21" allPlatforms="JVM [21]" useProjectSettings="false">
|
|
<compilerSettings>
|
|
<option name="additionalArguments" value="-Xjvm-default=all -P plugin:androidx.compose.compiler.plugins.kotlin:generateFunctionKeyMetaAnnotations=true -XXLanguage:+AllowEagerSupertypeAccessibilityChecks -opt-in=kotlin.time.ExperimentalTime" />
|
|
</compilerSettings>
|
|
<compilerArguments>
|
|
<stringArguments>
|
|
<stringArg name="jvmTarget" arg="21" />
|
|
<stringArg name="apiVersion" arg="2.2" />
|
|
<stringArg name="languageVersion" arg="2.2" />
|
|
</stringArguments>
|
|
<arrayArguments>
|
|
<arrayArg name="pluginClasspaths">
|
|
<args>$MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-compose-compiler-plugin/2.2.20/kotlin-compose-compiler-plugin-2.2.20.jar</args>
|
|
</arrayArg>
|
|
</arrayArguments>
|
|
</compilerArguments>
|
|
</configuration>
|
|
</facet>
|
|
</component>
|
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
|
<exclude-output />
|
|
<content url="file://$MODULE_DIR$">
|
|
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
|
|
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
|
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
|
<orderEntry type="module" module-name="intellij.platform.ide" />
|
|
<orderEntry type="module" module-name="intellij.platform.core" />
|
|
<orderEntry type="module" module-name="intellij.libraries.skiko" />
|
|
<orderEntry type="module" module-name="intellij.libraries.compose.foundation.desktop" />
|
|
<orderEntry type="module" module-name="intellij.platform.jewel.foundation" />
|
|
<orderEntry type="module" module-name="intellij.platform.jewel.ui" />
|
|
<orderEntry type="module" module-name="intellij.platform.jewel.ideLafBridge" />
|
|
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
|
<orderEntry type="module" module-name="intellij.python.community.execService" />
|
|
<orderEntry type="module" module-name="intellij.python.community" />
|
|
<orderEntry type="module" module-name="intellij.platform.util.ui" />
|
|
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
|
<orderEntry type="module" module-name="intellij.libraries.compose.foundation.desktop.junit" scope="TEST" />
|
|
<orderEntry type="library" scope="TEST" name="kotlin-test" level="project" />
|
|
<orderEntry type="library" scope="TEST" name="kotlin-test-assertions-core-jvm" level="project" />
|
|
<orderEntry type="library" scope="TEST" name="kotlin-test-junit" level="project" />
|
|
<orderEntry type="module" module-name="intellij.platform.jewel.intUi.standalone" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.platform.projectModel" />
|
|
<orderEntry type="module" module-name="intellij.platform.execution.impl" />
|
|
<orderEntry type="library" name="jediterm-core" level="project" />
|
|
<orderEntry type="library" scope="TEST" name="io.mockk" level="project" />
|
|
<orderEntry type="library" scope="TEST" name="io.mockk.jvm" level="project" />
|
|
<orderEntry type="library" name="kotlin-reflect" level="project" />
|
|
<orderEntry type="library" name="kotlinx-collections-immutable" level="project" />
|
|
<orderEntry type="module" module-name="intellij.platform.testFramework.junit5" scope="TEST" />
|
|
<orderEntry type="library" scope="TEST" name="JUnit5" level="project" />
|
|
<orderEntry type="module" module-name="intellij.platform.testFramework.common" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.platform.statistics" />
|
|
<orderEntry type="module" module-name="intellij.python.processOutput" />
|
|
</component>
|
|
</module> |