| Commit message (Expand) | Author | Age |
* | Reuse menu::Item trait in picker (#2814) | Gokul Soumya | 2022-07-02 |
* | Add workspace and document diagnostics picker (#2013) | Falco Hirschenberger | 2022-06-30 |
* | feat: highlight / select symbol under cursor using LSP textDocument/documentH... | lazytanuki | 2022-06-27 |
* | Remove a couple more unwraps | Blaž Hrastnik | 2022-06-21 |
* | Merge pull request #2359 from dead10ck/test-harness | Blaž Hrastnik | 2022-06-21 |
|\ |
|
| * | fix(command): write-quit: do not quit if write fails | Skyler Hawthorne | 2022-06-19 |
| * | Add more context; Editor::open doesn't need to own path | Skyler Hawthorne | 2022-06-19 |
* | | Refactor Margin for fine grained control (#2727) | Gokul Soumya | 2022-06-21 |
* | | Enable shellwords for Windows (with escaping disabled) (#2767) | ath3 | 2022-06-21 |
|/ |
|
* | views -> buffers in write-all (#2788) | Gygaxis Vainhardt | 2022-06-16 |
* | Add docstring for language_server!() macro (#2750) | Gokul Soumya | 2022-06-12 |
* | Refactor push_jump so we're not needlessly fetching doc twice | Blaž Hrastnik | 2022-06-06 |
* | Add shell insert commands to typable and config (#2589) | Termina94 | 2022-06-05 |
* | ensure :quit and :quit! take no arguments (#2654) | Michael Davis | 2022-06-05 |
* | Avoid modifying jumplist until jumping to ref (#2670) | yzwduck | 2022-06-05 |
* | append `set_line_ending` to document history (#2649) | Kirawi | 2022-06-02 |
* | fix: lsp: be more defensive about URI conversions | Blaž Hrastnik | 2022-06-02 |
* | fix: lsp: be more defensive about URI conversions | Blaž Hrastnik | 2022-06-02 |
* | Improve Readability (#2639) | Ryan Russell | 2022-06-01 |
* | Fix panic when reloading a shrunk file (#2506) | Leoi Hung Kin | 2022-05-22 |
* | feat(commands): add log-open command (#2422) | amaihoefner | 2022-05-11 |
* | Making the 'set-option' command help more descriptive. (#2365) | Ben Lee-Cohen | 2022-05-04 |
* | feat(commands): make it possible to disable format-on-save via the 'auto-form... | unrelentingtech | 2022-05-02 |
* | add reflow command (#2128) | Vince Mutolo | 2022-05-02 |
* | Add run-shell-command for Commands (#1682) | Ryosuke Hayashi | 2022-05-02 |
* | fix typos (#2304) | chunghha | 2022-04-27 |
* | Fix paste direction for typed paste commands (#2288) | Michael Davis | 2022-04-26 |
* | Add :get-option command (#2231) | Daniel | 2022-04-24 |
* | chore(lsp): check rename capabilities before send rename action (#2203) | ttys3 | 2022-04-23 |
* | Replace line endings using `set_line_ending` command (#1871) | Kirawi | 2022-04-23 |
* | Send active diagnostics to LSP when requesting code actions. (#2005) | Robin Jadoul | 2022-04-17 |
* | Pipe typable command (#1972) | Thomas | 2022-04-17 |
* | Add `:write!` to create nonexistent subdirectories (#1839) | Omnikar | 2022-04-12 |
* | Add runtime language configuration (#1794) (#1866) | Roland Kovacs | 2022-04-05 |
* | Add typed commands buffer-next and buffer-previous (#1940) | Dr. David A. Kunz | 2022-04-03 |
* | Avoid using the format ident Rust feature (#1881) | Marcin Puc | 2022-03-30 |
* | Address clippy lint | Blaž Hrastnik | 2022-03-28 |
* | Make truncate_start a builder method instead | Blaž Hrastnik | 2022-03-28 |
* | Strip some more params | Blaž Hrastnik | 2022-03-28 |
* | Remove more push_layer calls | Blaž Hrastnik | 2022-03-28 |
* | Split off dap event handlers into helix-view to allow reuse | Blaž Hrastnik | 2022-03-28 |
* | Add refresh-config and open-config command (#1803) | Joe | 2022-03-25 |
* | Put esoteric line endings behind a feature flag | Blaž Hrastnik | 2022-03-17 |
* | Refactor :set to parse by deserializing values (#1799) | Gokul Soumya | 2022-03-15 |
* | Add horizontal and vertical split scratch buffers (#1763) | Joe | 2022-03-14 |
* | migrate grammar fetching/building code into helix-loader crate | Michael Davis | 2022-03-10 |
* | Fix bug in LSP when creating a file in a folder that does not exist (#1775) | Emil Fresk | 2022-03-08 |
* | Bump dependencies | Blaž Hrastnik | 2022-03-08 |
* | Split out typable commands into a separate file | Blaž Hrastnik | 2022-03-07 |
* | Fix bug with auto replacing components in compositor (#1711) | Gokul Soumya | 2022-03-03 |