2022.3: Add EditorCopyPasteHelper.getSelectionTransferable (#865)

This commit is contained in:
Eldar Abusalimov 2022-10-11 14:55:52 +03:00 committed by GitHub
parent 6115ca3403
commit a743e64490
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,6 +81,8 @@ _Early Access Program_ (EAP) releases of upcoming versions are available [here](
## 2022.3
### IntelliJ Platform 2022.3
`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.
### Database Plugin 2022.3