aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-textedit
Commit message (Expand)AuthorAge
...
* Cleanup a couple syntax highlighting rules for .rst files.Ken Moore2016-09-12
* Clean up the find/replace dialog a bit:Ken Moore2016-09-08
* Fix up the bracket matching routine when going backwards exactly one space "(...Ken Moore2016-09-07
* Fix up another multi-line syntax highlighting routine.Ken Moore2016-09-06
* Add a new test.cpp file for checking C/C++ syntax stuff, and fix up the backw...Ken Moore2016-09-06
* Add possible whitespace to the preprocessor rule for C/C++ code.Ken Moore2016-09-06
* Fix the 1-character-line detection/usage for syntax highlighting.Ken Moore2016-09-06
* Another couple quick fixes for the C/C++ regex rules: don't highlight the Qt ...Ken Moore2016-09-06
* Clean up a bit more of the syntaxhighlighting rules - ensuring that single-li...Ken Moore2016-09-06
* Remove the tabBarAutoHide property from the tabWidget within lumina-textedit ...Ken Moore2016-09-02
* 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
* Another large update to syntax highlighting for .rst files (and some overall ...Ken Moore2016-08-04
* Get a lot more of the .rst file syntax highlighting functional.Ken Moore2016-08-03
* Start cleaning up the rst syntax highlighting.Ken Moore2016-08-02
* Fix the symlink creation routine so it works properly if INSTALL_ROOT is setup.Ken Moore2016-06-30
* Fix the symlink creation routine in lumina-textedit to work with package syst...Ken Moore2016-06-28
* Allow the "save file as" option to always be available (not dependant on chan...Ken Moore2016-06-27
* Have lumina-textedit also create a sym-link called "lte" for the lumina-texte...Ken Moore2016-06-20
* Fix where localization files get installed via the main source tree (accounts...Ken Moore2016-06-20
* Large update to the project files:Ken Moore2016-06-14
* Adjust the single-replace logic in lumina-textedit. Have it replace the curre...Ken Moore2016-05-02
* Add "bool" to the C++ syntax highlighting.Ken Moore2016-04-27
* Add a .desktop entry for lumina-textedit.Ken Moore2016-04-25
* Rearrange the Lumina source tree quite a bit:Ken Moore2016-04-25
bgstack15