Blaž Hrastnik
|
d0530fb839
|
Fix a scrolling crash where it would jump past the end of the buffer.
|
2021-03-22 18:06:52 +09:00 |
|
Blaž Hrastnik
|
73c92a0bc1
|
Implement m / match_brackets (using tree sitter).
|
2021-03-22 17:58:49 +09:00 |
|
Blaž Hrastnik
|
df306fe031
|
Implement open_above (O).
|
2021-03-22 13:53:43 +09:00 |
|
Blaž Hrastnik
|
42d07b0621
|
Implement replace command (r<key>).
|
2021-03-22 13:53:43 +09:00 |
|
Blaž Hrastnik
|
bf95ee27aa
|
Store Document on the Editor type, make View reference it.
|
2021-03-22 13:53:43 +09:00 |
|
Blaž Hrastnik
|
5e6716c89c
|
Add tab_width and indent_unit config.
|
2021-03-22 13:53:36 +09:00 |
|
Blaž Hrastnik
|
cbcacb1063
|
Merge some imports.
|
2021-03-22 12:40:07 +09:00 |
|
Blaž Hrastnik
|
71999cce43
|
Implement auto-pairs behavior for open and close.
|
2021-03-22 12:22:33 +09:00 |
|
Blaž Hrastnik
|
a32806b490
|
Improve completion: src/<tab> will now correctly complete to src/main.rs
|
2021-03-21 14:13:49 +09:00 |
|
Blaž Hrastnik
|
f29f01858d
|
Implement iter() and len() directly on Selection.
|
2021-03-19 11:14:13 +09:00 |
|
Blaž Hrastnik
|
e9bd9e72c3
|
Pos conversions always operate on whole documents.
|
2021-03-18 15:23:42 +09:00 |
|
Blaž Hrastnik
|
175d38c88c
|
toggle_comments needs to append to history.
|
2021-03-18 15:20:28 +09:00 |
|
Blaž Hrastnik
|
c331721565
|
Finish hiding doc.state / State as an implementation detail.
|
2021-03-18 15:07:02 +09:00 |
|
Blaž Hrastnik
|
8ba1e15d29
|
Expose doc.syntax() via accessor.
|
2021-03-18 14:53:29 +09:00 |
|
Blaž Hrastnik
|
e261f3c50d
|
Expose doc.language_server as an accessor.
|
2021-03-18 14:40:22 +09:00 |
|
Blaž Hrastnik
|
59e6024186
|
Remove State from a few more signatures.
|
2021-03-18 14:17:32 +09:00 |
|
Blaž Hrastnik
|
dbcc099f48
|
Move things out of state.rs.
|
2021-03-18 14:07:53 +09:00 |
|
Blaž Hrastnik
|
0f6624491b
|
Fix completion panicking if text changed before insert completed.
|
2021-03-18 14:07:53 +09:00 |
|
Blaž Hrastnik
|
8eaf9a432d
|
Make Transaction::change only rely on the rope.
|
2021-03-18 13:39:56 +09:00 |
|
Blaž Hrastnik
|
51c15da3c3
|
Hold a reference to executor on the Editor type.
|
2021-03-16 23:14:51 +09:00 |
|
Blaž Hrastnik
|
e3ec5e31ec
|
Fix goto code before merging.
|
2021-03-16 23:05:43 +09:00 |
|
Jan Hrastnik
|
eadad13efa
|
preparing for gd merge
|
2021-03-16 23:03:29 +09:00 |
|
Jan Hrastnik
|
4e461bea2f
|
editor.open now checks if view already exists
|
2021-03-16 23:03:29 +09:00 |
|
Jan Hrastnik
|
0828d1fdea
|
picker wip
|
2021-03-16 23:03:29 +09:00 |
|
Blaž Hrastnik
|
cf71625d4e
|
term: Simplify goto code, address lints.
|
2021-03-16 23:03:27 +09:00 |
|
Jan Hrastnik
|
3869d7713e
|
added goto functions in helix-term
|
2021-03-16 23:03:10 +09:00 |
|
Jan Hrastnik
|
b738ae1bc7
|
more goto lsp functions
|
2021-03-16 23:03:10 +09:00 |
|
Jan Hrastnik
|
294791dffd
|
added picker for gd, but yet to test it. also need to load appropriate file when definition isnt in same file
|
2021-03-16 23:03:10 +09:00 |
|
Jan Hrastnik
|
0322c28e6b
|
gd now works for singular definition
|
2021-03-16 23:03:10 +09:00 |
|
Blaž Hrastnik
|
18ec8adc7f
|
Simplify code a bit.
|
2021-03-16 23:03:10 +09:00 |
|
Jan Hrastnik
|
8a68a04340
|
gotodefiniton now runs but doesnt return anything
|
2021-03-16 23:03:10 +09:00 |
|
Jan Hrastnik
|
d3ddc8dea6
|
wip
|
2021-03-16 23:03:10 +09:00 |
|
Blaž Hrastnik
|
54a7e893b7
|
lsp: Wire up didClose notification on editor.close.
|
2021-03-16 16:27:12 +09:00 |
|
Blaž Hrastnik
|
eca2a73ad0
|
lsp: Pass through language_id on didOpenTextDocument.
|
2021-03-16 16:13:41 +09:00 |
|
Blaž Hrastnik
|
143cfe13e0
|
minor: TODO comment cleanup
|
2021-03-16 15:41:42 +09:00 |
|
Blaž Hrastnik
|
eea339545c
|
Add command for keeping only the primary selection.
|
2021-03-15 17:13:36 +09:00 |
|
Blaž Hrastnik
|
dd91090a1a
|
Implement keep_selections (filter selections on regex).
|
2021-03-15 17:09:18 +09:00 |
|
Blaž Hrastnik
|
1cf887dea9
|
Cleanup: use doc.selection() instead of doc.state.selection().
|
2021-03-14 17:14:34 +09:00 |
|
Blaž Hrastnik
|
4acf301022
|
Implement the f/t/F/T find/till family of commands.
|
2021-03-11 16:15:27 +09:00 |
|
Blaž Hrastnik
|
62c991230f
|
find-till (f) prototype, on_next_key mode implementation.
|
2021-03-11 10:44:38 +09:00 |
|
Blaž Hrastnik
|
5ea610c41d
|
ui: Move terminal into compositor, redo required_size hints.
|
2021-03-08 17:00:32 +09:00 |
|
Blaž Hrastnik
|
05aa0d6991
|
minor: dead code
|
2021-03-05 17:55:06 +09:00 |
|
Blaž Hrastnik
|
1d42b95915
|
ui: wip: Markdown doc renderer.
|
2021-03-05 16:07:46 +09:00 |
|
Blaž Hrastnik
|
a5c4314940
|
commands: Improve scroll functions.
Followed kakoune's implementation, it's no longer janky and can scroll
all the way in either direction.
|
2021-03-04 16:15:34 +09:00 |
|
Blaž Hrastnik
|
565fb94afe
|
commands: Correct another case that always used primary().
|
2021-03-04 14:12:19 +09:00 |
|
Blaž Hrastnik
|
7e4830215e
|
commands: w/b/e need to apply to all selections.
|
2021-03-04 14:09:39 +09:00 |
|
Blaž Hrastnik
|
4c6611f96b
|
commands: Stop select_regex from breaking when no matches.
|
2021-03-03 17:55:56 +09:00 |
|
Blaž Hrastnik
|
0b85c16be9
|
ui: Share popup code with menu.
Menu is now just wrapped in a popup.
|
2021-03-02 18:24:24 +09:00 |
|
Blaž Hrastnik
|
11c4e0b053
|
ui: Calculate popup rendering and sizing.
|
2021-03-02 17:58:15 +09:00 |
|
Blaž Hrastnik
|
8f4ff4c646
|
editor: We still want to be able to calculate cursor pos.
|
2021-03-02 15:44:09 +09:00 |
|