| Commit message (Expand) | Author | Age |
... | |
| * | | Work on moving code over to LineEnding instead of assuming '\n'. | Nathan Vegdahl | 2021-06-20 |
| * | | Misc fixes and clean up of line ending detect code. | Nathan Vegdahl | 2021-06-20 |
| * | | changed some hardcoded newlines, removed a else if in line_ending.rs | Jan Hrastnik | 2021-06-19 |
| * | | Merge remote-tracking branch 'origin/master' into line_ending_detection | Jan Hrastnik | 2021-06-19 |
| |\ \ |
|
| * | | | applied changes from pr review | Jan Hrastnik | 2021-06-17 |
| * | | | fixed some problems from rebasing | Jan Hrastnik | 2021-06-16 |
| * | | | doc.line_ending() now returns &'static str | Jan Hrastnik | 2021-06-16 |
| * | | | trying out line ending helper functions in commands.rs | Jan Hrastnik | 2021-06-16 |
| * | | | added some tests and a line_ending helper function in document.rs | Jan Hrastnik | 2021-06-16 |
| * | | | added more changes from pr review for line_ending_detection | Jan Hrastnik | 2021-06-16 |
| * | | | resolved conflict in rebase | Jan Hrastnik | 2021-06-16 |
| * | | | ran cargo clippy and cargo fmt | Jan Hrastnik | 2021-06-16 |
| * | | | rebase on branch line_ending_detection | Jan Hrastnik | 2021-06-16 |
* | | | | Don't run wl-copy with --foreground | Blaž Hrastnik | 2021-06-21 |
| |_|/
|/| | |
|
* | | | Fix doc warnings | Ivan Tham | 2021-06-20 |
* | | | Add system clipboard yank and paste commands | Benoît CORTIER | 2021-06-20 |
* | | | Use full screen size | wojciechkepka | 2021-06-20 |
* | | | Only reconfiure highlights when setting theme | wojciechkepka | 2021-06-19 |
* | | | Add ability to change theme on editor | wojciechkepka | 2021-06-19 |
* | | | Add themes loader | wojciechkepka | 2021-06-19 |
* | | | Revert "Refactor key into helix-view" | Blaž Hrastnik | 2021-06-19 |
| |/
|/| |
|
* | | Refactor key into helix-view | Ivan Tham | 2021-06-19 |
* | | Add `close_language_servers` method on `Editor` | wojciechkepka | 2021-06-19 |
* | | Add `work_done_token` as parameter to lsp methods | wojciechkepka | 2021-06-18 |
* | | Fix expansion of `~` (#284) | Wojciech Kępka | 2021-06-18 |
* | | Replace `Editor::current` by a macro | Benoît CORTIER | 2021-06-18 |
* | | Configurable keys 2 (Mapping keys to commands) (#268) | PabloMansanet | 2021-06-17 |
|/ |
|
* | Add theme key for selected line number | Gokul Soumya | 2021-06-16 |
* | Add cursor kind to separate hidden cursor from pos | Ivan Tham | 2021-06-15 |
* | Remove RwLock for registers | Benoît CORTIER | 2021-06-15 |
* | Cosmetic changes and better comments for the indent auto-detect code. | Nathan Vegdahl | 2021-06-15 |
* | Address PR comments. | Nathan Vegdahl | 2021-06-15 |
* | Render indent-style status in status line. | Nathan Vegdahl | 2021-06-15 |
* | Fix clippy warnings. | Nathan Vegdahl | 2021-06-15 |
* | Attempt to auto-detect indentation style on document load. | Nathan Vegdahl | 2021-06-15 |
* | `Document::is_modified` should not check if path is set | Wojciech Kępka | 2021-06-13 |
* | add alternate file (#223) | Robin | 2021-06-12 |
* | Add :earlier and :later commands that can be used to navigate the full edit h... | Jakub Bartodziej | 2021-06-11 |
* | lsp: Display LSP progress messages (#216) | Wojciech Kępka | 2021-06-11 |
* | Implement missing Debug and update Cargo.lock | notoria | 2021-06-10 |
* | Derive debug without feature | Ivan Tham | 2021-06-10 |
* | Implement Debug for data structure as a feature | notoria | 2021-06-10 |
* | Fix jump behavior, goto_implementation now jump | Ivan Tham | 2021-06-10 |
* | Don't panic on empty document | Kevin Sjöberg | 2021-06-09 |
* | Support go to line 1 | Zheming Li | 2021-06-08 |
* | Fix Unicode (#135) | Kirawi | 2021-06-08 |
* | Add missing newline to end of file on load | Ivan Tham | 2021-06-08 |
* | Don't panic on LSP not starting | Egor Karavaev | 2021-06-08 |
* | Implement register selection | Benoît CORTIER | 2021-06-07 |
* | Add diagnostics keybindings | Wojciech Kępka | 2021-06-07 |