Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix the 1-character-line detection/usage for syntax highlighting. | Ken Moore | 2016-09-06 |
| | |||
* | Another couple quick fixes for the C/C++ regex rules: don't highlight the Qt ↵ | Ken Moore | 2016-09-06 |
| | | | | classes anymore (Q*), and instead use that rule to highlight any subclass definitions (*::). | ||
* | Clean up a bit more of the syntaxhighlighting rules - ensuring that ↵ | Ken Moore | 2016-09-06 |
| | | | | single-line rules are skipped if they start within a multi-line rule block. | ||
* | Remove the tabBarAutoHide property from the tabWidget within lumina-textedit ↵ | Ken Moore | 2016-09-02 |
| | | | | - is not needed and raised the minimum Qt5 version from 5.2 to 5.4 | ||
* | 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 ↵ | Ken Moore | 2016-08-05 |
| | | | | automatically re-load if changed externally and no pending changes in the editor. | ||
* | Another large update to syntax highlighting for .rst files (and some overall ↵ | Ken Moore | 2016-08-04 |
| | | | | changed to the order in which highlighting rules are applied - works for all file types). | ||
* | Get a lot more of the .rst file syntax highlighting functional. | Ken Moore | 2016-08-03 |
| | |||
* | Start cleaning up the rst syntax highlighting. | Ken Moore | 2016-08-02 |
| | |||
* | Fix the symlink creation routine so it works properly if INSTALL_ROOT is setup. | Ken Moore | 2016-06-30 |
| | |||
* | Fix the symlink creation routine in lumina-textedit to work with package ↵ | Ken Moore | 2016-06-28 |
| | | | | systems. | ||
* | Allow the "save file as" option to always be available (not dependant on ↵ | Ken Moore | 2016-06-27 |
| | | | | changes to the file). | ||
* | Have lumina-textedit also create a sym-link called "lte" for the ↵ | Ken Moore | 2016-06-20 |
| | | | | lumina-textedit binary. This makes it a lot easier to use the editor from the command line. | ||
* | Fix where localization files get installed via the main source tree ↵ | Ken Moore | 2016-06-20 |
| | | | | | | (accounts for the change to SHARE/lumina-desktop rather than SHARE/Lumina-DE). Also fix the wallpaper dir detection routine within lumina-config (same issue - install dir change broke the path detection). | ||
* | Large update to the project files: | Ken Moore | 2016-06-14 |
| | | | | | 1) Move from "NO_I18N" to "WITH_I18N". This will ensure that the source version of the localizations are not installed unless explicitly requested (since the "real" localization files are in the lumina-i18n repo - these source files are theauto-generated ones before getting sent up to the pootle localization system). 2) Add a few more .desktop files for the various Lumina utilities. | ||
* | Adjust the single-replace logic in lumina-textedit. Have it replace the ↵ | Ken Moore | 2016-05-02 |
| | | | | current selection match, and find the next one (don't replace the next one until the user can see it highlighted first). | ||
* | Add "bool" to the C++ syntax highlighting. | Ken Moore | 2016-04-27 |
| | |||
* | Add a .desktop entry for lumina-textedit. | Ken Moore | 2016-04-25 |
| | |||
* | Rearrange the Lumina source tree quite a bit: | Ken Moore | 2016-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. |