aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-textedit/PlainTextEditor.cpp
Commit message (Expand)AuthorAge
* fix setTabStopWidth -> setTabStopDistancelbartoletti2019-10-22
* fontMetrics().width -> fontMetrics().horizontalAdvancelbartoletti2019-10-22
* De-activate all the hunspell integrations in lumina-text-editor.Ken Moore2018-08-16
* Began adding Syntax Support for formats to enable/disable spellcheck by defaultZackaryWelch2018-06-04
* Removed extra file and whitespaceZackaryWelch2018-06-04
* Added spellchecking per Hunspell, which is currently disabled.ZackaryWelch2018-06-04
* A couple more cleanup operations for lumina texteditKen Moore2018-05-21
* Couple quick updates to lumina-textedit:Ken Moore2018-05-21
* Quick update to lumina-textedit:Ken Moore2017-12-28
* 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
* Commit some minor updates to whitespace and the python syntax file name.Ken Moore2017-06-19
* Fix the sync of the line wrap with the current tab/file.Ken Moore2017-06-14
* fix font size bug for line sizesq5sys2017-06-14
* Finish getting the font/size information in-sync with the current tab.Ken Moore2017-06-09
* Get the new syntax highlighting support framework functional with the C++ rul...Ken Moore2017-06-09
* Silence a file watcher warning when opening a blank or new file.Ken Moore2017-02-01
* LARGE UPDATE:Ken Moore2016-11-07
* Add status tips for the cursor position.Ken Moore2016-09-12
* Fix up the bracket matching routine when going backwards exactly one space "(...Ken Moore2016-09-07
* Add a new test.cpp file for checking C/C++ syntax stuff, and fix up the backw...Ken Moore2016-09-06
* Add a prompt about reloading a file when it changes by some other utility.Ken Moore2016-08-08
* Add file watching capabilities to lumina-textedit, so the file will automatic...Ken Moore2016-08-05
* Rearrange the Lumina source tree quite a bit:Ken Moore2016-04-25
bgstack15