aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-textedit/PlainTextEditor.h
Commit message (Collapse)AuthorAge
* De-activate all the hunspell integrations in lumina-text-editor.Ken Moore2018-08-16
| | | | | They do not work (crash as soon as calling the hunspell library). The hunspell functions are just commented out at the moment so that the library is not needed for the build until such time as the hunspell integration works.
* Began adding Syntax Support for formats to enable/disable spellcheck by defaultZackaryWelch2018-06-04
|
* Added spellchecking per Hunspell, which is currently disabled.ZackaryWelch2018-06-04
|
* Add better handling of read-only files in LTE.Ken Moore2017-12-06
|
* Make sure that on closing, it attempts to save *all* files with pending changes.Ken Moore2017-12-06
| | | | | If popup warnings are disabled just close the app (never automatically change the underlying file(s) - this can be disastrous) Add status reporting to all the "Save" functions so that it returns false if the user cancelled it.
* fix font size bug for line sizesq5sys2017-06-14
|
* Add status tips for the cursor position.Ken Moore2016-09-12
| | | | Now you can see which column the cursor is on if the user needs to keep under a particular number.
* Add file watching capabilities to lumina-textedit, so the file will ↵Ken Moore2016-08-05
| | | | automatically re-load if changed externally and no pending changes in the editor.
* Rearrange the Lumina source tree quite a bit:Ken Moore2016-04-25
Now the utilites are arranged by category (core, core-utils, desktop-utils), so all the -utils may be excluded by a package system (or turned into separate packages) as needed.
bgstack15