a089eaa3ba
Accepting request 1200542 from editors
Ana Guerrero2024-09-12 14:57:31 +00:00
e881a86d28
- remove rpmlintrc as using fdupes works as intended - remove README-suse-maint.md as the packaging changed so much that the readme is not needed anymore - put the binary in the bindir, create a symlink for people who still want to use the full name for the binary
Soc Virnyl Estela
2024-09-12 11:45:41 +00:00
0e535a10e4
- Remove patch 0001-fix-ub-in-diff-gutter.patch - Update to version 23.10: Breaking changes: - Support multiple language servers per language - This is a breaking change to language configuration
Soc Virnyl Estela
2023-10-28 09:52:02 +00:00
cb7032bdfc
- Remove patch 0001-fix-ub-in-diff-gutter.patch - Update to version 23.10: Breaking changes: - Support multiple language servers per language - This is a breaking change to language configuration
Soc Virnyl Estela
2023-10-28 09:52:02 +00:00
63adb75a87
Accepting request 1108347 from editors
Ana Guerrero2023-09-01 12:19:46 +00:00
24021255a0
Accepting request 1108347 from editors
Ana Guerrero2023-09-01 12:19:46 +00:00
2aafa4f410
- Add 0001-fix-ub-in-diff-gutter.patch. * This fixes issues when building helix with Rust >1.71. In the future, This will be removed once a fix lands on the ropey crate which was the cause of the issue. - Reenable usage of cargo-packaging macros - Remove explicit dependency declaration of cargo1.66 to use latest Rust.
Soc Virnyl Estela
2023-08-31 23:44:52 +00:00
802a8f21a7
- Add 0001-fix-ub-in-diff-gutter.patch. * This fixes issues when building helix with Rust >1.71. In the future, This will be removed once a fix lands on the ropey crate which was the cause of the issue. - Reenable usage of cargo-packaging macros - Remove explicit dependency declaration of cargo1.66 to use latest Rust.
Soc Virnyl Estela
2023-08-31 23:44:52 +00:00
109f505043
- Add back env var HELIX_DISABLE_AUTO_GRAMMAR_BUILD. - Add manual compilation of grammars in relation to the env var HELIX_DISABLE_AUTO_GRAMMAR_BUILD
Soc Virnyl Estela
2023-05-22 08:52:59 +00:00
e3208d3277
- Add back env var HELIX_DISABLE_AUTO_GRAMMAR_BUILD. - Add manual compilation of grammars in relation to the env var HELIX_DISABLE_AUTO_GRAMMAR_BUILD
Soc Virnyl Estela
2023-05-22 08:52:59 +00:00
f53e44cfc7
- Update to version 23.05: * Features: - Add a config option to exclude declaration from LSP references request - Enable injecting languages based on their file extension and shebang - Sort the buffer picker by most recent access - Perform syntax highlighting in the picker asynchronously * Commands: - :update is now aliased as :u - Add extend_to_first_nonwhitespace which acts the same as goto_first_nonwhitespace but always extends - Add :clear-register for clearing the given register or all registers - Add :write-buffer-close and :write-buffer-close! * Fixes: - Normalize LSP workspace paths - Robustly handle invalid LSP ranges - Fix line number display for LSP goto pickers - Fix toggling of soft-wrap.enable option (#6656, 58e457a, #6742) - Handle workspace/configuration requests from stopped language servers - Fix possible crash from opening the jumplist picker - Fix theme preview returning to current theme on line and word deletions - Re-run crate build scripts on changes to revision and grammar repositories - Fix crash on opening from suspended state - Fix unwrap bug in DAP - Always build tree-sitter parsers with C++14 and C11 (#6792, #6834, #6845) - Exit with a non-zero statuscode when tree-sitter parser builds fail - Flip symbol range in LSP goto commands - Fix runtime toggling of the mouse option - Fix panic in inlay hint computation when view anchor is out of bounds - Significantly improve performance of git discovery on slow file systems - Downgrade gix log level to info - Conserve BOM and properly support saving UTF16 files - Correctly handle completion re-request - Fix offset encoding in LSP didChange notifications - Change gix logging level to info - Improve error message when writes fail because parent directories do not exist - Replace DAP variables popup instead of pushing more popups - Disable tree-sitter for files after parsing for 500ms - Fix crash when deleting with multiple cursors - Fix selection sliding when deleting forwards in append mode - Fix completion on paths containing spaces * CHANGELOG information is too large. For more info, go to https://github.com/helix-editor/helix/blob/master/CHANGELOG.md#2305-2023-05-18
Soc Virnyl Estela
2023-05-22 08:37:10 +00:00
5e0ee099e9
- Update to version 23.05: * Features: - Add a config option to exclude declaration from LSP references request - Enable injecting languages based on their file extension and shebang - Sort the buffer picker by most recent access - Perform syntax highlighting in the picker asynchronously * Commands: - :update is now aliased as :u - Add extend_to_first_nonwhitespace which acts the same as goto_first_nonwhitespace but always extends - Add :clear-register for clearing the given register or all registers - Add :write-buffer-close and :write-buffer-close! * Fixes: - Normalize LSP workspace paths - Robustly handle invalid LSP ranges - Fix line number display for LSP goto pickers - Fix toggling of soft-wrap.enable option (#6656, 58e457a, #6742) - Handle workspace/configuration requests from stopped language servers - Fix possible crash from opening the jumplist picker - Fix theme preview returning to current theme on line and word deletions - Re-run crate build scripts on changes to revision and grammar repositories - Fix crash on opening from suspended state - Fix unwrap bug in DAP - Always build tree-sitter parsers with C++14 and C11 (#6792, #6834, #6845) - Exit with a non-zero statuscode when tree-sitter parser builds fail - Flip symbol range in LSP goto commands - Fix runtime toggling of the mouse option - Fix panic in inlay hint computation when view anchor is out of bounds - Significantly improve performance of git discovery on slow file systems - Downgrade gix log level to info - Conserve BOM and properly support saving UTF16 files - Correctly handle completion re-request - Fix offset encoding in LSP didChange notifications - Change gix logging level to info - Improve error message when writes fail because parent directories do not exist - Replace DAP variables popup instead of pushing more popups - Disable tree-sitter for files after parsing for 500ms - Fix crash when deleting with multiple cursors - Fix selection sliding when deleting forwards in append mode - Fix completion on paths containing spaces * CHANGELOG information is too large. For more info, go to https://github.com/helix-editor/helix/blob/master/CHANGELOG.md#2305-2023-05-18
Soc Virnyl Estela
2023-05-22 08:37:10 +00:00
e9ba3d49a0
- Remove sed command to modify HELIX_RUNTIME
Soc Virnyl Estela
2023-04-06 12:21:24 +00:00
2a4ed82527
- Remove sed command to modify HELIX_RUNTIME
Soc Virnyl Estela
2023-04-06 12:21:24 +00:00
73c197fe31
- Update to version 22.03 * Breaking changes: - Select diagnostic range in goto_*_diag commands - Remove jump behavior from increment/decrement - Select change range in goto_*_change commands - Split file modification indicator from filename statusline elements - Jump to symbol ranges in LSP goto commands - Workspace detection now stops at the first .helix/ directory (merging multiple .helix/languages.toml configurations is no longer supported) * Features: - Dynamic workspace symbol picker - Soft-wrap - Initial support for LSP snippet completions - Add a statusline element for showing the current version control HEAD - Display LSP type hints - Enable the Kitty keyboard protocol on terminals with support - Add a statusline element for the basename of the current file - Add substring matching syntax for the picker - Support LSP textDocument/prepareRename - Allow multiple runtime directories with priorities - Allow configuring whether to insert or replace completions - Allow per-workspace config file .helix/config.toml - Add workspace-lsp-roots config option to support multiple LSP roots for use with monorepos * Commands: - :pipe-to which pipes selections into a shell command and ignores output - merge_consecutive_selections (A-_) combines all consecutive selections - rotate_view_reverse which focuses the previous view - goto_declaration (gD, requires LSP) which jumps to a symbol's declaration - file_picker_in_current_buffer_directory - :character-info which shows information about the character under the cursor - :toggle-option for toggling config options at runtime
Soc Virnyl Estela
2023-04-06 09:38:59 +00:00
e1457857dc
- Update to version 22.03 * Breaking changes: - Select diagnostic range in goto_*_diag commands - Remove jump behavior from increment/decrement - Select change range in goto_*_change commands - Split file modification indicator from filename statusline elements - Jump to symbol ranges in LSP goto commands - Workspace detection now stops at the first .helix/ directory (merging multiple .helix/languages.toml configurations is no longer supported) * Features: - Dynamic workspace symbol picker - Soft-wrap - Initial support for LSP snippet completions - Add a statusline element for showing the current version control HEAD - Display LSP type hints - Enable the Kitty keyboard protocol on terminals with support - Add a statusline element for the basename of the current file - Add substring matching syntax for the picker - Support LSP textDocument/prepareRename - Allow multiple runtime directories with priorities - Allow configuring whether to insert or replace completions - Allow per-workspace config file .helix/config.toml - Add workspace-lsp-roots config option to support multiple LSP roots for use with monorepos * Commands: - :pipe-to which pipes selections into a shell command and ignores output - merge_consecutive_selections (A-_) combines all consecutive selections - rotate_view_reverse which focuses the previous view - goto_declaration (gD, requires LSP) which jumps to a symbol's declaration - file_picker_in_current_buffer_directory - :character-info which shows information about the character under the cursor - :toggle-option for toggling config options at runtime
Soc Virnyl Estela
2023-04-06 09:38:59 +00:00