104 Commits

Author SHA256 Message Date
Ana Guerrero
a9a4007e0a Accepting request 1163706 from editors
OBS-URL: https://build.opensuse.org/request/show/1163706
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/helix?expand=0&rev=20
2024-04-02 14:42:38 +00:00
Soc Virnyl Estela
89c80a4fda Accepting request 1163703 from home:smolsheep:upgrades
- Remove obsolete cargo_config and references in spec
- Update to version 24.03:
  Breaking changes:
  * suffix file-types in the file-types key in language
    configuration have been removed
  * The file-types key in language configuration no longer matches
    full filenames without a glob pattern
  Features:
  * Open URLs with the goto_file command
  * Support drawing a border around popups and menus
  * Track long lived diagnostic sources like Clippy or rustc
  * This improves the handling of diagnostics from sources that
    only update the diagnostic positions on save.
  * Add support for LSP window/showDocument requests
  * Refactor ad-hoc hooks to use a new generic event system
  * This improves the behavior of autocompletions. For example
    navigating in insert mode no longer automatically triggers
    completions.
  * Allow using globs in the language configuration file-types key
  * Allow specifying required roots for situational LSP activation
  * Extend selections using mouse clicks in select mode
  * Toggle block comments
  * Support LSP diagnostic tags
  * Add a file-absolute-path statusline element
  * Cross injection layers in tree-sitter motions (A-p/A-o/A-i/A-n)
  * Add a Amp-editor-like jumping command
  Commands:
  * :move - move buffers with LSP support
  * page_cursor_up, page_cursor_down, page_cursor_half_up,
    page_cursor_half_down - commands for scrolling the cursor and
    page together
  * :yank-diagnostic - yank the diagnostic(s) under the primary
    cursor
  * select_line_above / select_line_below - extend or shrink a
    selection based on the direction and anchor
  Usability improvements:
  * Make roots key of [[language]] entries in languages.toml
    configuration optional
  * Exit select mode in commands that modify the buffer
  * Use crossterm cursor when out of focus
  * Join empty lines with only one space in join_selections
  * Introduce a hybrid tree-sitter and contextual indentation
    heuristic
  * Allow configuring the indentation heuristic
  * Check for LSP rename support before showing rename prompt
  * Normalize S-<lower-ascii> keymaps to uppercase ascii
  * Add formatter status to --health output
  * Change path normalization strategy to not resolve symlinks
  * Select subtree within injections in :tree-sitter-subtree
  * Use tilde expansion and normalization for $HELIX_RUNTIME paths
  * Improve failure message for LSP goto references
  * Use injection syntax trees for bracket matching
  * Respect injections in :tree-sitter-highlight-name
  * Respect injections in move_parent_node_end
  * Use gix pipeline filter instead of manual CRLF implementation
  * Follow Neovim's truecolor detection
  * Reload language configuration with :reload, SIGHUP
  * Allow numbers as bindings
  * Respect undercurl config when terminfo is not available
  * Ignore .pijul, .hg, .jj in addition to .git in file pickers
    configured to show hidden files
  * Add completion for registers to :clear-register and
    :yank-diagnostic
  * Repeat last motion for goto next/prev diagnostic
  * Allow configuring a character to use when rendering narrow
    no-breaking space
  * Switch to a streaming regex engine
  Fixes:
  * Swap * and + registers
  * Use terminfo to reset terminal cursor style
  * Fix precedence of @align captures in indentat computation
  * Only render the preview if a Picker has a preview function
  * Fix the precedence of ui.virtual.whitespace
  * Fix crash in :indent-style
  * Fix didSave text inclusion when sync capability is a kind
    variant
  * Update the history of newly focused views
  * Initialize diagnostics when opening a document
  * Sync views when applying edits to unfocused views
  * Treat non-numeric +args passed in the CLI args as filenames
  * Fix crash when using mm on an empty plaintext file
  * Ignore empty tree-sitter nodes in match bracket
  * Exit a language server if it sends a message with invalid JSON
  * Handle failures to enable bracketed paste
  * Gate all captures in a pattern behind #is-not? local predicates
  * Make path changes LSP spec conformant
  * Use range positions to determine insert_newline motion
  * Fix division by zero when prompt completion area is too small
  * Add changes to history in clipboard replacement typable
    commands
  * Fix a crash in DAP with an unspecified line in breakpoints
  * Fix space handling for filenames in bash completion
  * Key diagnostics off of paths instead of LSP URIs
  * Fix panic when using join_selections_space
  * Fix panic when using surround_replace, surround_delete
  * Fix panic in surround_replace, surround_delete with nested
    surrounds and multiple cursors
  * Fix panic in select_textobject_around
  * Don't stop reloading documents when reloading fails in
    :reload-all
  * Prevent shell_keep_pipe from stopping on nonzero exit status
    codes
  Themes:
  * Added gruber-dark, polmandres, starlight, modus operandi
    themes, modus vivendi themes, horizon-dark, ttox, voxed,
    gruvbox_light_soft, gruvbox_light_hard, curzon, monokai_soda,
    term16_dark, term16_light, jetbrains_dark
  * Updated rose_pine, darcula, everblush, papercolor, naysayer,
    noctis, nord, monokai pro themes, tokyonight themes, sonokai,
    onedark, onedarker, cyan_light, GitHub themes, Zed themes,
    catppuccin themes, rasmus, dark_plus, gruvbox themes, material
    themes
  * Added jump label themeing to dracula, horizon-dark, catppuccin
    themes, onedark themes, rose-pine themes, Nord themes, Monokai
    themes, gruvbox themes, kanagawa
  New languages:
  * Typst, LPF, GN, DBML, log, Janet, Agda, Avro, Smali, HOCON,
    Tact, PKL, CEL, SpiceDB, Hoon, DockerCompose, Groovy, FIDL,
    Powershell, ld, Hyperland config, JSONC, PHP Blade,
    SuperCollider, Koka, PKGBUILD, Ada, Helm charts, Ember.js
    templates, Ohm
  Updated languages and queries:
  * Add HTML injection queries for Rust
  * Switch to tree-sitter-ron for RON
  * Update and improve comment highlighting
  * Highlight type parameters in Rust
  * Change KDL tree-sitter parsers
  * Update tree-sitter-markdown
  * Update tree-sitter-purescript
  * Add type parameter highlighting to TypeScript, Go, Haskell,
    OCaml and Kotlin
  * Add indentation queries for Scheme and lisps using
    tree-sitter-scheme
  * Recognize meson_options.txt as Meson
  * Add language server configuration for Nushell
  * Recognize musicxml as XML
  * Update tree-sitter-rescript
  * Update tree-sitter-python
  * Recognize .envrc.local and .envrc.private as env
  * Update tree-sitter-gleam
  * Update tree-sitter-d
  * Fix R-markdown language name for LSP detection
  * Add haskell-language-server LSP configuration
  * Recognize glif as XML
  * Recognize .prettierrc as JSON
  * Add auto-pairs configuration for scheme
  * Add textobject queries for Scala
  * Add textobject queries for Protobuf
  * Update tree-sitter-wren
  * Add spago.yaml as an LSP root for PureScript
  * Improve highlight and indent queries for Bash, Make and CSS
  * Update tree-sitter-scala
  * Recognize .bash_history as Bash
  * Recognize Helix ignore files as ignore
  * Inject SQL into Scala SQL strings
  * Update gdscript textobjects
  * Update Go queries
  * Update tree-sitter-nushell
  * Update tree-sitter-unison, add indent queries
  * Update tree-sitter-slint
  * Update tree-sitter-swift
  * Add fish_indent as formatter for fish
  * Recognize zon as Zig
  * Add a formatter for Odin
  * Update tree-sitter-erlang
  * Capture Rust fields as argument textobjects
  * Improve Dart textobjects
  * Recognize tmux.conf as a bash file-type
  * Add textobjects queries for Nix
  * Add textobjects queries for HCL
  * Recognize osm and osc extensions as XML
  * Update tree-sitter-sql
  * Recognize pde Processing files as Java
  * Update tree-sitter-lua
  * Switch tree-sitter-nim parsers
  * Recognize GTK builder ui files as XML
  * Add configuration for markdown-oxide language server
  * Add a shebang for elvish
  * Fix precedence of Svelte TypeScript injection
  * Recognize common Dockerfile file types
  * Recognize NUON files as Nu
  * Add textobjects for Java native functions and constructors
  * Fix "braket" typeo in JSX highlights
  * Update tree-sitter-hurl
  * Add textobjects queries for Vala
  * Update tree-sitter-git-config
  * Recognize 'mmd' as Mermaid
  * Highlight Rust extern crate aliases
  * Improve parameter highlighting in C++
  * Recognize 'rclone.conf' as INI
  * Add injections for GraphQL and ERB in Ruby heredocs
  * Add main.odin to Odin LSP roots

