Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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-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 | 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 | |
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-06 | language_php: support heredocs and variables inside strings | jgmdev | |
2022-06-06 | Add `align_carets` (#89) | Guldoman | |
2022-06-06 | language_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-05 | added wordcount plugin | Adam Harrison | |
2022-06-05 | language_go: extended matching and other improvements | jgmdev | |
2022-06-03 | bracketmatch: return line height on DocView:draw_line_text | jgmdev | |
2022-06-03 | Add more `bracketmatch` styles (#81) | Guldoman | |
* `bracketmatch`: Don't consider comments * `bracketmatch`: Add new styles * `bracketmatch`: Add "frame" style | |||
2022-06-02 | settings: optimizations and properly apply plugins skip versions | jgmdev | |
2022-06-02 | settings: remove no longer applicable show spaces option | jgmdev | |
2022-06-01 | fix wrong loading order of user enabled plugins | jgmdev | |
2022-05-31 | removed lite-xl version and left only mod version | jgmdev | |
2022-05-29 | settings: save settings on theme change | jgmdev | |
2022-05-25 | settings: clean previous binds on apply_kybinding() | jgmdev | |
2022-05-24 | colorpreview: enable by default | jgmdev | |
2022-05-24 | autosave: enable by default | jgmdev | |
2022-05-24 | renamed enable to enabled to match all plugins | jgmdev | |
2022-05-24 | colorpreview: allow live disabling | jgmdev | |
2022-05-24 | autosave: allow live disabling | jgmdev | |