mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
Update api_changes_list_2022.md (#873)
This commit is contained in:
parent
c617d345a2
commit
57177ae2d6
@ -83,6 +83,11 @@ _Early Access Program_ (EAP) releases of upcoming versions are available [here](
|
|||||||
<include src="tools_gradle_intellij_plugin.md" include-id="gradle_plugin_223_problem"></include>
|
<include src="tools_gradle_intellij_plugin.md" include-id="gradle_plugin_223_problem"></include>
|
||||||
|
|
||||||
### IntelliJ Platform 2022.3
|
### IntelliJ Platform 2022.3
|
||||||
|
|
||||||
|
`com.intellij.openapi.externalSystem.dependency.analyzer.DependencyAnalyzerExtension.isApplicable(ProjectSystemId)` method added
|
||||||
|
`com.intellij.openapi.externalSystem.dependency.analyzer.DependencyAnalyzerExtension.createContributor(Project, Disposable)` method parameter `ProjectSystemId` removed
|
||||||
|
`com.intellij.openapi.externalSystem.dependency.analyzer.DependencyAnalyzerExtension.createContributor(Project, Disposable)` method return type changed from `DependencyAnalyzerContributor?` to `DependencyAnalyzerContributor`: Implement `isApplicable` instead.
|
||||||
|
|
||||||
`com.intellij.openapi.editor.EditorCopyPasteHelper.getSelectionTransferable(Editor editor, EditorCopyPasteHelper.CopyPasteOptions options)` abstract method added
|
`com.intellij.openapi.editor.EditorCopyPasteHelper.getSelectionTransferable(Editor editor, EditorCopyPasteHelper.CopyPasteOptions options)` abstract method added
|
||||||
: Must be implemented instead of and preferred over `com.intellij.openapi.editor.EditorCopyPasteHelper.copySelectionToClipboard(Editor)` which now delegates to the new method.
|
: Must be implemented instead of and preferred over `com.intellij.openapi.editor.EditorCopyPasteHelper.copySelectionToClipboard(Editor)` which now delegates to the new method.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user