[escher] Fix text inputs so they use UTF8

This commit is contained in:
Léa Saviot
2019-01-18 16:41:39 +01:00
committed by Émilie Feral
parent 242bcda631
commit 5142c071df
24 changed files with 510 additions and 360 deletions

View File

@@ -28,7 +28,7 @@ protected:
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;
KDRect dirtyRectFromCursorPosition(size_t index, bool lineBreak) const override;
KDRect dirtyRectFromPosition(const char * position, bool lineBreak) const override;
private:
App * m_pythonDelegate;
};