Blaž Hrastnik
|
ff84c8e394
|
Command mode: Per command completers.
|
4 years ago |
Blaž Hrastnik
|
87e7a0de3f
|
Save space by having the command hashmap use const static refs.
|
4 years ago |
Blaž Hrastnik
|
9604a0c294
|
Improve command mode handling.
|
4 years ago |
Blaž Hrastnik
|
243456a583
|
Disallow quitting on last view if unsaved changes present.
|
4 years ago |
Blaž Hrastnik
|
c0a8b81487
|
Only send the document close event if we're closing the underlying buffer
|
4 years ago |
Blaž Hrastnik
|
c20813690f
|
View::new is infallible, so is editor.switch/new_file.
|
4 years ago |
Blaž Hrastnik
|
f2c79e245b
|
Allow switching views back to scratch buffers.
|
4 years ago |
Blaž Hrastnik
|
7c915dc065
|
Add the :new command, don't crash if saving without filename.
|
4 years ago |
Blaž Hrastnik
|
f8844c6811
|
Implement pair expansion when pressing new line between bracket pairs.
From:
{|}
To:
{
|
}
|
4 years ago |
Blaž Hrastnik
|
fd4fd12fa3
|
clippy lint
|
4 years ago |
Blaž Hrastnik
|
ba97005495
|
Work around the rest of the blocking issues.
|
4 years ago |
Blaž Hrastnik
|
d00414f81a
|
Start moving more LSP calls into callbacks/futures without capturing self
|
4 years ago |
Blaž Hrastnik
|
1ad0581ddd
|
Eliminate a few more futures dependencies.
|
4 years ago |
Blaž Hrastnik
|
355ad3cb82
|
Tokio migration.
|
4 years ago |
Blaž Hrastnik
|
0e5308bce1
|
Need to allow this lint, the Hook signature requires Option<>.
|
4 years ago |
Blaž Hrastnik
|
b6a22e955b
|
Closer to a full flake build via naersk.
Blocked on https://github.com/NixOS/nix/issues/4423, build doesn't see
submodules.
|
4 years ago |
Blaž Hrastnik
|
3038c2ef6d
|
ui: Draft for completion doc preview.
|
4 years ago |
Blaž Hrastnik
|
ab4decfd6d
|
Make post hooks trigger even when a different handler processes input.
The default handler is now simply a fallback.
|
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
|
594575ba3f
|
Center forward and backward jumps too.
|
4 years ago |
Blaž Hrastnik
|
3b90317060
|
Add window/showMessage / logMessage stubs so gopls fully starts.
|
4 years ago |
Blaž Hrastnik
|
c64240b6ef
|
Implement most of the view mode (z).
|
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
|
180521fefe
|
Adjust scroll() to match kakoune: only scroll the view if cursor in bounds.
|
4 years ago |
Blaž Hrastnik
|
2a1f10d1b5
|
Center the new position on screen after doing a goto jump.
|
4 years ago |
Blaž Hrastnik
|
95dd55ba94
|
Fix overlap calculation.
|
4 years ago |
Blaž Hrastnik
|
7493d19098
|
Re-introduce clearing with bg color, seems the TUI issue was fixed.
|
4 years ago |
Blaž Hrastnik
|
392c4a9c02
|
Keep primary selection as space+space.
|
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
|
865429643b
|
<space>w for save, <space>c for close current split.
|
4 years ago |
Blaž Hrastnik
|
52da68e49a
|
Render a separator between vertical splits.
|
4 years ago |
Blaž Hrastnik
|
9ca2909c80
|
Loop around the end on regex searches.
|
4 years ago |
Blaž Hrastnik
|
8b33ba2284
|
Correct the naming issue with vsplit and hsplit being swapped.
|
4 years ago |
Blaž Hrastnik
|
58c5fec592
|
minor: This comment was resolved.
|
4 years ago |
Blaž Hrastnik
|
bc4e54c0c4
|
Load config files from ~/.config/helix, fallback to defaults.
|
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
|
12961d657f
|
Implement P as paste_before.
|
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
|
82ff996662
|
Yank selection when deleting.
|
4 years ago |
Blaž Hrastnik
|
463f58dfda
|
Fix clamping scroll in certain cases.
.clamp(min, max) requires that min < max. In some cases
first + scrolloff > last - scrolloff and we would panic.
|
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
|
91462af546
|
Allow starting hx without a file. A new blank file will be created.
|
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
|
59a0fc7b59
|
w, b, e: Match kakoune's behavior in selecting by default.
I initially preferred only moving the cursor, but selecting the whole
word is a lot nicer for things like wd (instead of vwd).
|
4 years ago |