aboutsummaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2022-06-22settings: set about title font as reference of big_fontjgmdev
2022-06-22settings: dont make toolbarview a requirementjgmdev
2022-06-20Syntax 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-20settings: added ability to configure text and code fontsjgmdev
2022-06-17settings: fix theme loading on MacOSX when fd's have been exceededjgmdev
2022-06-16updates to new command_view:enter interfacejgmdev
2022-06-16force_syntax: use new command_view:enter interfacejgmdev
2022-06-15language_cpp: removedjgmdev
2022-06-15linenumbers: fix gutter width and centerdoc combojgmdev
2022-06-15centerdoc: fix gutter width issuesjgmdev
2022-06-15`minimap`: align rects to pixel gridGuldoman
2022-06-14settings: better about childs update strategyjgmdev
2022-06-14Add language_caddyfile (#104)Jefferson González
* added language_caddyfile
2022-06-14Merge pull request #97 from Guldoman/PR_improve_minimap2Guldoman
`minimap`: Performance improvements
2022-06-14Merge pull request #103 from fortrax-br/noniconsGuldoman
[nonicons] Fixed wrong icon on opened directory
2022-06-14Add support for SQL strings to language_phpKatrina Grace
2022-06-14Fixed wrong icon on opened directoryDheisom Gomes
2022-06-14Add language_htaccessKatrina Grace
2022-06-14`minimap`: handle more cache invalidation casesGuldoman
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 alphaGuldoman
2022-06-13`minimap`: fix cutoff offsetGuldoman
2022-06-12language_v: add syntax support for raw stringsBen Larisch
2022-06-12language_go: add syntax support for Go generic functionsBen Larisch
2022-06-12language_v: add missing table to filesBen Larisch
2022-06-11`minimap`: correctly manage inserted/removed linesGuldoman
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 disabledGuldoman
2022-06-08settings: added tooltip to website buttonjgmdev
2022-06-07settings: added about pane and status bar optionsjgmdev
2022-06-07changed indentation to 2 spaces for consistency across the repojgmdev
2022-06-07align_caret: correct mod versionjgmdev
2022-06-07`minimap`: Add per-`DocView` toggle and option to hide on small docs (#96)Guldoman
* `minimap`: draw correct lines when not highlighting * `minimap`: add toggle per-`DocView` * `minimap`: add option to automatically hide on small docs
2022-06-06language_php: support heredocs and variables inside stringsjgmdev
2022-06-06Add `align_carets` (#89)Guldoman
2022-06-06language_go: small fixes (#95)sammyette
this makes sure that struct literals are always highlighted, not only when they aren't empty highlights single return types in functions highlights the `i` suffix in a number, which signifies a complex number highlights the type in type coercion syntax highlights iota as keyword2
2022-06-05added wordcount pluginAdam Harrison
2022-06-05language_go: extended matching and other improvementsjgmdev
2022-06-03bracketmatch: return line height on DocView:draw_line_textjgmdev
2022-06-03Add more `bracketmatch` styles (#81)Guldoman
* `bracketmatch`: Don't consider comments * `bracketmatch`: Add new styles * `bracketmatch`: Add "frame" style
2022-06-02settings: optimizations and properly apply plugins skip versionsjgmdev
2022-06-02settings: remove no longer applicable show spaces optionjgmdev
2022-06-01fix wrong loading order of user enabled pluginsjgmdev
2022-05-31removed lite-xl version and left only mod versionjgmdev
2022-05-29settings: save settings on theme changejgmdev
2022-05-25settings: clean previous binds on apply_kybinding()jgmdev
2022-05-24colorpreview: enable by defaultjgmdev
2022-05-24autosave: enable by defaultjgmdev
2022-05-24renamed enable to enabled to match all pluginsjgmdev
2022-05-24colorpreview: allow live disablingjgmdev
2022-05-24autosave: allow live disablingjgmdev