summaryrefslogtreecommitdiffstats
path: root/framework/qml/TextEditor.qml
Commit message (Collapse)AuthorAge
* Replaced the invisible char hack with a better solutionChristian Mollekopf2017-09-13
| | | | | | We now cache the format until the next char is inserted, which seems to work fine, doesn't break selection and is overall much cleaner.
* We don't want persistentSelection and centralize the setCursorPositionChristian Mollekopf2017-09-13
| | | | | | hack Which breaks mouse selection btw.
* Extract html or plaintext depending on settingChristian Mollekopf2017-09-13
|
* Keep TextEditor as our html editorChristian Mollekopf2017-09-13
|
* introduce Kube.ScrollBarMichael Bohlender2017-08-23
|
* TextEditor escapingChristian Mollekopf2017-07-23
|
* Move focus to text editor by default, and forward to next item on escChristian Mollekopf2017-07-23
| | | | ...since we support tabs in the text editor.
* Editor focusChristian Mollekopf2017-07-21
|
* A scrollable texteditorChristian Mollekopf2017-07-15
|
* Use the implcit flickable to simplify the codeChristian Mollekopf2017-06-23
|
* Slightly better sizing in the composerChristian Mollekopf2017-06-23
|
* Crashes so farChristian Mollekopf2017-06-19
|
* A texteditor that does scrollingChristian Mollekopf2017-06-19
Something is not quite right with the sizes, but at least it works otherwise.