aboutsummaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Expand)Author
2022-12-20contextmenu: make divider less aggressive (#1228)Cyriaque Skrapits
2022-12-14plugins projectsearch: expose its functionality (#1235)Jefferson González
2022-12-11Add `regex.find_offsets`, `regex.find`, improve `regex.match` (#1232)Guldoman
2022-12-11feat: alert user via nagview if file cannot be saved (#1230)sammyette
2022-12-06autocomplete: wrap the autocomplete results around (#1223)Techie Guy
2022-12-06feat: encode home in statusview file path (#1224)sammy
2022-12-02Improve `regex.gsub` performance (#1220)Guldoman
2022-11-24statusview: respect right padding of item tooltipjgmdev
2022-11-15Make `Scrollbar` follow `force_status` when animations are disabledGuldoman
2022-11-15Pass the currently selected item to `CommandView` validation (#1203)Guldoman
2022-11-15Use subsyntax info in `doc:toggle-{line,block}-comments`Guldoman
2022-11-15Set initial tokenizer state to a `NULL` byteGuldoman
2022-11-15Add `tokenizer.extract_subsyntaxes`Guldoman
2022-11-07linewrapping: fix enabled always by mistake introduced with #1190jgmdev
2022-11-07traceback: some lua versions do not support message as niljgmdev
2022-11-06Make linewrapping plugin recompute breaks before scrolling (#1190)Quinten Kock
2022-11-06highlighter: autostop co-routine when not needed (#881)Jefferson González
2022-11-03tokenizer: remove the limit of 3 subsyntaxes depth (#1186)Jefferson González
2022-11-03Add `config.keep_newline_whitespace` option (#1184)Guldoman
2022-11-02Don't sort in `Doc:get_selection_idx` with an invalid indexGuldoman
2022-11-01docview: support gutter click selection, fixes #1116 (#1169)Jefferson González
2022-11-01Add more options to `Scrollbar` (#1174)Guldoman
2022-11-01Improvements to multicursor copy/paste (#1123)Guldoman
2022-11-01Make MacOS `core:restart` shortcut more in line with other platformsGuldoman
2022-11-01Fix horizontal scroll with shift+scroll on MacOSGuldoman
2022-10-30Fix `drawwhitespace` drawing lines with different substitution kindsGuldoman
2022-10-25plugin autocomplete: update partial on manual triggerjgmdev
2022-10-24Apply `doc` commands to anything that extends `DocView`Guldoman
2022-10-22core syntax: strip the path from filename on syntax.get (#1168)Jefferson González
2022-10-22Merge pull request #1167 from jgmdev/PR/new-linesJefferson González
2022-10-21docview: do not render newline fixes #1164jgmdev
2022-10-21plugin drawwhitespace: allow newline substitutionjgmdev
2022-10-20Fixed the common idiom of setting a plugin to true. (#1152)Adam
2022-10-19make the default core.ignore_files more specific (#1160)Takase
2022-10-18Fixup minor drawing issue.Adam
2022-10-16Check if scrollbar is no longer hovered on mouse releaseGuldoman
2022-10-16Only consider left clicks on the scrollbarGuldoman
2022-10-15plugin lineguide: be strict on drawing to DocViewjgmdev
2022-10-15Refactor scrollbar into its own file (#1124)Guldoman
2022-10-15Add IME support (#991)Guldoman
2022-10-13dirmonitor: add watch to subdirs on file limit mode (#1155)Jefferson González
2022-10-12Use the syntax with the longest match (#919)Guldoman
2022-10-11Add on_scale_change event to View (#1146)Jefferson González
2022-10-11dirwatch: exit coroutine if project not open anymore to properly gargage coll...Jefferson González
2022-10-10Add fsevents backend to dirmonitor (#1141)Jefferson González
2022-10-10draw lite-xl icon in TitleView (#1143)Takase
2022-10-09Changed workspace to accommodate other views. (#1121)Adam
2022-10-08Added in an additional ENVVAR for setting USERDIR, and also changed / to PATH...Adam
2022-10-04Fixing minor bug relating to TreeView's cache. (#1136)Adam
2022-10-02plugins language_md: fixed some regressions, added caddyfile supportjgmdev