Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Add ctrl-z to suspend | Ivan Tham | 2021-08-03 | |
| | ||||
* | Remove embed_runtime feature | Blaž Hrastnik | 2021-07-30 | |
| | | | | It's no longer practical to maintain. Closes #451 | |||
* | There is no direct dirs-next dependency in term | Blaž Hrastnik | 2021-06-27 | |
| | ||||
* | Release 0.3.0 | Blaž Hrastnik | 2021-06-27 | |
| | ||||
* | reverse the dependency between helix-tui and helix-view (#366) | Keith Simmons | 2021-06-25 | |
| | | | | | | | | | * reverse the dependency between helix-tui and helix-view by moving a fiew types to view * fix tests * clippy and format fixes Co-authored-by: Keith Simmons <keithsim@microsoft.com> | |||
* | Re-export unicode crates from helix_core | Blaž Hrastnik | 2021-06-20 | |
| | ||||
* | ui: prompt: Better unicode support | Blaž Hrastnik | 2021-06-20 | |
| | | | | | We copied over eval_movement from wezterm, that already solves most of our problems. self.cursor is now byte-based. | |||
* | cargo: add more metadata to manifests | Benoît CORTIER | 2021-06-19 | |
| | ||||
* | Run cargo-diet | Benoît CORTIER | 2021-06-19 | |
| | | | | | | cargo-diet is a helper for computing the optimal `include` directives for Cargo.toml manifests. https://github.com/the-lean-crate/cargo-diet | |||
* | cargo: add version to local dependencies | Benoît CORTIER | 2021-06-19 | |
| | | | | | | First step towards enabling us to publish on crates.io. See: https://github.com/helix-editor/helix/issues/42 | |||
* | Bump once_cell from 1.7.2 to 1.8.0 (#255) | dependabot[bot] | 2021-06-14 | |
| | | | | | | | | | | | | | | | | | | Bumps [once_cell](https://github.com/matklad/once_cell) from 1.7.2 to 1.8.0. - [Release notes](https://github.com/matklad/once_cell/releases) - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.7.2...v1.8.0) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Blaž Hrastnik <blaz@mxxn.io> | |||
* | Bump crossterm from 0.19.0 to 0.20.0 | dependabot[bot] | 2021-06-14 | |
| | | | | | | | | | | | | | | | Bumps [crossterm](https://github.com/crossterm-rs/crossterm) from 0.19.0 to 0.20.0. - [Release notes](https://github.com/crossterm-rs/crossterm/releases) - [Changelog](https://github.com/crossterm-rs/crossterm/blob/master/CHANGELOG.md) - [Commits](https://github.com/crossterm-rs/crossterm/compare/0.19...0.20) --- updated-dependencies: - dependency-name: crossterm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> | |||
* | Release v0.2.0 | Blaž Hrastnik | 2021-06-13 | |
| | ||||
* | build(nix): use nix-cargo-integration, make shell.nix use flake devshell | Yusuf Bera Ertan | 2021-06-13 | |
| | ||||
* | Derive debug without feature | Ivan Tham | 2021-06-10 | |
| | | | | Note that this also removed those `finish_non_exhaustive()`. | |||
* | Implement Debug for data structure as a feature | notoria | 2021-06-10 | |
| | ||||
* | Release 0.0.10 | Blaž Hrastnik | 2021-06-07 | |
| | ||||
* | Install instructions and version number corrections (#148) | Ethan Bodzioney | 2021-06-07 | |
| | | | | | | | | | | | | | | | | | | | * Add MacOS install instructions * Change version name argument When using the -V command to get the version you are given 'helix-term x.x.x', I changed this to just helix as it makes more sense. * Fixed version number * Fixed version number * Fixed version number * Fixed version number * Fixed version number * Fixed version number | |||
* | Provide a feature flag to be able to embed the runtime folder. | Brian Dawn | 2021-06-06 | |
| | | | | | | These changes provide a new feature flag "embed_runtime" that when enabled and built in release mode will embed the runtime folder into the resulting binary. | |||
* | Dropped pico-args in favour of a simpler hand roller parser | Corey Powell | 2021-06-02 | |
| | | | | Not the greatest looking, but it gets the job done | |||
* | 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. | |||
* | Add the LICENSE file. | Blaž Hrastnik | 2021-05-10 | |
| | ||||
* | Inline tui as helix-tui fork. | Blaž Hrastnik | 2021-05-09 | |
| | | | | | We only rely on some of the rendering primitives and implement our Cursive-style compositor on top. | |||
* | Disable default features on futures-util to drop proc macros. | Blaž Hrastnik | 2021-05-08 | |
| | ||||
* | Eliminate a few more futures dependencies. | Blaž Hrastnik | 2021-05-06 | |
| | ||||
* | Tokio migration. | Blaž Hrastnik | 2021-05-06 | |
| | ||||
* | Closer to a full flake build via naersk. | Blaž Hrastnik | 2021-05-03 | |
| | | | | | Blocked on https://github.com/NixOS/nix/issues/4423, build doesn't see submodules. | |||
* | wip: Async async. Delay response handling with a callback. | Blaž Hrastnik | 2021-03-26 | |
| | ||||
* | 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. | |||
* | ui: wip: Markdown doc renderer. | Blaž Hrastnik | 2021-03-05 | |
| | ||||
* | lsp: Disable snippet_support until we implement it. | Blaž Hrastnik | 2021-02-22 | |
| | ||||
* | Always store the log file under home dir. | Blaž Hrastnik | 2021-02-19 | |
| | ||||
* | Update deps. | Blaž Hrastnik | 2021-01-06 | |
| | ||||
* | lsp: generate_transaction_from_text_edits | Blaž Hrastnik | 2020-12-23 | |
| | ||||
* | File picker mockup, reuses the line editor work done on Prompt. | Blaž Hrastnik | 2020-12-17 | |
| | ||||
* | move commands and keymap back to terminal. | Blaž Hrastnik | 2020-12-10 | |
| | | | | | Command needs to be able to deal with UI. We'll separate it again later on. | |||
* | Configure logging (-vv for debug level logs) | Blaž Hrastnik | 2020-12-03 | |
| | ||||
* | Reroute LSP notification events into the main app event loop. | Blaž Hrastnik | 2020-12-03 | |
| | ||||
* | wip: Basic LSP lifecycle requests/notifications. | Blaž Hrastnik | 2020-12-03 | |
| | ||||
* | Use crate info for clap help text. | Blaž Hrastnik | 2020-10-02 | |
| | ||||
* | argh -> clap to speed up compilation (no syn/proc_macro) | Blaž Hrastnik | 2020-10-01 | |
| | ||||
* | Extend selection commands. | Blaž Hrastnik | 2020-09-28 | |
| | ||||
* | Split parts of helix-term into helix-view. | Blaž Hrastnik | 2020-09-21 | |
| | | | | | It still largely depends on term for some types but I plan to change that later. | |||
* | Incremental parsing: rough draft. | Blaž Hrastnik | 2020-09-17 | |
| | ||||
* | Refactor a little bit. | Blaž Hrastnik | 2020-09-12 | |
| | ||||
* | cleanup: Import tree-sitter-highlight so we can cache trees. | Blaž Hrastnik | 2020-09-11 | |
| | ||||
* | draft: tree-sitter highlighting | Blaž Hrastnik | 2020-09-09 | |
| | ||||
* | Add helix-syntax as a wrapper around tree-sitter parsers. | Blaž Hrastnik | 2020-09-09 | |
| | ||||
* | Bump deps, eliminate a lot of transitive deps. | Blaž Hrastnik | 2020-09-08 | |
| | ||||
* | Experiment with TUI so we can render selections. | Blaž Hrastnik | 2020-09-07 | |
| |