mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
Changes in Python Plugin 2020.2 (#340)
This commit is contained in:
parent
9705e04ece
commit
32923a6af5
@ -258,6 +258,14 @@ Added Union Types Support
|
||||
`org.jetbrains.kotlin.idea.core.formatter.KotlinCodeStyleSettings.PACKAGES_TO_USE_STAR_IMPORTS` field type changed from `PackageEntryTable` to `KotlinPackageEntryTable`
|
||||
: This change was required to implement import layout order for Kotlin. `KotlinPackageEntryTable` can be used in the same manner as `PackageEntryTable`.
|
||||
|
||||
### Changes in Python Plugin 2020.2
|
||||
|
||||
`com.jetbrains.python.PythonDialectsTokenSetProvider.INSTANCE` field removed
|
||||
: `PythonDialectsTokenSetProvider` became an application service, use `PythonDialectsTokenSetProvider.getInstance()` instead.
|
||||
|
||||
`com.jetbrains.python.psi.PyUtil.getLanguageLevelForVirtualFile(Project, VirtualFile)` method removed
|
||||
: Use `PythonLanguageLevelPusher.getLanguageLevelForVirtualFile(Project, VirtualFile)` instead.
|
||||
|
||||
## 2020.1
|
||||
|
||||
### Changes in IntelliJ Platform 2020.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user