[escher/text_area] Select and copy

This commit is contained in:
Léa Saviot
2019-10-10 13:43:32 +02:00
parent 0a21ed2cfb
commit 14cc6ffc59
10 changed files with 180 additions and 39 deletions

View File

@@ -27,7 +27,7 @@ protected:
void loadSyntaxHighlighter();
void unloadSyntaxHighlighter();
void clearRect(KDContext * ctx, KDRect rect) const override;
void drawLine(KDContext * ctx, int line, const char * text, size_t length, int fromColumn, int toColumn) const override;
void drawLine(KDContext * ctx, int line, const char * text, size_t length, int fromColumn, int toColumn, const char * selectionStart, const char * selectionEnd) const override;
KDRect dirtyRectFromPosition(const char * position, bool lineBreak) const override;
private:
App * m_pythonDelegate;