mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
api changes 2019.3: group by plugins
This commit is contained in:
parent
49c33f2f71
commit
4dab34111d
@ -88,9 +88,6 @@ NOTE: You are allowed to prettify the pattern using markdown-features:
|
||||
`com.intellij.util.net.ssl.CertificateManager.HOSTNAME_VERIFIER` field removed
|
||||
: Use `org.apache.http.conn.ssl.DefaultHostnameVerifier` instead.
|
||||
|
||||
`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.
|
||||
|
||||
@ -112,6 +109,13 @@ NOTE: You are allowed to prettify the pattern using markdown-features:
|
||||
`com.intellij.remoteServer.configuration.deployment.DeploymentConfigurationManager.createAndRunConfiguration(ServerType, RemoteServer)` method removed
|
||||
: Use `DeploymentConfigurationManager.createAndRunConfiguration(ServerType, RemoteServer, DeploymentSourceType)` instead.
|
||||
|
||||
## Changes in Groovy plugin 2019.3
|
||||
|
||||
`org.jetbrains.plugins.groovy.extensions.GroovyScriptTypeDetector(GroovyScriptType, String[])` constructor removed
|
||||
: Use constructor `GroovyScriptTypeDetector(GroovyScriptType)` instead, and `com.intellij.fileType` to register additional extensions.
|
||||
|
||||
## Changes in Cucumber plugin 2019.3
|
||||
|
||||
`org.jetbrains.plugins.cucumber.javascript.CucumberJavaScriptStepDefinitionCreator#createStepDefinition(GherkinStep, PsiFile)` method removed
|
||||
: Use `org.jetbrains.plugins.cucumber.javascript.CucumberJavaScriptStepDefinitionCreator#createStepDefinition(GherkinStep, PsiFile, boolean)` instead.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user