mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Fix multi-cursor paste operation.
This commit is contained in:
@@ -265,6 +265,8 @@ class EE_API TextDocument {
|
||||
|
||||
void textInput( const String& text, bool mightBeInteresting = true );
|
||||
|
||||
void pasteText( String&& text );
|
||||
|
||||
void imeTextEditing( const String& text );
|
||||
|
||||
void registerClient( Client* client );
|
||||
|
||||
Reference in New Issue
Block a user