1
0
mirror of https://github.com/helix-editor/helix synced 2024-11-10 10:34:45 +01:00

Commit Graph

  • 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