Commit Graph

585 Commits (8f6f3290573649e3ca8cadda3541fdda45587f23)
 

Author SHA1 Message Date
Blaž Hrastnik 8f6f329057 If switching to a previously open buffer in the same view, keep it's old offset 3 years ago
Blaž Hrastnik 8949347e2c Completion: apply additionalTextEdits.
Used for adding imports to the file when completing.
3 years ago
Blaž Hrastnik 54de768915 Fix crash if typing | (regex or) into the prompt.
Zero-width matches at the start of the file make no sense to us.
3 years ago
Blaž Hrastnik 6e03019a2c Adjust highlighting for rust. 3 years ago
Blaž Hrastnik 31d41080ed Add indentation queries for golang. 3 years ago
Blaž Hrastnik 5e6b46e7c5 Use array::IntoIter. 3 years ago
Blaž Hrastnik 354b822d21 Fix crash on xa<Enter> if we were on the last line. 3 years ago
Blaž Hrastnik fae2127a11 Drop cx.view_id, it was used before we had cx.current. 3 years ago
Blaž Hrastnik 0e5b421646 When calculating a new selection, we need to take newly inserted text into account. 3 years ago
Blaž Hrastnik 4a9d1163e0 Hacky way to specify indent scopes per language via toml configs.
Can't do it via a scm query nicely because it returns an iterator over
all the matches, whereas we want to traverse the tree ourselves.

Can't extract the pattern data from a parsed query either.

Oh well, toml files for now.
3 years ago
Blaž Hrastnik 726072085d Fix release builds. 3 years ago
Blaž Hrastnik bc99b61be2 Update the book (keymaps). 3 years ago
Blaž Hrastnik 99c1c477e9 Update deps. 3 years ago
Blaž Hrastnik e4ff75b4d4 Add :fmt (formats the whole file). 3 years ago
Blaž Hrastnik 4eabb8d054 Add screenshot to README. 3 years ago
Blaž Hrastnik d0f10fced7 Download the artifacts into current dir, that way it doesn't clash with dist. 3 years ago
Blaž Hrastnik e1dc1d2d48 Fix release packaging. 3 years ago
Blaž Hrastnik f6d0c7a995 Update README. 3 years ago
Blaž Hrastnik 2d88c393f9 Update workflows. 3 years ago
Blaž Hrastnik 5cbb4efa6d Add the LICENSE file. 3 years ago
Blaž Hrastnik 98bda8f3c9 Fix CI builds. 3 years ago
Blaž Hrastnik 0190fee1c2 Fix indent test, we need to use the in-tree runtime dir. 3 years ago
Blaž Hrastnik 41997d136a ci: Specify tag format. 3 years ago
Blaž Hrastnik cd1754f783 Fix runtime dir lookup. 3 years ago
Blaž Hrastnik e541a75630 tui: Disable tests for now. 3 years ago
Blaž Hrastnik dbbc341931 Update publish workflow. 3 years ago
Blaž Hrastnik 1f2d87cb95 Make the config dir locator work on Windows. 3 years ago
Blaž Hrastnik 37d32e2933 Modify build triggers. 3 years ago
Blaž Hrastnik 83f97a7c89 Update workflow. 3 years ago
Blaž Hrastnik 686ad5e182 Update release.yml 3 years ago
Blaž Hrastnik 274c413f5a Try building (but not packaging yet) binary releases. 3 years ago
Blaž Hrastnik 0f77f543e5 Determine runtime dir based on executable location or env override. 3 years ago
Blaž Hrastnik d33e8fd3d8 Update todos. 3 years ago
Blaž Hrastnik 5954dafdbc Indent array and tuple lists too. 3 years ago
Blaž Hrastnik ccdebb99b5 Drop some useless imports. 3 years ago
Blaž Hrastnik ff4c1d05de Replace the Clear widget with buffer.clear/clear_with. 3 years ago
Blaž Hrastnik 1255bcb8a3 Simplify the compositor callback. 3 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.
3 years ago
Blaž Hrastnik 6c705f09e8 Lint 3 years ago
Blaž Hrastnik dbe870e4ec Break CI cache. 3 years ago
Blaž Hrastnik 0fe19ae472 clippy lint 3 years ago
Blaž Hrastnik ed827e993f Fix jumplist jumps, keep the selection on vsplit. 3 years ago
Blaž Hrastnik caf4349925 Remove some of the panics, just log instead. 3 years ago
Blaž Hrastnik d24844b73d ui: Render command mode doc text if available. 3 years ago
Blaž Hrastnik d4d5e88ade Show a message if no definition was found. 3 years ago
Blaž Hrastnik 1be8b2005d Extract a method for view alignment. 3 years ago
Blaž Hrastnik adaf861881 vsplit can now split scratch buffers. 3 years ago
Blaž Hrastnik 8a949fb011 Drop shellexpand. 3 years ago
Blaž Hrastnik 570c253ffb Disable default features on futures-util to drop proc macros. 3 years ago
Blaž Hrastnik f0712479cb Define text color (mostly) in theme.toml. 3 years ago