Blaž Hrastnik
|
e4ff75b4d4
|
Add :fmt (formats the whole file).
|
4 years ago |
Blaž Hrastnik
|
5cbb4efa6d
|
Add the LICENSE file.
|
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
|
35606a3daa
|
Inline tui as helix-tui fork.
We only rely on some of the rendering primitives and implement our
Cursive-style compositor on top.
|
4 years ago |
Blaž Hrastnik
|
0fe19ae472
|
clippy lint
|
4 years ago |
Blaž Hrastnik
|
ed827e993f
|
Fix jumplist jumps, keep the selection on vsplit.
|
4 years ago |
Blaž Hrastnik
|
caf4349925
|
Remove some of the panics, just log instead.
|
4 years ago |
Blaž Hrastnik
|
d24844b73d
|
ui: Render command mode doc text if available.
|
4 years ago |
Blaž Hrastnik
|
d4d5e88ade
|
Show a message if no definition was found.
|
4 years ago |
Blaž Hrastnik
|
1be8b2005d
|
Extract a method for view alignment.
|
4 years ago |
Blaž Hrastnik
|
adaf861881
|
vsplit can now split scratch buffers.
|
4 years ago |
Blaž Hrastnik
|
570c253ffb
|
Disable default features on futures-util to drop proc macros.
|
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
|
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 |