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
/
MainUI.cpp
Commit message (
Expand
)
Author
Age
*
Add shortcut Ctrl+F4 for closing the current tab
Ken Moore
2019-01-27
*
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
*
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
*
Style consistency.
Kjell Tore Ullavik
2017-12-06
*
Whitespace consistency.
Kjell Tore Ullavik
2017-12-06
*
Whitespace consistency.
Kjell Tore Ullavik
2017-12-06
*
Remove debug print. Fix indentation.
Kjell Tore Ullavik
2017-12-06
*
Don't close editor when user cancels save dialog.
Kjell Tore Ullavik
2017-12-06
*
Add 'Show Toolbar' to textedit menu.
Kjell Tore Ullavik
2017-11-30
*
Fix up the close event handling in lumina-textedit. Now it will actually clos...
Ken Moore
2017-09-26
*
set LTE unsaved changes close dialog to follow the industry standard
q5sys
2017-09-20
*
Added print option to lumina-textedit capable of selections
ZackaryWelch
2017-07-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
*
Clean up the loading/changing of font family/size (still need to update the f...
Ken Moore
2017-06-09
*
Get the new syntax highlighting support framework functional with the C++ rul...
Ken Moore
2017-06-09
*
Make all the desktop utilities use the new LUtils::openSettings() function so...
Ken Moore
2017-06-07
*
Fix the 2-pixel height difference between the font/size boxes manually.
Ken Moore
2017-04-07
*
Finish up the drag and drop support for tabs within LTE:
Ken Moore
2017-04-06
*
Start the prep-work for making the tabwidget drag-and-drop capable.
Ken Moore
2017-04-06
*
Add the ability to change the tab bar position/side in Lumina textedit.
Ken Moore
2017-04-06
*
added font size box
Denis Mulalic
2017-04-04
*
Add a checkable menu option for showing/skipping the unsaved changes dialogs ...
Ken Moore
2017-01-23
*
If lumina-textedit is opened without any arguments, automatically open a blan...
Ken Moore
2016-11-10
*
LARGE UPDATE:
Ken Moore
2016-11-07
*
Add directory context to the lumina-textedit in a couple ways:
Ken Moore
2016-10-21
*
Add detection of unsaved changes to all the "close" routines, and prompt the ...
Ken Moore
2016-09-12
*
Add status tips for the cursor position.
Ken Moore
2016-09-12
*
Add a font selector option to LTE, so monospaced fonts can be used as needed ...
Ken Moore
2016-09-12
*
Clean up the find/replace dialog a bit:
Ken Moore
2016-09-08
*
Allow the "save file as" option to always be available (not dependant on chan...
Ken Moore
2016-06-27
*
Adjust the single-replace logic in lumina-textedit. Have it replace the curre...
Ken Moore
2016-05-02
*
Rearrange the Lumina source tree quite a bit:
Ken Moore
2016-04-25
bgstack15