mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 09:17:50 +08:00
PyElementTypes.STATEMENT_LIST type change notification (#1309)
Changed in revision 892acbe0c95fde6aec74b7595b0a58f902c426f5
This commit is contained in:
parent
aaafc08e44
commit
7c47af43a6
@ -77,6 +77,10 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no
|
|||||||
`org.apache.sanselan.util` package removed
|
`org.apache.sanselan.util` package removed
|
||||||
: `org.apache.sanselan.util.IOUtils` compatibility shim is obsolete; instead, please use JRE methods or `org.apache.commons.io.IOUtils`.
|
: `org.apache.sanselan.util.IOUtils` compatibility shim is obsolete; instead, please use JRE methods or `org.apache.commons.io.IOUtils`.
|
||||||
|
|
||||||
|
### Python Plugin 2024.2
|
||||||
|
`com.jetbrains.python.PyElementTypes.STATEMENT_LIST` field type changed from `PyElementType` to `IElementType`
|
||||||
|
: Update code usages.
|
||||||
|
|
||||||
## 2024.1
|
## 2024.1
|
||||||
|
|
||||||
### IntelliJ Platform 2024.1
|
### IntelliJ Platform 2024.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user