aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-textedit/PlainTextEditor.cpp
Commit message (Collapse)AuthorAge
* 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++ ↵Ken Moore2017-06-09
| | | | rules files as the example (still need to convert the other existing rulesets over to the new format).
* Silence a file watcher warning when opening a blank or new file.Ken Moore2017-02-01
|
* LARGE UPDATE:Ken Moore2016-11-07
| | | | | | | 1) Dismantle the Lumina library completely. 2) Setup lots of small subproject files (.pri) for the individual classes within the old library. 3) Move all the Lumina binaries to use the new subproject files 4) Split up the LuminaUtils class/files into LUtils and LDesktopUtils (generic utilities, and desktop-specific utilities)
* 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.
* Fix up the bracket matching routine when going backwards exactly one space ↵Ken Moore2016-09-07
| | | | "()" for example.
* Add a new test.cpp file for checking C/C++ syntax stuff, and fix up the ↵Ken Moore2016-09-06
| | | | backwards highlighting routine when both a start and end character are in close proximity in teh middle of the search.
* 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 ↵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