index
:
lumina
debianize
master
The BSD-original Lumina desktop environment
bgstack15
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src-qt5
/
desktop-utils
/
lumina-textedit
/
PlainTextEditor.cpp
Commit message (
Expand
)
Author
Age
*
fix setTabStopWidth -> setTabStopDistance
lbartoletti
2019-10-22
*
fontMetrics().width -> fontMetrics().horizontalAdvance
lbartoletti
2019-10-22
*
De-activate all the hunspell integrations in lumina-text-editor.
Ken Moore
2018-08-16
*
Began adding Syntax Support for formats to enable/disable spellcheck by default
ZackaryWelch
2018-06-04
*
Removed extra file and whitespace
ZackaryWelch
2018-06-04
*
Added spellchecking per Hunspell, which is currently disabled.
ZackaryWelch
2018-06-04
*
A couple more cleanup operations for lumina textedit
Ken Moore
2018-05-21
*
Couple quick updates to lumina-textedit:
Ken Moore
2018-05-21
*
Quick update to lumina-textedit:
Ken Moore
2017-12-28
*
Add better handling of read-only files in LTE.
Ken Moore
2017-12-06
*
Make sure that on closing, it attempts to save *all* files with pending changes.
Ken Moore
2017-12-06
*
Commit some minor updates to whitespace and the python syntax file name.
Ken Moore
2017-06-19
*
Fix the sync of the line wrap with the current tab/file.
Ken Moore
2017-06-14
*
fix font size bug for line sizes
q5sys
2017-06-14
*
Finish getting the font/size information in-sync with the current tab.
Ken Moore
2017-06-09
*
Get the new syntax highlighting support framework functional with the C++ rul...
Ken Moore
2017-06-09
*
Silence a file watcher warning when opening a blank or new file.
Ken Moore
2017-02-01
*
LARGE UPDATE:
Ken Moore
2016-11-07
*
Add status tips for the cursor position.
Ken Moore
2016-09-12
*
Fix up the bracket matching routine when going backwards exactly one space "(...
Ken Moore
2016-09-07
*
Add a new test.cpp file for checking C/C++ syntax stuff, and fix up the backw...
Ken Moore
2016-09-06
*
Add a prompt about reloading a file when it changes by some other utility.
Ken Moore
2016-08-08
*
Add file watching capabilities to lumina-textedit, so the file will automatic...
Ken Moore
2016-08-05
*
Rearrange the Lumina source tree quite a bit:
Ken Moore
2016-04-25
bgstack15