Commit Graph

  • 2ebbcd1cf1
    Add vale language server David 2024-09-05 14:59:13 +0100
  • cf85c94ce4 Update: commented out invalid keys from affected themes Tim 2024-09-04 22:32:39 +0100
  • c5c19c245e Update: returning validation failures in Loader.load method Tim 2024-09-04 22:24:52 +0100
  • 34c6a353e5 Add: Theme::from_keys factory method to construct theme from Toml keys Tim 2024-09-04 20:43:18 +0100
  • 41db5d735e
    build(deps): bump the rust-dependencies group with 2 updates (#11622) dependabot[bot] 2024-09-04 21:22:45 +0900
  • dd2d562c14 fix recent file picker Matt Paras 2024-09-03 12:43:43 -0700
  • a14a7d7eb6 feat: added rounded-corners option to draw rounded borders Fabian Gruber 2024-08-11 19:41:48 +0200
  • 232f8e4c60 Revert: only trigger workflow on push to master branch Tim 2024-09-03 20:17:20 +0100
  • af5c69ad0d Update: address clippy lints Tim 2024-09-03 20:13:20 +0100
  • 9ed491a2eb Update: test build workflow Tim 2024-09-03 20:05:44 +0100
  • ce7875baa2 Update: tidied up runtime paths Tim 2024-09-03 20:04:10 +0100
  • 8ff1e3ab7b Add: xtask to check themes for validation warnings Tim 2024-09-03 19:57:18 +0100
  • ae5844af8c Code cleanup Jonatan Pettersson 2024-09-03 19:24:52 +0200
  • 67eaf5cd55 Reduce sleep to 10ms Jonatan Pettersson 2024-09-03 13:27:53 +0200
  • 6dc9644d1e Set default line ending to LF in tests Jonatan Pettersson 2024-09-03 12:41:57 +0200
  • da2b0a7484
    Make helix_core::Uri cheap to clone Michael Davis 2024-08-08 11:17:20 -0400
  • 48e9357788
    picker: Removed owned variant of PathOrId Michael Davis 2024-08-08 11:05:12 -0400
  • 606b957172
    Replace uses of lsp::Location with a custom Location type Michael Davis 2024-08-08 11:03:29 -0400
  • 23f53f7908 default to <cache dir>/helix/state if state dir is None Ingrid 2024-09-03 14:58:20 +0200
  • b3bf1c61ad Use custom idle timeout in tests Jonatan Pettersson 2024-09-03 09:54:34 +0200
  • f00f26a383
    Merge 7138860ce8 into 90f978d5af LoveIsGrief 2024-09-03 01:59:47 -0400
  • 90f978d5af
    Change primary selection cursor color for naysayer (#11617) viyic 2024-09-03 12:37:17 +0700
  • cccfa9993a
    build(deps): bump the rust-dependencies group with 2 updates dependabot[bot] 2024-09-02 23:55:36 +0000
  • 175a830e6a add .*/COMMIT_EDITMSG to persistent file exclusions Ingrid 2024-09-02 19:05:26 +0200
  • 1719bff791 fix rebase breakage Ingrid 2024-09-02 18:21:58 +0200
  • da18261b3a add command to reload history Ingrid 2024-05-05 13:39:55 +0200
  • afa0f095d9 add trim config options for persistence Ingrid 2024-05-01 21:12:38 +0200
  • 95573b5267 add config option to exclude files form old_file_locs Ingrid 2024-05-01 20:53:10 +0200
  • 838a9b6c12 trim persistence files Ingrid 2024-05-01 19:06:32 +0200
  • bf0429004b fix bug: writes on untruncated histfiles Ingrid 2024-05-01 19:04:27 +0200
  • 71217afc0c add on/off config options for persistence Ingrid 2024-05-01 17:05:17 +0200
  • 56f47f04f6 persist clipboard Ingrid 2024-02-19 21:11:18 +0100
  • 588e0b4b93 save cloning by passing by ref to persistence functions Ingrid 2024-02-19 21:07:36 +0100
  • ca16809d75 fix integration tests Ingrid 2024-02-19 19:51:39 +0100
  • 69a13fbba2 fix quirky file persistence behaviour Ingrid 2024-02-16 21:08:06 +0100
  • 5f3849dc24 store ViewPosition and Selection directly in FileHistoryEntry Ingrid 2024-02-11 22:44:24 +0100
  • 677a3dd3be promote type/implementation-specific persistence logic to helix-view Ingrid 2024-02-11 20:49:17 +0100
  • 1e99b62828 rename session to persistence Ingrid 2024-02-11 20:16:08 +0100
  • 1ae19d9171 avoid exposing internals of register.rs Ingrid 2024-02-10 22:03:08 +0100
  • e8baf4bcb5 encode register history with bincode, and merge logic with file history Ingrid 2024-02-10 21:47:01 +0100
  • 1cefa2874c load file history Ingrid 2024-02-09 19:33:48 +0100
  • ed7fb431aa persist file history Ingrid 2024-01-02 18:24:16 +0100
  • b5c5e5d715 move session.rs from helix-term to helix-loader Ingrid 2023-12-30 17:26:09 +0100
  • 6f6f3495d5 persist and load search history Ingrid 2023-12-30 16:34:26 +0100
  • 69e40a3ea5 handle NotFound error when reading histfile before it has been created Ingrid 2023-12-30 16:33:40 +0100
  • 32512a02b4 read command history from file Ingrid 2023-12-29 22:26:21 +0100
  • 08f16fd4ca switch to multi-file approach, implement persisting command history Ingrid 2023-12-28 21:13:04 +0100
  • 0fcb26c877 rename shada to session Ingrid 2023-12-28 17:33:08 +0100
  • 2f13ad6360 switch from rmp-serde to bincode Ingrid 2023-12-28 15:59:00 +0100
  • 25ef120da9 disable writing shada in integration tests Ingrid 2023-12-23 16:56:38 +0100
  • ac41d361ee minimal implementation of shada Ingrid 2023-12-22 22:22:23 +0100
  • 352a87bb03 Apply styling to picker headers in Darcula themes Jesus Gonzalez 2024-09-02 10:36:54 -0400
  • af5a16f6e3 Add code actions on save Jonatan Pettersson 2024-08-08 19:59:52 +0200
  • e914584478 adjusting the best_match function and satisfying the linter Alice C. Munduruca 2024-09-02 04:11:38 -0400
  • c9bca100bd First working sort Alice C. Munduruca 2024-09-02 03:03:39 -0400
  • 9ded587cf0 Change primary selection cursor color for naysayer viyic 2024-09-02 13:02:00 +0700
  • 131f0b366d Handle multiple documents in pull diagnostics event Sofus Addington 2024-09-01 21:15:01 +0200
  • 131574983a Refactor add_diagnostics Sofus Addington 2024-09-01 21:05:49 +0200
  • daede03dc6 workspace diagnostic refresh as request Sofus Addington 2024-09-01 21:05:29 +0200
  • 84ff01ed48 Merge branch 'master' into force_move 5-pebbles 2024-09-01 11:59:34 -0400
  • 61bd5b60af
    Merge branch 'helix-editor:master' into master Julien THILLARD 2024-09-01 12:20:47 +0200
  • 520b2a0489 feat(languages): add `superhtml` as lsp for `html` Rolo 2024-08-31 01:22:27 -0700
  • 7138860ce8
    feat: add editor.first-file-sets-work-dir config option LoveIsGrief 2024-08-03 00:46:37 +0200
  • d74270c937
    Add Prolog tree-sitter grammar mkorje 2024-08-31 23:21:39 +1000
  • 228a068026 Change default theme to fix primary selection invisibility bug Jon Wallace 2024-08-30 21:23:47 -0700
  • ee5b319cee
    Micro-optimization and revert of composing additional text edits Philipp Mildenberger 2024-08-29 22:02:28 +0200
  • d02f161713
    Merge branch 'helix-editor:master' into patch-1 Hugo 2024-08-29 08:52:13 +0200
  • a8e2dddf69 Add ability to go to the previously visited buffer sergiu128 2024-08-28 23:39:30 +0200
  • 1f67d15196 Add sort_by_file_name config for file_picker cedricbuild 2024-08-28 17:21:06 +0000
  • 082791211e helix-view:move_path create target directory on move Pontus Laestadius 2024-08-28 18:10:42 +0200
  • 1b5295a3f3
    build(deps): bump the rust-dependencies group with 4 updates (#11585) dependabot[bot] 2024-08-28 23:56:28 +0900
  • 6cf0a83fd1
    Added auto-pair '=' = ';' to the nix language. Hugo 2024-08-28 11:49:40 +0200
  • ee068ff550
    build(deps): bump the rust-dependencies group with 4 updates dependabot[bot] 2024-08-26 23:21:17 +0000
  • 7b9efd85b5
    Merge branch 'helix-editor:master' into pull-diagnostics SofusA 2024-08-26 19:46:24 +0200
  • 4ee8696139 Added MPL-2.0 licensing headers Eve 2024-08-26 10:18:54 +0800
  • 884e9580bc first pass at lsp extensions Matt Paras 2024-08-25 13:49:06 -0700
  • af7a1fd20c
    lsp: Gracefully ignore invalid diagnostic severity (#11569) Lennard Hofmann 2024-08-25 21:27:10 +0200
  • 62625d9ec1 lsp: Gracefully ignore invalid diagnostic severity Lennard Hofmann 2024-08-25 09:55:53 +0200
  • 40a790dd44
    Merge branch 'helix-editor:master' into scroll_preview_fixed Shaun_Sheep 2024-08-25 12:54:01 +0200
  • 0d2cb17ba3 Add rpmspec language Nils Tonnaett 2024-08-23 20:10:51 -0700
  • aaf7c2076c
    Handle windows CI Philipp Mildenberger 2024-08-24 21:35:32 +0200
  • cc19db1e53
    Adds support for path completion for unix paths Philipp Mildenberger 2024-02-25 19:12:36 +0100
  • b7b8d9f672 Add language support documentation TheZombie1999 2024-08-24 16:12:04 +0000
  • bb8a44cec0 fix: forgor to tell helix to display sequence labels Vulpesx 2024-06-06 15:48:56 +1000
  • 6764c3374c feat: labels for sequences Vulpesx 2024-06-06 15:17:35 +1000
  • 029f7b4414 fix: tests after merging master Vulpesx 2024-06-06 11:58:19 +1000
  • e652d01e0c Fix build after latest rebase Matthew Cheely 2023-10-22 13:16:40 +1300
  • fb649610eb Fix runtime config parse issues after rebase on latest master Matthew Cheely 2023-06-10 19:31:36 -0400
  • fa8c2372b3 return errors for ambiguous and unsupported labels in menus Matthew Cheely 2022-11-15 21:20:39 -0500
  • c1b77b5418 fix typos in menu label docs Matthew Cheely 2022-11-15 18:42:36 -0500
  • 789af1ec9f Add some basic docs Matthew Cheely 2022-10-17 20:15:27 -0400
  • a1c746cdb9 Simplify labelled command pattern match Matthew Cheely 2022-10-04 19:18:22 -0400
  • 73d8700f60 refactor keymap map visitor to reduce # of cases Matthew Cheely 2022-09-24 21:31:15 -0400
  • be13c26c80 Add support for labels on typable commands Matthew Cheely 2022-09-23 23:03:56 -0400
  • c92e341ee4 Add support for labels in custom menu keymaps Matthew Cheely 2022-09-23 21:37:23 -0400
  • 07b3c49130 Add whole word selection commands chtenb 2023-11-02 17:21:20 +0100
  • 6ef095e2d3 Extend max tab-width to 64 chtenb 2023-11-08 17:02:44 +0100
  • 2a7bd96d6f
    Add carbonfox theme Eamon Caton 2024-08-23 06:07:49 -0700
  • 620dfceb84
    Add cshtml to html file-types (#11540) Yavorski 2024-08-23 11:28:36 +0300
  • ca0d8413f9 minor improvement to get capability Sofus Addington 2024-08-22 21:30:36 +0200