Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-11 | settings: revert to default fonts on load error | jgmdev | |
2022-08-11 | settings: handle font loading error | jgmdev | |
2022-08-03 | Merge pull request #122 from ArtemisX64/patch-2 | Guldoman | |
Update nonicons.lua 2.1 | |||
2022-08-03 | Update nonicons.lua 2.1 | ArtemisX64 | |
Add Zig support in nonicons,lua | |||
2022-07-15 | fixed some minor mistakes | jgmdev | |
2022-07-15 | Use new `StatusView:add_item` syntax (#117) | Guldoman | |
2022-07-11 | `autoinsert`: remove initial refactoring code added by mistake | Guldoman | |
2022-07-11 | `autoinsert`: avoid deleting wrong characters | Guldoman | |
2022-07-08 | Update language_rivet.lua | StunxFS | |
2022-06-27 | `language_crystal`: remove file as we're linking to an external repo | Guldoman | |
2022-06-27 | Fixed Crystal Plugin Link (#113) | Tamnac | |
* Fixed Crystal Plugin Link * Update README.md Co-authored-by: Guldoman <giulio.lettieri@gmail.com> Co-authored-by: Guldoman <giulio.lettieri@gmail.com> | |||
2022-06-25 | Added language_ignore plugin (#111) | Anthony Axenov | |
* Added language_ignore plugin I made simple syntax highlighting plugin for ignore-files. More info in my repo: https://github.com/anthonyaxenov/lite-xl-ignore-syntax * Fixed asterisk after the language_ignore plugin Co-authored-by: Guldoman <giulio.lettieri@gmail.com> Co-authored-by: Guldoman <giulio.lettieri@gmail.com> | |||
2022-06-25 | Corrected wrong term: ss -> gif | Juan Castillo | |
A gif of the motiontrail plugin is linked on line 147, but it is referred to as a "screenshot". https://github.com/lite-xl/lite-xl-plugins/blob/a46a62608edd0ef50a8494e5c9502d94b8a145dc/README.md?plain=1#L147 This was corrected. | |||
2022-06-24 | settings: error if widgets not found with url to repo | jgmdev | |
2022-06-23 | settings: fixed default font handling | jgmdev | |
2022-06-22 | settings: set about title font as reference of big_font | jgmdev | |
2022-06-22 | settings: dont make toolbarview a requirement | jgmdev | |
2022-06-20 | Added missing * to console plugin in README | a | |
2022-06-20 | Syntax highlighting for intel x86 assembly (#107) | a | |
* Assembly x86 syntax highlighting * Little fixes * Highlight other hex pattern e.g. deadbeef123h * Add use64 to symbols * Include $ as an operator * Remove broken symbols Never seen them used anyway? * Made some bits more consistent Hex & binary notation with uppercase letters now too * Formatted * Removed duplicate | in pattern * `language_assembly_x86`: simplify extension pattern * Fixed broken symbols Co-authored-by: Guldoman <giulio.lettieri@gmail.com> | |||
2022-06-20 | settings: added ability to configure text and code fonts | jgmdev | |
2022-06-17 | settings: fix theme loading on MacOSX when fd's have been exceeded | jgmdev | |
2022-06-17 | Added language_env plugin | Anthony Axenov | |
2022-06-16 | updates to new command_view:enter interface | jgmdev | |
2022-06-16 | force_syntax: use new command_view:enter interface | jgmdev | |
2022-06-15 | language_cpp: removed | jgmdev | |
2022-06-15 | linenumbers: fix gutter width and centerdoc combo | jgmdev | |
2022-06-15 | centerdoc: fix gutter width issues | jgmdev | |
2022-06-15 | `minimap`: align rects to pixel grid | Guldoman | |
2022-06-14 | settings: better about childs update strategy | jgmdev | |
2022-06-14 | Add language_caddyfile (#104) | Jefferson González | |
* added language_caddyfile | |||
2022-06-14 | Merge pull request #97 from Guldoman/PR_improve_minimap2 | Guldoman | |
`minimap`: Performance improvements | |||
2022-06-14 | `nonicons`: link to invariable font download | Guldoman | |
2022-06-14 | Fix incorrect link to Crystal syntax highlighting (#94) | Delta-official | |
2022-06-14 | Merge pull request #103 from fortrax-br/nonicons | Guldoman | |
[nonicons] Fixed wrong icon on opened directory | |||
2022-06-14 | Add support for SQL strings to language_php | Katrina Grace | |
2022-06-14 | Fixed wrong icon on opened directory | Dheisom Gomes | |
2022-06-14 | Add language_htaccess | Katrina Grace | |
2022-06-14 | `minimap`: handle more cache invalidation cases | Guldoman | |
The cache is now invalidated when some settings change. It is now also invalidated on color scheme change. This assumes that the table `style.syntax["normal"]` is always replaced on color scheme change. | |||
2022-06-13 | `minimap`: don't crash with colors with invalid alpha | Guldoman | |
2022-06-13 | `minimap`: fix cutoff offset | Guldoman | |
2022-06-12 | language_v: add syntax support for raw strings | Ben Larisch | |
2022-06-12 | language_go: add syntax support for Go generic functions | Ben Larisch | |
2022-06-12 | language_v: add missing table to files | Ben Larisch | |
2022-06-11 | `minimap`: correctly manage inserted/removed lines | Guldoman | |
2022-06-09 | `minimap`: performance improvements (cache, merge, avoid splitting) | Guldoman | |
Add a cache for the rects. This greatly improves performance, but poses cache invalidation problems. For example changing color scheme doesn't invalidate the cache. Merge touching rects with the same color. Add option to specify minimum number of spaces needed to split a token. | |||
2022-06-09 | `minimap`: allow per-`DocView` toggle even if globally disabled | Guldoman | |
2022-06-08 | settings: added tooltip to website button | jgmdev | |
2022-06-07 | settings: added about pane and status bar options | jgmdev | |
2022-06-07 | changed indentation to 2 spaces for consistency across the repo | jgmdev | |
2022-06-07 | align_caret: correct mod version | jgmdev | |