summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/documenthandler.cpp
Commit message (Collapse)AuthorAge
* Fixed space after changing formattingChristian Mollekopf2017-09-13
|
* 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.
* Extract html or plaintext depending on settingChristian Mollekopf2017-09-13
|
* Keep TextEditor as our html editorChristian Mollekopf2017-09-13
|
* Skip over invisible charChristian Mollekopf2017-09-13
|
* Got html formatting to work with the great invisible char hackChristian Mollekopf2017-09-13
|
* remove file loading/saving related code from documenthandlerMichael Bohlender2017-09-12
|
* cpoy over example texteditor code and expose it through the framewoks pluginMichael Bohlender2017-09-12