OBS-URL: https://build.opensuse.org/request/show/1163703
OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=85
2024-03-30 15:23:56 +00:00
Ana Guerrero
6bb21a6363 Accepting request 1120897 from editors
- Remove patch 0001-fix-ub-in-diff-gutter.patch
- Update to version 23.10
- Build requires git

OBS-URL: https://build.opensuse.org/request/show/1120897
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/helix?expand=0&rev=19
2023-10-29 18:41:30 +00:00
Soc Virnyl Estela
9532583010 OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=84 2023-10-28 11:45:13 +00:00
Soc Virnyl Estela
01aa667d0c - Build requires git. It won't be used but it will fail if git binary is not detected.
OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=83
2023-10-28 10:22:50 +00:00
Soc Virnyl Estela
e922e14ddc OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=82 2023-10-28 09:59:08 +00:00
Soc Virnyl Estela
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
  
  Features:
    - Support multiple language servers per language
    - Add a statusline element for the selected register
    - Add `%`, `#`, `.`, `*` and `+` special registers
    - Add initial support for LSP DidChangeWatchedFiles notifications
    - Search buffer contents in `global_search`
    - Add a "smart tab" command that intelligently jumps the cursor on tab
    - Add a statusline element for whether a file is read-only
    - Syntax highlight regex prompts
    - Allow defining alignment in indent queries
    - Show visual feedback in `surround_replace`
    - Switch to Nucleo for fuzzy matching
    - Insert a trailing newline on write
    - Add a `-w`/`--working-dir` CLI flag for specifying a working directory on startup
    - Accept a `+N` CLI argument to set the first file's line number
    - Accept Helix-specific ignore files in `.helix/ignore` and `~/.config/helix/ignore`
  
  Commands:
    - `merge_selections` (`A-minus`) - merge all selections into one selection that covers all ranges
    - `move_prev_long_word_end` and `extend_prev_long_word_end` - move/extend to the end of the previous WORD
    - `reverse_selection_contents` - swaps the values of each selection so they are reversed
    - Add `:rl` and `:rla` aliases for `:reload` and `:reload-all`
    - `yank_joined` - join the selections and yank to the selected register
    - `:write-all!` (`:wa!`) - forcibly write all buffers to disk and create any necessary subdirectories
    - `:redraw` - clear re-render the UI
    - `:tree-sitter-highlight-name` - show the theme scope name of the highlight under the cursor

OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=81
2023-10-28 09:52:02 +00:00
Ana Guerrero
63adb75a87 Accepting request 1108347 from editors
- 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.

OBS-URL: https://build.opensuse.org/request/show/1108347
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/helix?expand=0&rev=18
2023-09-01 12:19:46 +00:00
Soc Virnyl Estela
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.

OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=80
2023-08-31 23:44:52 +00:00
Soc Virnyl Estela
6cf1e49dbb OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=79 2023-08-30 12:52:08 +00:00
Soc Virnyl Estela
0dcf9de743 OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=78 2023-08-30 12:45:54 +00:00
Soc Virnyl Estela
d24acd3552 OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=77 2023-08-30 12:42:43 +00:00
Soc Virnyl Estela
61e5c16b04 OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=76 2023-08-30 12:39:41 +00:00
Soc Virnyl Estela
4da4475663 - Rpm weirdness. So I set rust+cargo to 1.65
OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=75
2023-08-30 12:36:30 +00:00
Soc Virnyl Estela
9a98aa66be - Limit rust+cargo version >=1.65 and < 1.71
OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=74
2023-08-30 12:29:22 +00:00
Dominique Leuenberger
fee7da82a5 Accepting request 1094660 from editors
OBS-URL: https://build.opensuse.org/request/show/1094660
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/helix?expand=0&rev=17
2023-06-22 21:26:59 +00:00
Soc Virnyl Estela
a2910048e7 Accepting request 1094642 from home:VaiTon:branches:editors
- helix-runtime now requires helix

OBS-URL: https://build.opensuse.org/request/show/1094642
OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=73
2023-06-22 12:40:49 +00:00
Dominique Leuenberger
cf9ac4daee Accepting request 1088494 from editors
- 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`
- 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

OBS-URL: https://build.opensuse.org/request/show/1088494
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/helix?expand=0&rev=16
2023-05-23 12:54:34 +00:00
Soc Virnyl Estela
232cea3494 OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=72 2023-05-23 05:40:54 +00:00
Soc Virnyl Estela
7d9363d58d OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=71 2023-05-23 03:10:41 +00:00
Soc Virnyl Estela
395b62e80b OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=70 2023-05-22 23:22:20 +00:00
Soc Virnyl Estela
2ee488f7c9 OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=69 2023-05-22 14:44:08 +00:00
Soc Virnyl Estela
b49c135a79 OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=68 2023-05-22 09:05:16 +00:00
Soc Virnyl Estela
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`

OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=67
2023-05-22 08:52:59 +00:00
Soc Virnyl Estela
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

OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=66
2023-05-22 08:37:10 +00:00
Dominique Leuenberger
9dc0afb281 Accepting request 1087343 from editors
This fixes #bsc1211012

OBS-URL: https://build.opensuse.org/request/show/1087343
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/helix?expand=0&rev=15
2023-05-16 12:16:46 +00:00
Soc Virnyl Estela
e8f3e34426 OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=65 2023-05-16 07:11:28 +00:00
Soc Virnyl Estela
cebb21d5e8 OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=64 2023-05-16 07:06:16 +00:00
Soc Virnyl Estela
190550d385 OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=63 2023-05-16 06:54:48 +00:00
Soc Virnyl Estela
f08b0b45c1 OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=62 2023-05-16 05:15:43 +00:00
Soc Virnyl Estela
05047edab0 - Addresses #bsc1211012. Issue with HELIX_RUNTIME
OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=61
2023-05-16 04:59:10 +00:00
Dominique Leuenberger
8598c1573f Accepting request 1082235 from editors
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1082235
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/helix?expand=0&rev=14
2023-04-23 20:47:57 +00:00
Soc Virnyl Estela
a08904cd85 - Removed preinstall hook. Not needed since we added version
in line with the helix binary.

OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=60
2023-04-16 01:08:44 +00:00
Dominique Leuenberger
4cfd814d37 Accepting request 1077798 from editors
Fixed the changelog file by renaming the removed file.

OBS-URL: https://build.opensuse.org/request/show/1077798
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/helix?expand=0&rev=13
2023-04-07 16:16:59 +00:00
Soc Virnyl Estela
d4341e67f8 OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=59 2023-04-07 00:27:48 +00:00
Soc Virnyl Estela
284190113d - Remove HELIX_DISABLE_AUTO_GRAMMAR_BUILD.
OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=58
2023-04-06 13:28:56 +00:00
Soc Virnyl Estela
b99c1b3d91 OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=57 2023-04-06 13:02:20 +00:00
Soc Virnyl Estela
e9ba3d49a0 - Remove sed command to modify HELIX_RUNTIME
OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=56
2023-04-06 12:21:24 +00:00
Soc Virnyl Estela
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

OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=55
2023-04-06 09:38:59 +00:00
Dominique Leuenberger
4644ec18be Accepting request 1072138 from editors
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1072138
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/helix?expand=0&rev=12
2023-03-15 17:56:35 +00:00
Soc Virnyl Estela
c3a36427ed Accepting request 1070199 from home:gladiac:branches:editors
- Fix upgrade path

OBS-URL: https://build.opensuse.org/request/show/1070199
OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=54
2023-03-08 15:33:36 +00:00
Dominique Leuenberger
2ec8c69b92 Accepting request 1069583 from editors
OBS-URL: https://build.opensuse.org/request/show/1069583
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/helix?expand=0&rev=11
2023-03-06 17:56:30 +00:00
Soc Virnyl Estela
ccd03c5568 Accepting request 1069572 from home:gladiac:branches:editors
- Changed runtime path to /usr/libexec/helix as it includes loadable shared
  objects
  * Added helix-runtime-path.patch
- Some spec file cleanup

OBS-URL: https://build.opensuse.org/request/show/1069572
OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=53
2023-03-06 10:31:07 +00:00
Soc Virnyl Estela
4c372bbb6f - Replace Suggests to Recommends.
OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=52
2023-03-01 00:13:30 +00:00
Soc Virnyl Estela
d477868e1e - Check desktop file
OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=51
2023-03-01 00:05:14 +00:00
Dominique Leuenberger
9af2101c6f Accepting request 1065638 from editors
OBS-URL: https://build.opensuse.org/request/show/1065638
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/helix?expand=0&rev=10
2023-02-14 15:47:28 +00:00
Soc Virnyl Estela
9d567fb329 Accepting request 1065636 from home:firstyear:branches:editors
Automatic update of vendored dependencies

OBS-URL: https://build.opensuse.org/request/show/1065636
OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=50
2023-02-14 02:16:08 +00:00
Soc Virnyl Estela
0711dd8b83 - Automatic update of vendored dependencies.
OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=49
2023-02-11 00:22:01 +00:00
Dominique Leuenberger
c698aa8d9c Accepting request 1056837 from editors
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1056837
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/helix?expand=0&rev=9
2023-01-08 20:25:40 +00:00
Soc Virnyl Estela
b0c82538c8 - Remove Requires on all shell completions. This seems to break
supplements.

OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=48
2023-01-01 00:22:00 +00:00