mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
Update api_changes_list_2019.md (#195)
This commit is contained in:
parent
ed4ce44f9d
commit
697c07ab1f
@ -69,6 +69,9 @@ NOTE: You are allowed to prettify the pattern using markdown-features:
|
||||
`org.jetbrains.plugins.groovy.extensions.GroovyScriptTypeDetector(GroovyScriptType, String[])` constructor removed
|
||||
: Use constructor `GroovyScriptTypeDetector(GroovyScriptType)` instead, and `com.intellij.fileType` to register additional extensions.
|
||||
|
||||
`com.intellij.openapi.vcs.changes.ui.ChangesListView.UNVERSIONED_FILES_DATA_KEY` field removed
|
||||
: Use `com.intellij.openapi.vcs.changes.ui.ChangesListView.UNVERSIONED_FILE_PATHS_DATA_KEY` instead.
|
||||
|
||||
# 2019.2
|
||||
|
||||
## Changes in IntelliJ Platform 2019.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user