Jan Hrastnik
|
712f25c2b9
|
removed shift matching
|
3 years ago |
notoria
|
c3a98b6a3e
|
Highlight matching brackets
|
3 years ago |
Blaž Hrastnik
|
661dbdca57
|
Fix cursor not showing on (0, 0)
|
3 years ago |
Blaž Hrastnik
|
c0332bd935
|
Fix split sizes getting out of sync with the terminal size, refs #69
|
3 years ago |
Blaž Hrastnik
|
a2147fc7d5
|
Change help prompt styling
|
3 years ago |
Blaž Hrastnik
|
87d0617f3b
|
Completion: Format docs tabs & highlight in the doc's native language
|
3 years ago |
Blaž Hrastnik
|
3810650a6b
|
Completion: Render non-markdown docs too
|
3 years ago |
Blaž Hrastnik
|
d54ae09d3b
|
ESC should exit both completion and insert mode
|
3 years ago |
Blaž Hrastnik
|
d708efe275
|
Fix cursor positioning for prompts
|
3 years ago |
Blaž Hrastnik
|
3336023614
|
ui: Menu rendering adjustments
|
3 years ago |
Blaž Hrastnik
|
094203c74e
|
Update deps, introduce the new tree-sitter lifetimes
|
3 years ago |
Blaž Hrastnik
|
b114cfa119
|
Display more data in completion popups.
|
4 years ago |
Blaž Hrastnik
|
51d1d43289
|
Double the UI picker file limit.
|
4 years ago |
Blaž Hrastnik
|
8949347e2c
|
Completion: apply additionalTextEdits.
Used for adding imports to the file when completing.
|
4 years ago |
Blaž Hrastnik
|
fae2127a11
|
Drop cx.view_id, it was used before we had cx.current.
|
4 years ago |
Blaž Hrastnik
|
ccdebb99b5
|
Drop some useless imports.
|
4 years ago |
Blaž Hrastnik
|
ff4c1d05de
|
Replace the Clear widget with buffer.clear/clear_with.
|
4 years ago |
Blaž Hrastnik
|
1255bcb8a3
|
Simplify the compositor callback.
|
4 years ago |
Blaž Hrastnik
|
0fe19ae472
|
clippy lint
|
4 years ago |
Blaž Hrastnik
|
d24844b73d
|
ui: Render command mode doc text if available.
|
4 years ago |
Blaž Hrastnik
|
f0712479cb
|
Define text color (mostly) in theme.toml.
|
4 years ago |
Blaž Hrastnik
|
f87dee926a
|
Simplify prompt autocompletion rendering code.
|
4 years ago |
Blaž Hrastnik
|
ff84c8e394
|
Command mode: Per command completers.
|
4 years ago |
Blaž Hrastnik
|
7c915dc065
|
Add the :new command, don't crash if saving without filename.
|
4 years ago |
Blaž Hrastnik
|
fd4fd12fa3
|
clippy lint
|
4 years ago |
Blaž Hrastnik
|
355ad3cb82
|
Tokio migration.
|
4 years ago |
Blaž Hrastnik
|
3038c2ef6d
|
ui: Draft for completion doc preview.
|
4 years ago |
Blaž Hrastnik
|
d559199cec
|
Stop crashing if last view is closed.
|
4 years ago |
Blaž Hrastnik
|
28c167d71d
|
doc: Be smarter about calculating modified status.
This way edit -> undo will properly show up as unmodified.
|
4 years ago |
Blaž Hrastnik
|
3e5f24a9d5
|
lsp: support both utf-8 and utf-16 offsets.
Still need to implement the clangd encoding negotiation, but it's
a start. Should also manually override to utf8 for pyls.
|
4 years ago |
Blaž Hrastnik
|
811f952a41
|
Center search results.
|
4 years ago |
Blaž Hrastnik
|
7493d19098
|
Re-introduce clearing with bg color, seems the TUI issue was fixed.
|
4 years ago |
Blaž Hrastnik
|
73f4abbb37
|
N as extend with search (for now, N should be search_prev).
|
4 years ago |
Blaž Hrastnik
|
978f5114d8
|
Horizontal scrolling! It only took a year to get around to it.
|
4 years ago |
Blaž Hrastnik
|
d692390d10
|
Render current line:col.
|
4 years ago |
Blaž Hrastnik
|
52da68e49a
|
Render a separator between vertical splits.
|
4 years ago |
Blaž Hrastnik
|
8b33ba2284
|
Correct the naming issue with vsplit and hsplit being swapped.
|
4 years ago |
Blaž Hrastnik
|
f0d49d3ca4
|
hack: make queries load relative to source dir for now.
We want to provide a runtime dir later on.
|
4 years ago |
Blaž Hrastnik
|
31e6bcbeb4
|
Clippy lint: replace with default -> take
|
4 years ago |
Blaž Hrastnik
|
e8298a398c
|
Fix selection rendering, it would be off by 1 if reverse.
|
4 years ago |
Blaž Hrastnik
|
0e9ecccfc1
|
clippy: Drop or-patterns for now because they're not on stable rust yet
|
4 years ago |
Blaž Hrastnik
|
7c44443994
|
Handle c-n, c-p, etc. autocompletion events.
|
4 years ago |
Blaž Hrastnik
|
95d0bba81a
|
ui: Improve completion state handling.
|
4 years ago |
Blaž Hrastnik
|
cc058ad78f
|
Simplify some code.
|
4 years ago |
Blaž Hrastnik
|
0dbd5b61ef
|
Simplify code by providin cx.current() = (view, doc).
|
4 years ago |
Blaž Hrastnik
|
ceea5eacd8
|
clippy lint
|
4 years ago |
Blaž Hrastnik
|
6c4093c946
|
Weave through view_id references so that views into one file have independent selects.
|
4 years ago |
Blaž Hrastnik
|
1b5316ea74
|
Track document modified state.
|
4 years ago |
Blaž Hrastnik
|
88bb7a1f38
|
Repeat insert command (.).
|
4 years ago |
Blaž Hrastnik
|
e833d65b77
|
Teach file picker how to find the project root (.git).
|
4 years ago |
Blaž Hrastnik
|
8098e9bdcd
|
Allow setting a status message.
|
4 years ago |
Blaž Hrastnik
|
742b3a709f
|
Store intra-files jumps (goto) on the jumplist.
|
4 years ago |
Blaž Hrastnik
|
5c2d2fda21
|
Wire up opening in splits via pickers.
|
4 years ago |
Blaž Hrastnik
|
aefafc25cd
|
Replace Mode::Goto with just using on_next_key.
|
4 years ago |
Blaž Hrastnik
|
a24c3fff54
|
Filter the completion menu based on text entered.
|
4 years ago |
Blaž Hrastnik
|
2a3910c1d9
|
wip: Async async. Delay response handling with a callback.
|
4 years ago |
Blaž Hrastnik
|
ad3325db8e
|
minor: Remove a few unwraps.
|
4 years ago |
Blaž Hrastnik
|
e3c4edae32
|
Add the machinery to load syntax config from TOML.
It's embedded into the binary at build time for now, but it's progress.
|
4 years ago |
Blaž Hrastnik
|
350081a3af
|
Fix crash if pressing enter when nothing selected in completion.
|
4 years ago |
Blaž Hrastnik
|
915fd9ebaf
|
Restore buffer_picker.
|
4 years ago |
Blaž Hrastnik
|
8a0ab447ec
|
editor.open can now either replace the current view or open in a split.
|
4 years ago |
Blaž Hrastnik
|
8328fe926d
|
Drop refcell use, make view simply ref doc.id.
|
4 years ago |
Blaž Hrastnik
|
3f9a94fd43
|
ui: markdown: remove trailing blank line.
|
4 years ago |
Blaž Hrastnik
|
bf95ee27aa
|
Store Document on the Editor type, make View reference it.
|
4 years ago |
Blaž Hrastnik
|
5e6716c89c
|
Add tab_width and indent_unit config.
|
4 years ago |
Blaž Hrastnik
|
698e4ddea4
|
clippy: Factor out a Completion type.
|
4 years ago |
Blaž Hrastnik
|
cbcacb1063
|
Merge some imports.
|
4 years ago |
Blaž Hrastnik
|
a32806b490
|
Improve completion: src/<tab> will now correctly complete to src/main.rs
|
4 years ago |
Blaž Hrastnik
|
f29f01858d
|
Implement iter() and len() directly on Selection.
|
4 years ago |
Blaž Hrastnik
|
c331721565
|
Finish hiding doc.state / State as an implementation detail.
|
4 years ago |
Blaž Hrastnik
|
8ba1e15d29
|
Expose doc.syntax() via accessor.
|
4 years ago |
Blaž Hrastnik
|
59e6024186
|
Remove State from a few more signatures.
|
4 years ago |
Blaž Hrastnik
|
51c15da3c3
|
Hold a reference to executor on the Editor type.
|
4 years ago |
Blaž Hrastnik
|
d8599f3a14
|
ui: Syntax highlight code inside markdown popups.
|
4 years ago |
Blaž Hrastnik
|
143cfe13e0
|
minor: TODO comment cleanup
|
4 years ago |
Blaž Hrastnik
|
081e0ae8ae
|
syntax: highlight_iter always returns Ok()
|
4 years ago |
Blaž Hrastnik
|
71f899cb5b
|
syntax: Highlight using ropes, avoiding dumping whole doc to string.
|
4 years ago |
Blaž Hrastnik
|
80eca5c32f
|
ui: Use parsed markdown contents to determine sizing.
|
4 years ago |
Blaž Hrastnik
|
f9b9bc04cc
|
ui: Account for padding on markdown renderer.
|
4 years ago |
Blaž Hrastnik
|
872d770753
|
ui: Restrain diagnostic sidebar w/h based on available area.
|
4 years ago |
Blaž Hrastnik
|
87e3cd3df2
|
ui: Render diagnostic errors in sideline.
|
4 years ago |
Blaž Hrastnik
|
1cf887dea9
|
Cleanup: use doc.selection() instead of doc.state.selection().
|
4 years ago |
Blaž Hrastnik
|
3445abf88e
|
syntax: Hide the TSParser internally, borrowing when needed.
|
4 years ago |
Blaž Hrastnik
|
b7dd7310c4
|
syntax: Reuse parser instances. highlight_iter() no longer needs &mut.
|
4 years ago |
Blaž Hrastnik
|
9dcfe25e4a
|
Use diagnostic.severity to distinguish between error colors.
|
4 years ago |
Blaž Hrastnik
|
c7ccb432ef
|
pass clippy lint
|
4 years ago |
Blaž Hrastnik
|
62c991230f
|
find-till (f) prototype, on_next_key mode implementation.
|
4 years ago |
Blaž Hrastnik
|
8fe4590666
|
ui: popup: scroll documentation popups with c-u/c-d.
|
4 years ago |
Blaž Hrastnik
|
ddcf5156c0
|
ui: menu: Adjust scroll via required_size area caching.
|
4 years ago |
Blaž Hrastnik
|
5ea610c41d
|
ui: Move terminal into compositor, redo required_size hints.
|
4 years ago |
Blaž Hrastnik
|
1d42b95915
|
ui: wip: Markdown doc renderer.
|
4 years ago |
Blaž Hrastnik
|
dd6db43013
|
ui: Adjust selection colors.
|
4 years ago |
Blaž Hrastnik
|
4c6611f96b
|
commands: Stop select_regex from breaking when no matches.
|
4 years ago |
Blaž Hrastnik
|
a21d96e729
|
ui: Scrollable popup menu, with scrollbar indicator.
|
4 years ago |
Blaž Hrastnik
|
513effd972
|
ui: unsafe theme_ref is no longer needed.
|
4 years ago |
Blaž Hrastnik
|
bd0f6c1dfc
|
clippy lint
|
4 years ago |
Blaž Hrastnik
|
0b85c16be9
|
ui: Share popup code with menu.
Menu is now just wrapped in a popup.
|
4 years ago |
Blaž Hrastnik
|
11c4e0b053
|
ui: Calculate popup rendering and sizing.
|
4 years ago |
Blaž Hrastnik
|
8f4ff4c646
|
editor: We still want to be able to calculate cursor pos.
|
4 years ago |
Blaž Hrastnik
|
857bce0e30
|
ui: Rework command mode, implement file path completion.
|
4 years ago |