mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
2022.3: Add EditorCopyPasteHelper.getSelectionTransferable
(#865)
This commit is contained in:
parent
6115ca3403
commit
a743e64490
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user