Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | fix: Don't allow moving past last line, fixes #30, #24 | Blaž Hrastnik | 2021-06-02 | |
| | | | | Off by 1 error | |||
* | Categorize _ as a word char, not punctuation | Blaž Hrastnik | 2021-05-31 | |
| | ||||
* | Allow moving to EOL byte, also fixes #15 | Blaž Hrastnik | 2021-05-31 | |
| | ||||
* | Drop clap for pico-args | Blaž Hrastnik | 2021-05-31 | |
| | | | | | We barely have any flags so it's not worth the compilation time or binary size to use clap. | |||
* | Update architecture.md | Blaž Hrastnik | 2021-05-30 | |
| | ||||
* | Update deps, introduce the new tree-sitter lifetimes | Blaž Hrastnik | 2021-05-27 | |
| | ||||
* | When calculating a new selection, we need to take newly inserted text into ↵ | Blaž Hrastnik | 2021-05-15 | |
| | | | | account. | |||
* | Hacky way to specify indent scopes per language via toml configs. | Blaž Hrastnik | 2021-05-14 | |
| | | | | | | | | | 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. | |||
* | Add the LICENSE file. | Blaž Hrastnik | 2021-05-10 | |
| | ||||
* | Fix indent test, we need to use the in-tree runtime dir. | Blaž Hrastnik | 2021-05-10 | |
| | ||||
* | Fix runtime dir lookup. | Blaž Hrastnik | 2021-05-10 | |
| | ||||
* | Make the config dir locator work on Windows. | Blaž Hrastnik | 2021-05-10 | |
| | ||||
* | Determine runtime dir based on executable location or env override. | Blaž Hrastnik | 2021-05-09 | |
| | ||||
* | Indent array and tuple lists too. | Blaž Hrastnik | 2021-05-09 | |
| | ||||
* | Lint | Blaž Hrastnik | 2021-05-09 | |
| | ||||
* | Add the :new command, don't crash if saving without filename. | Blaž Hrastnik | 2021-05-07 | |
| | ||||
* | Implement pair expansion when pressing new line between bracket pairs. | Blaž Hrastnik | 2021-05-06 | |
| | | | | | | | | | | From: {|} To: { | } | |||
* | clippy lint | Blaž Hrastnik | 2021-05-06 | |
| | ||||
* | doc: Be smarter about calculating modified status. | Blaž Hrastnik | 2021-05-03 | |
| | | | | This way edit -> undo will properly show up as unmodified. | |||
* | auto_pairs: move if cursor, extend if selection. | Blaž Hrastnik | 2021-04-22 | |
| | ||||
* | And some more indent patterns. | Blaž Hrastnik | 2021-04-14 | |
| | ||||
* | Rust: add a few more scopes to indent. | Blaž Hrastnik | 2021-04-14 | |
| | ||||
* | Simplify calculate_indentation. | Blaž Hrastnik | 2021-04-14 | |
| | ||||
* | Fix overlap calculation. | Blaž Hrastnik | 2021-04-10 | |
| | ||||
* | N as extend with search (for now, N should be search_prev). | Blaž Hrastnik | 2021-04-09 | |
| | ||||
* | Fix range.overlap() | Blaž Hrastnik | 2021-04-09 | |
| | ||||
* | Remove the path specifier. | Blaž Hrastnik | 2021-04-09 | |
| | ||||
* | Import tree sitter queries. | Blaž Hrastnik | 2021-04-08 | |
| | ||||
* | Load config files from ~/.config/helix, fallback to defaults. | Blaž Hrastnik | 2021-04-07 | |
| | ||||
* | hack: make queries load relative to source dir for now. | Blaž Hrastnik | 2021-04-07 | |
| | | | | We want to provide a runtime dir later on. | |||
* | Fix selection rendering, it would be off by 1 if reverse. | Blaž Hrastnik | 2021-04-07 | |
| | ||||
* | Fix issues with "enum A {|}" <Enter> indent calculation. | Blaž Hrastnik | 2021-04-07 | |
| | ||||
* | clippy lint | Blaž Hrastnik | 2021-04-06 | |
| | ||||
* | core: Improve changeset composition behavior. | Blaž Hrastnik | 2021-04-06 | |
| | | | | It would fail to combine with an empty set. | |||
* | pairs: Use token utf8 lengths instead of 1. | Blaž Hrastnik | 2021-04-06 | |
| | ||||
* | w, b, e: Match kakoune's behavior in selecting by default. | Blaž Hrastnik | 2021-04-05 | |
| | | | | | I initially preferred only moving the cursor, but selecting the whole word is a lot nicer for things like wd (instead of vwd). | |||
* | Simplify some code. | Blaž Hrastnik | 2021-04-01 | |
| | ||||
* | Fully drop State references. | Blaž Hrastnik | 2021-03-31 | |
| | ||||
* | Store intra-files jumps (goto) on the jumplist. | Blaž Hrastnik | 2021-03-29 | |
| | ||||
* | Transaction: Add a changes_iter() that can convert back to a list of Changes | Blaž Hrastnik | 2021-03-29 | |
| | ||||
* | Transaction: need to consume insert | delete properly. | Blaž Hrastnik | 2021-03-29 | |
| | ||||
* | clippy lint | Blaž Hrastnik | 2021-03-27 | |
| | ||||
* | minor: Remove a few unwraps. | Blaž Hrastnik | 2021-03-26 | |
| | ||||
* | Fix broken test. | Blaž Hrastnik | 2021-03-25 | |
| | ||||
* | Add the machinery to load syntax config from TOML. | Blaž Hrastnik | 2021-03-25 | |
| | | | | It's embedded into the binary at build time for now, but it's progress. | |||
* | wip: Hooks & trigger characters for completion/signature_help. | Blaž Hrastnik | 2021-03-24 | |
| | ||||
* | clippy lint | Blaž Hrastnik | 2021-03-24 | |
| | ||||
* | Fix a scrolling crash where it would jump past the end of the buffer. | Blaž Hrastnik | 2021-03-22 | |
| | ||||
* | Implement m / match_brackets (using tree sitter). | Blaž Hrastnik | 2021-03-22 | |
| | ||||
* | Provide a capacity on Selection::new's normalize. | Blaž Hrastnik | 2021-03-22 | |
| |