mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
KTNB-235, PY-64586: Fix runtime configuration and mark classes in intellij.notebooks.tables as internal
GitOrigin-RevId: 3fc10921590edf4d9a8c2b9255634d3e78b35841
This commit is contained in:
committed by
intellij-monorepo-bot
parent
01f61622b7
commit
071d45b386
@@ -9,5 +9,6 @@
|
|||||||
<orderEntry type="inheritedJdk" />
|
<orderEntry type="inheritedJdk" />
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
||||||
|
<orderEntry type="module" module-name="intellij.platform.util" />
|
||||||
</component>
|
</component>
|
||||||
</module>
|
</module>
|
||||||
@@ -1,5 +1,8 @@
|
|||||||
package com.intellij.notebooks.tables
|
package com.intellij.notebooks.tables
|
||||||
|
|
||||||
|
import com.intellij.openapi.util.IntellijInternalApi
|
||||||
|
|
||||||
|
@IntellijInternalApi
|
||||||
enum class CommandOutputType {
|
enum class CommandOutputType {
|
||||||
STREAM, DISPLAY
|
STREAM, DISPLAY
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
package com.intellij.notebooks.tables
|
package com.intellij.notebooks.tables
|
||||||
|
|
||||||
|
import com.intellij.openapi.util.IntellijInternalApi
|
||||||
|
|
||||||
|
@IntellijInternalApi
|
||||||
interface TableCommandParameters
|
interface TableCommandParameters
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
package com.intellij.notebooks.tables
|
package com.intellij.notebooks.tables
|
||||||
|
|
||||||
|
import com.intellij.openapi.util.IntellijInternalApi
|
||||||
|
|
||||||
|
@IntellijInternalApi
|
||||||
enum class TableCommandType {
|
enum class TableCommandType {
|
||||||
DF_INFO, SLICE, DF_DESCRIBE
|
DF_INFO, SLICE, DF_DESCRIBE
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user