Blaž Hrastnik
|
274c413f5a
|
Try building (but not packaging yet) binary releases.
|
2021-05-10 15:41:21 +09:00 |
|
Blaž Hrastnik
|
0f77f543e5
|
Determine runtime dir based on executable location or env override.
|
2021-05-10 01:02:53 +09:00 |
|
Blaž Hrastnik
|
d33e8fd3d8
|
Update todos.
|
2021-05-09 19:03:03 +09:00 |
|
Blaž Hrastnik
|
5954dafdbc
|
Indent array and tuple lists too.
|
2021-05-09 19:02:35 +09:00 |
|
Blaž Hrastnik
|
ccdebb99b5
|
Drop some useless imports.
|
2021-05-09 18:32:40 +09:00 |
|
Blaž Hrastnik
|
ff4c1d05de
|
Replace the Clear widget with buffer.clear/clear_with.
|
2021-05-09 18:13:50 +09:00 |
|
Blaž Hrastnik
|
1255bcb8a3
|
Simplify the compositor callback.
|
2021-05-09 18:02:31 +09:00 |
|
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.
|
2021-05-09 17:52:55 +09:00 |
|
Blaž Hrastnik
|
6c705f09e8
|
Lint
|
2021-05-09 17:13:59 +09:00 |
|
Blaž Hrastnik
|
dbe870e4ec
|
Break CI cache.
|
2021-05-09 00:25:06 +09:00 |
|
Blaž Hrastnik
|
0fe19ae472
|
clippy lint
|
2021-05-08 18:26:49 +09:00 |
|
Blaž Hrastnik
|
ed827e993f
|
Fix jumplist jumps, keep the selection on vsplit.
|
2021-05-08 18:25:19 +09:00 |
|
Blaž Hrastnik
|
caf4349925
|
Remove some of the panics, just log instead.
|
2021-05-08 18:17:13 +09:00 |
|
Blaž Hrastnik
|
d24844b73d
|
ui: Render command mode doc text if available.
|
2021-05-08 17:33:06 +09:00 |
|
Blaž Hrastnik
|
d4d5e88ade
|
Show a message if no definition was found.
|
2021-05-08 15:39:42 +09:00 |
|
Blaž Hrastnik
|
1be8b2005d
|
Extract a method for view alignment.
|
2021-05-08 15:36:27 +09:00 |
|
Blaž Hrastnik
|
adaf861881
|
vsplit can now split scratch buffers.
|
2021-05-08 15:29:15 +09:00 |
|
Blaž Hrastnik
|
8a949fb011
|
Drop shellexpand.
|
2021-05-08 11:54:19 +09:00 |
|
Blaž Hrastnik
|
570c253ffb
|
Disable default features on futures-util to drop proc macros.
|
2021-05-08 11:51:18 +09:00 |
|
Blaž Hrastnik
|
f0712479cb
|
Define text color (mostly) in theme.toml.
|
2021-05-07 17:42:09 +09:00 |
|
Blaž Hrastnik
|
f87dee926a
|
Simplify prompt autocompletion rendering code.
|
2021-05-07 17:31:28 +09:00 |
|
Blaž Hrastnik
|
ff84c8e394
|
Command mode: Per command completers.
|
2021-05-07 17:19:45 +09:00 |
|
Blaž Hrastnik
|
87e7a0de3f
|
Save space by having the command hashmap use const static refs.
|
2021-05-07 17:13:26 +09:00 |
|
Blaž Hrastnik
|
dbeae43fbe
|
Bump deps: rust 1.52.
|
2021-05-07 17:10:27 +09:00 |
|
Blaž Hrastnik
|
9604a0c294
|
Improve command mode handling.
|
2021-05-07 17:08:07 +09:00 |
|
Blaž Hrastnik
|
243456a583
|
Disallow quitting on last view if unsaved changes present.
|
2021-05-07 15:15:15 +09:00 |
|
Blaž Hrastnik
|
c0a8b81487
|
Only send the document close event if we're closing the underlying buffer
|
2021-05-07 14:52:47 +09:00 |
|
Blaž Hrastnik
|
c20813690f
|
View::new is infallible, so is editor.switch/new_file.
|
2021-05-07 14:45:49 +09:00 |
|
Blaž Hrastnik
|
f2c79e245b
|
Allow switching views back to scratch buffers.
|
2021-05-07 14:36:37 +09:00 |
|
Blaž Hrastnik
|
418ee17b86
|
Canonicalize the path on open to avoid duplicates.
|
2021-05-07 14:30:23 +09:00 |
|
Blaž Hrastnik
|
7c915dc065
|
Add the :new command, don't crash if saving without filename.
|
2021-05-07 14:19:58 +09:00 |
|
Blaž Hrastnik
|
f8844c6811
|
Implement pair expansion when pressing new line between bracket pairs.
From:
{|}
To:
{
|
}
|
2021-05-06 23:02:32 +09:00 |
|
Blaž Hrastnik
|
fd4fd12fa3
|
clippy lint
|
2021-05-06 17:20:00 +09:00 |
|
Blaž Hrastnik
|
ba97005495
|
Work around the rest of the blocking issues.
|
2021-05-06 17:15:49 +09:00 |
|
Blaž Hrastnik
|
d00414f81a
|
Start moving more LSP calls into callbacks/futures without capturing self
|
2021-05-06 15:08:59 +09:00 |
|
Blaž Hrastnik
|
1ad0581ddd
|
Eliminate a few more futures dependencies.
|
2021-05-06 14:33:53 +09:00 |
|
Blaž Hrastnik
|
355ad3cb82
|
Tokio migration.
|
2021-05-06 13:56:34 +09:00 |
|
Blaž Hrastnik
|
0e5308bce1
|
Need to allow this lint, the Hook signature requires Option<>.
|
2021-05-05 16:25:17 +09:00 |
|
Blaž Hrastnik
|
3cf9a4ceb8
|
syntax: Don't deadlock the build if one of the jobs fails.
|
2021-05-05 16:21:12 +09:00 |
|
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.
|
2021-05-03 22:39:53 +09:00 |
|
Blaž Hrastnik
|
3038c2ef6d
|
ui: Draft for completion doc preview.
|
2021-05-03 18:22:29 +09:00 |
|
Blaž Hrastnik
|
ab4decfd6d
|
Make post hooks trigger even when a different handler processes input.
The default handler is now simply a fallback.
|
2021-05-03 17:56:02 +09:00 |
|
Blaž Hrastnik
|
b0bdcab970
|
doc: Note about diagnostic mapping.
|
2021-05-03 17:47:48 +09:00 |
|
Blaž Hrastnik
|
d559199cec
|
Stop crashing if last view is closed.
|
2021-05-03 17:46:14 +09:00 |
|
Blaž Hrastnik
|
28c167d71d
|
doc: Be smarter about calculating modified status.
This way edit -> undo will properly show up as unmodified.
|
2021-05-03 17:23:11 +09:00 |
|
Blaž Hrastnik
|
594575ba3f
|
Center forward and backward jumps too.
|
2021-04-24 11:46:46 +09:00 |
|
Blaž Hrastnik
|
651d3dec83
|
Golang uses tabs for indentation.
|
2021-04-23 18:55:34 +09:00 |
|
Blaž Hrastnik
|
77db3599ba
|
Fix C highlighting inconsistencies.
|
2021-04-23 18:42:29 +09:00 |
|
Blaž Hrastnik
|
7e9ea30a0b
|
auto_pairs: move if cursor, extend if selection.
|
2021-04-22 23:26:57 +09:00 |
|
Blaž Hrastnik
|
91767c3848
|
Update dependencies.
|
2021-04-21 13:36:32 +09:00 |
|