Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Movement fixes, refactor and unit test suite (#217) | PabloMansanet | 2021-06-11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add convenience/clarity wrapper for Range initialization * Test horizontal moves * Add column jumping tests * Add failing movement conditions for multi-word moves * Refactor skip_over_next * Add complex forward movement unit tests * Add strict whitespace checks and edge case tests * Restore formatting * Remove unused function * Add empty test case for deletion and fix nth_prev_word_boundary * Add tests for backward motion * Refactor word movement * Address review comments and finish refactoring backwards move * Finish unit test suite * Fmt pass * Fix lint erors * Clean up diff restoring bad 'cargo fmt' actions * Simplify movement closures (thanks Pickfire) * Fmt pass * Replace index-based movement with iterator based movement, ensuring that each move incurs a single call to the RopeSlice API * Break down tuple function * Extract common logic to all movement functions * Split iterator helpers away into their own module * WIP reducing clones * Operate on spans * WIP simplifying iterators * Simplify motion helpers * Fix iterator * Fix all unit tests * Refactor and simplify * Simplify fold | ||
* | commands: Handle `t<ENTER>` as till newline | Wojciech Kępka | 2021-06-11 |
| | |||
* | Temporarily disable workDone | Blaž Hrastnik | 2021-06-11 |
| | | | Blows up on gopls because we don't handle receiving window/workDoneProgress/create method calls | ||
* | lsp: Display LSP progress messages (#216) | Wojciech Kępka | 2021-06-11 |
| | |||
* | move to first nonwhitespace on shift-i | Robin van Dijk | 2021-06-10 |
| | | | | This matches the behaviour in vim and kak | ||
* | Add Nix runtime | Timothy DeHerrera | 2021-06-10 |
| | |||
* | Add Nix syntax | Timothy DeHerrera | 2021-06-10 |
| | |||
* | embed runtime | Timothy DeHerrera | 2021-06-10 |
| | |||
* | ignore Nix outputs | Timothy DeHerrera | 2021-06-10 |
| | |||
* | add overlay | Timothy DeHerrera | 2021-06-10 |
| | |||
* | Fix flake package | Timothy DeHerrera | 2021-06-10 |
| | |||
* | Downgrade `unicode-segmentation` | notoria | 2021-06-10 |
| | |||
* | Correct tree-sitter-haskell submodule | notoria | 2021-06-10 |
| | |||
* | Implement missing Debug and update Cargo.lock | notoria | 2021-06-10 |
| | |||
* | Derive debug without feature | Ivan Tham | 2021-06-10 |
| | | | | Note that this also removed those `finish_non_exhaustive()`. | ||
* | Implement Debug for data structure as a feature | notoria | 2021-06-10 |
| | |||
* | Reuse a cursor from the pool if available (fixes #202) | Blaž Hrastnik | 2021-06-10 |
| | |||
* | Fix jump behavior, goto_implementation now jump | Ivan Tham | 2021-06-10 |
| | | | | | Better jump behavior since we override the first jump if it's on the first document. At the same time, ctrl-i is now working with gd jumps. | ||
* | Fix documentation popup panic | wojciechkepka | 2021-06-10 |
| | |||
* | Only enforce limit outside of .git | Kevin Sjöberg | 2021-06-09 |
| | |||
* | Match keybindings of menu | Kevin Sjöberg | 2021-06-09 |
| | |||
* | Fix Shift-Tab for moving upwards in menu | Kevin Sjöberg | 2021-06-09 |
| | |||
* | Don't panic on empty document | Kevin Sjöberg | 2021-06-09 |
| | |||
* | Updated elixir queries to fix crash | Corey Powell | 2021-06-08 |
| | |||
* | Fix panic on ctrl-w empty document | Ivan Tham | 2021-06-08 |
| | |||
* | Fix crash when too many completions available | Blaž Hrastnik | 2021-06-08 |
| | | | | Refs #81 | ||
* | Support go to line 1 | Zheming Li | 2021-06-08 |
| | |||
* | Make `r<ENTER>` work | Wojciech Kępka | 2021-06-08 |
| | |||
* | Remove unwanted `as_str` | Wojciech Kępka | 2021-06-08 |
| | |||
* | Don't replace newlines | Wojciech Kępka | 2021-06-08 |
| | |||
* | Add bounds checks to replace | Wojciech Kępka | 2021-06-08 |
| | |||
* | commands: Replace all characters in selection | Wojciech Kępka | 2021-06-08 |
| | |||
* | Make matching bracket dimmed, prevent out of bounds rendering | Wojciech Kępka | 2021-06-08 |
| | |||
* | Cleanup find_first_non_whitespace_char funcs | Wojciech Kępka | 2021-06-08 |
| | |||
* | commands: Add goto first non-whitespace char of line | Wojciech Kępka | 2021-06-08 |
| | |||
* | Fix Unicode (#135) | Kirawi | 2021-06-08 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * init * wip * wip * fix unicode break * fix unicode break * Update helix-core/src/transaction.rs Co-authored-by: Benoît Cortier <benoit.cortier@fried-world.eu> * clippy * fix * add changes * added test * wip * wip * wip * wip * fix * fix view * fix #88 Co-authored-by: Benoît Cortier <benoit.cortier@fried-world.eu> | ||
* | Add trace log primer to the Contributing section | Kelly Thomas Kline | 2021-06-08 |
| | |||
* | Add missing newline to end of file on load | Ivan Tham | 2021-06-08 |
| | | | | Fix #152 | ||
* | helix-lsp cleanup | Egor Karavaev | 2021-06-08 |
| | |||
* | Don't panic on LSP not starting | Egor Karavaev | 2021-06-08 |
| | |||
* | Bump file picker limit | Kevin Sjöberg | 2021-06-08 |
| | |||
* | Update keymap | Wojciech Kępka | 2021-06-08 |
| | |||
* | commands: Add replace with yanked as `R` | Wojciech Kępka | 2021-06-08 |
| | |||
* | completion: Fix unimplemented autocomplete | Wojciech Kępka | 2021-06-08 |
| | |||
* | ui: completion: Use the correct type_name | Blaž Hrastnik | 2021-06-07 |
| | | | | Fixes #166 | ||
* | Create all parent directories for config and cache | Wojciech Kępka | 2021-06-07 |
| | |||
* | Make gh/gl extend selection in select mode | Blaž Hrastnik | 2021-06-07 |
| | |||
* | Address clippy lint | Blaž Hrastnik | 2021-06-07 |
| | |||
* | Disable failing doctest | Blaž Hrastnik | 2021-06-07 |
| | |||
* | Separate helix-term as a library | Ivan Tham | 2021-06-07 |
| | | | | helix-term stuff will now be documented in rustdoc. |