Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Switch the textformat based on the html property | Christian Mollekopf | 2017-09-18 |
| | |||
* | Autodetect textformat to not break plaintext | Christian Mollekopf | 2017-09-18 |
| | | | | When showing plaintext all linebreaks were ignored. | ||
* | Replaced the invisible char hack with a better solution | Christian Mollekopf | 2017-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 setCursorPosition | Christian Mollekopf | 2017-09-13 |
| | | | | | | hack Which breaks mouse selection btw. | ||
* | Extract html or plaintext depending on setting | Christian Mollekopf | 2017-09-13 |
| | |||
* | Keep TextEditor as our html editor | Christian Mollekopf | 2017-09-13 |
| | |||
* | introduce Kube.ScrollBar | Michael Bohlender | 2017-08-23 |
| | |||
* | TextEditor escaping | Christian Mollekopf | 2017-07-23 |
| | |||
* | Move focus to text editor by default, and forward to next item on esc | Christian Mollekopf | 2017-07-23 |
| | | | | ...since we support tabs in the text editor. | ||
* | Editor focus | Christian Mollekopf | 2017-07-21 |
| | |||
* | A scrollable texteditor | Christian Mollekopf | 2017-07-15 |
| | |||
* | Use the implcit flickable to simplify the code | Christian Mollekopf | 2017-06-23 |
| | |||
* | Slightly better sizing in the composer | Christian Mollekopf | 2017-06-23 |
| | |||
* | Crashes so far | Christian Mollekopf | 2017-06-19 |
| | |||
* | A texteditor that does scrolling | Christian Mollekopf | 2017-06-19 |
Something is not quite right with the sizes, but at least it works otherwise. |