mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
Document the removal of 'Generate Ant build' API (#230)
This commit is contained in:
parent
a4191c2aa2
commit
ede2a1ec7f
@ -61,6 +61,9 @@ NOTE: You are allowed to prettify the pattern using markdown-features:
|
||||
|
||||
## Changes in IntelliJ Platform 2020.1
|
||||
|
||||
`com.intellij.compiler.ant` package removed
|
||||
: 'Generate Ant build' functionality is removed from the IDE. Delete the code extending this or replace it with a dependency on the `generate-ant` plugin.
|
||||
|
||||
`com.intellij.codeInsight.editorActions.SelectionQuotingTypedHandler.DequotingFilter` class renamed to `com.intellij.codeInsight.editorActions.SelectionQuotingTypedHandler.UnquotingFilter`
|
||||
: Use `com.intellij.codeInsight.editorActions.SelectionQuotingTypedHandler.UnquotingFilter` instead.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user