| Commit message (Expand) | Author | Age |
... | |
* | Cleanup: use doc.selection() instead of doc.state.selection(). | Blaž Hrastnik | 2021-03-14 |
* | syntax: Hide the TSParser internally, borrowing when needed. | Blaž Hrastnik | 2021-03-13 |
* | syntax: Reuse parser instances. highlight_iter() no longer needs &mut. | Blaž Hrastnik | 2021-03-12 |
* | Use diagnostic.severity to distinguish between error colors. | Blaž Hrastnik | 2021-03-11 |
* | Implement the f/t/F/T find/till family of commands. | Blaž Hrastnik | 2021-03-11 |
* | find-till (f) prototype, on_next_key mode implementation. | Blaž Hrastnik | 2021-03-11 |
* | search: draft f/t | Blaž Hrastnik | 2021-03-10 |
* | clippy lints | Blaž Hrastnik | 2021-03-01 |
* | commands: Implement join_selections. | Blaž Hrastnik | 2021-02-26 |
* | graphemes: fix nth_prev_grapheme_boundary calculation. | Blaž Hrastnik | 2021-02-26 |
* | commands: Implement count for a few more commands. | Blaž Hrastnik | 2021-02-25 |
* | graphemes: Optimize nth_next/nth_prev operation. | Blaž Hrastnik | 2021-02-24 |
* | Improve coords_at_pos & pos_at_coords, test with graphemes. | Blaž Hrastnik | 2021-02-24 |
* | minor: Simplify some code. | Blaž Hrastnik | 2021-02-24 |
* | commands: Implement expand_selection. | Blaž Hrastnik | 2021-02-22 |
* | commands: add * as selection search. | Blaž Hrastnik | 2021-02-22 |
* | Make some Document fields read-only. | Blaž Hrastnik | 2021-02-21 |
* | indent: use_list indentation, fix indentation bug on open_below | Blaž Hrastnik | 2021-02-19 |
* | commands: Wire up toggle comments as ctrl-c | Blaž Hrastnik | 2021-02-19 |
* | more lints | Blaž Hrastnik | 2021-02-18 |
* | core: Implement comment toggling module. | Blaž Hrastnik | 2021-02-18 |
* | treewide: &RopeSlice -> RopeSlice. It's Copy so no reason to pass by ref | Blaž Hrastnik | 2021-02-18 |
* | transaction: Also modify map_pos to work with insert|delete order. | Blaž Hrastnik | 2021-02-18 |
* | minor changes | Blaž Hrastnik | 2021-02-17 |
* | Update deps, switch tendril over to crates.io | Blaž Hrastnik | 2021-02-16 |
* | Optimize Changeset::is_empty() | Blaž Hrastnik | 2021-02-16 |
* | Since insert preceedes deletes, follow that ordering in Transaction::changes. | Blaž Hrastnik | 2021-02-16 |
* | transaction: Use builder methods to generate compact changesets. | Blaž Hrastnik | 2021-02-16 |
* | transaction: Merge consecutive inserts on compose. | Blaž Hrastnik | 2021-02-15 |
* | fix test | Blaž Hrastnik | 2021-02-15 |
* | Finally: Retain horizontal position when moving vertically. | Blaž Hrastnik | 2021-02-12 |
* | simplify. | Blaž Hrastnik | 2021-02-05 |
* | commands: Implement select_on_matches. | Blaž Hrastnik | 2021-01-22 |
* | nix: include rust-src so rust-analyzer works correctly. | Blaž Hrastnik | 2021-01-19 |
* | indent: Fix edge cases, refactor test. | Blaž Hrastnik | 2021-01-10 |
* | Address clippy lints. | Blaž Hrastnik | 2021-01-08 |
* | indent: refactor logic to be more correct. | Blaž Hrastnik | 2021-01-08 |
* | wip | Blaž Hrastnik | 2020-12-03 |
* | Text change generation, RPC call handling. | Blaž Hrastnik | 2020-12-03 |
* | Introduce Selection::point. | Blaž Hrastnik | 2020-12-03 |
* | Simplify old_state handling. | Blaž Hrastnik | 2020-12-03 |
* | Fix undo/redo not updating the syntax tree. | Blaž Hrastnik | 2020-12-03 |
* | Refactor: Document type as a wrapper around barebones State. | Blaž Hrastnik | 2020-12-03 |
* | state.version tracking | Blaž Hrastnik | 2020-12-03 |
* | Total mess but it works: diagnostic marking. | Blaž Hrastnik | 2020-12-03 |
* | Reroute LSP notification events into the main app event loop. | Blaž Hrastnik | 2020-12-03 |
* | Move theme from view to editor, support multiple views in editor. | Blaž Hrastnik | 2020-12-03 |
* | Bugfix | Blaž Hrastnik | 2020-10-16 |
* | added move left&right, delete char | Jan Hrastnik | 2020-10-16 |
* | moved prompt command matching to prompt.rs | Jan Hrastnik | 2020-10-16 |