aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-textedit
Commit message (Collapse)AuthorAge
* Merge pull request #729 from smarquespt/masterKen Moore2020-05-21
|\ | | | | Portuguese update
| * Portuguese updateSérgio Marques2020-05-20
| |
* | Update some syntax highlighting handling.Ken Moore2020-04-24
|/ | | | | | Prevent multi-line rules from starting within a section that was handled by a single-line rule earlier. Also add a 1s delay/timer on file reload if it changes in the background. Also add detection for bash scripts automatically
* Portuguese updateSérgio Marques2020-02-26
|
* fix setTabStopWidthlbartoletti2019-10-22
|
* fix setTabStopWidth -> setTabStopDistancelbartoletti2019-10-22
|
* fontMetrics().width -> fontMetrics().horizontalAdvancelbartoletti2019-10-22
|
* Add a new "java.syntax" highlighting ruleset.Ken Moore2019-06-26
| | | | Thanks to Mike Remski for sending this in!
* Add shortcut Ctrl+F4 for closing the current tabKen Moore2019-01-27
|
* De-activate all the hunspell integrations in lumina-text-editor.Ken Moore2018-08-16
| | | | | They do not work (crash as soon as calling the hunspell library). The hunspell functions are just commented out at the moment so that the library is not needed for the build until such time as the hunspell integration works.
* Fix up some syntax rules for the markdown and C++ files.Ken Moore2018-06-21
|
* Fix up the categories that the lumina utilities show up in.Ken Moore2018-06-08
|
* 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
| | | | Main change being that when opening the file select dialog it will automatically re-highlight the current file.
* Couple quick updates to lumina-textedit:Ken Moore2018-05-21
| | | | | 1. Support the forward/back keyboard shortcuts to switch between tabs (Alt+[Left/Right] typically). 2. Make sure that the "drag" start of a tab is when the cursor leaves the entire window - not just the tab bar.
* Update the i18N translation files (sync with sources)Ken Moore2018-03-06
| | | | Also add in the new pandora shortcut for lumina-mediaplayer (*.desktop)
* a Couple more minor tweaks.Ken Moore2018-01-19
| | | | Have lumina-textedit treat .qml as javascript for syntax highlighting
* Quick update to lumina-textedit:Ken Moore2017-12-28
| | | | | 1. Add a new syntax highlighting "meta" option for auto-selecting a ruleset based on the first line of text in the file, and add rules for shell, json, and python to support first-line matches. 2. Fix up the detection of "read-only" property on newly-saved files.
* 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
| | | | | If popup warnings are disabled just close the app (never automatically change the underlying file(s) - this can be disastrous) Add status reporting to all the "Save" functions so that it returns false if the user cancelled it.
* Style consistency.Kjell Tore Ullavik2017-12-06
|
* Whitespace consistency.Kjell Tore Ullavik2017-12-06
|
* Whitespace consistency.Kjell Tore Ullavik2017-12-06
|
* Fix indentation.Kjell Tore Ullavik2017-12-06
|
* Remove debug print. Fix indentation.Kjell Tore Ullavik2017-12-06
|
* Don't close editor when user cancels save dialog.Kjell Tore Ullavik2017-12-06
|
* Add 'Show Toolbar' to textedit menu.Kjell Tore Ullavik2017-11-30
|
* i18n: fix out of tree buildAndreas Müller2017-11-27
| | | | | | | | | | Fixes e.g: | /bin/sh: line 0: cd: i18n: No such file or directory | Makefile:955: recipe for target 'install_dotrans' failed | make[3]: *** [install_dotrans] Error 1 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* manpages: fix out of tree installAndreas Müller2017-11-27
| | | | | | | Fixes e.g: | gzip: lumina-info.1: No such file or directory Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* add file menu shortcuts into lumina-texteditq5sys2017-11-24
|
* Redo all the new man pages categories.Ken Moore2017-11-20
| | | | Make sure they are all man1 instead of man8
* Add in the new manpages from Aaron St.John (lumina-docs repo).Ken Moore2017-11-20
| | | | Also adjust the "community support" shortcut to point to gitter rather than IRC.
* Resync translation files with latest sources.Ken Moore2017-11-20
|
* Fix up the close event handling in lumina-textedit. Now it will actually ↵Ken Moore2017-09-26
| | | | close when there are no changes to be saved.
* set LTE unsaved changes close dialog to follow the industry standardq5sys2017-09-20
|
* fix tab order for text replacementq5sys2017-09-20
|
* Resynced translation filesZackaryWelch2017-09-11
|
* Quick update to lumina-textedit:Ken Moore2017-08-30
| | | | Make the tabs start dragging after pulling the tab out of the entire TabWidget, not just the tab bar itself.
* Merge remote-tracking branch 'origin/master'Weblate2017-08-17
|\
| * Resynced translation files and fixed translations of the boot splash UIZackaryWelch2017-08-15
| |
* | Translated using Weblate (Portuguese (Brazil))Zackary Welch2017-08-17
|/ | | | Currently translated at 83.8% (52 of 62 strings)
* Translated using Weblate (Danish)scootergrisen2017-08-08
| | | | Currently translated at 100.0% (62 of 62 strings)
* Translated using Weblate (Lithuanian)Moo2017-08-08
| | | | Currently translated at 100.0% (62 of 62 strings)
* Translated using Weblate (Czech)Pavel Borecki2017-08-08
| | | | Currently translated at 100.0% (62 of 62 strings)
* Translated using Weblate (Catalan)Davidmp2017-08-07
| | | | Currently translated at 100.0% (62 of 62 strings)
* Translated using Weblate (French)Ethan James Large2017-08-07
| | | | Currently translated at 100.0% (62 of 62 strings)
* Fixed language attribute in Australian XML filesZackaryWelch2017-08-01
|
* Resynced Translation FilesZackaryWelch2017-07-31
|
bgstack15