Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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. | ||
* | Add some alternate keywords for the c++ syntax rules (built-in functions: ↵ | Ken Moore | 2016-04-22 |
| | | | | for, while, case, if). | ||
* | Fix up the mouse focus when switching tabs around. | Ken Moore | 2016-04-21 |
| | |||
* | Fix up the bracket matching routine to accomodate for nested brackets. | Ken Moore | 2016-04-21 |
| | |||
* | Fix up the syntax rule for highlighting quoted string. Now it will properly ↵ | Ken Moore | 2016-04-21 |
| | | | | work for multiple strings on a single line, and ignore escaped quotes as necessary. | ||
* | Make the bracket highlighting also check the previous character if nothing ↵ | Ken Moore | 2016-04-21 |
| | | | | found for the next character. | ||
* | Also make sure the current tab/filename is reflected in the window title for ↵ | Ken Moore | 2016-04-21 |
| | | | | the editor. | ||
* | Set the width of the "tab" character to be == 8 spaces (UNIX standard) | Ken Moore | 2016-04-21 |
| | |||
* | Another minor change to lumina-textedit: Add a "preprocessor" syntax color, ↵ | Ken Moore | 2016-04-21 |
| | | | | and add preprocessor line highlighting to C+++ syntax rules. Also ensure that the defined colors are always up to date, even if a new color is added at some later version. | ||
* | Add all the translation files for lumina-textedit. | Ken Moore | 2016-04-21 |
| | |||
* | Get a full color editor/modifier added to the tool. Now all colors can be ↵ | Ken Moore | 2016-04-19 |
| | | | | changed at will. | ||
* | Get find/replace support fully implemented. | Ken Moore | 2016-04-19 |
| | |||
* | Some more work on lumina-textedit. | Ken Moore | 2016-04-19 |
| | |||
* | Get a lot more of lumina-textedit done. Almost everything is complete now ↵ | Ken Moore | 2016-04-19 |
| | | | | except for the color-selection dialog. | ||
* | Get almost everything else setup and functional. Now tabs can be ↵ | Ken Moore | 2016-04-18 |
| | | | | closed/opened/moved just fine, the line numbers can be enabled/disabled, etc... | ||
* | Some more updates to lumina-textedit: Starting to get the buttons all hooked ↵ | Ken Moore | 2016-04-15 |
| | | | | up and functional. | ||
* | Add a bunch more work on the new lumina-textedit. Putting the tabbed-wrapper ↵ | Ken Moore | 2016-04-15 |
| | | | | in place now (not much connected yet). Also add the beginnings of a "Python" set of syntax rules. | ||
* | Get parenthesis/bracket highlighting into the text edit - now all the basics ↵ | Ken Moore | 2016-04-15 |
| | | | | are covered. | ||
* | Get all the C/C++/Qt syntax highlighting rules all setup. Now the last piece ↵ | Ken Moore | 2016-04-15 |
| | | | | to implement would be bracket/perenthesis matching on cursor action. | ||
* | Add a start for a Qt text editor (mainly for playing around - but it could ↵ | Ken Moore | 2016-04-14 |
turn into something useful down the road). |