12 Commits

Author SHA256 Message Date
Soc Virnyl Estela
8c082ecff4 - Update to version 0.4.0:
* remove unnecessary "Settings" suffix, hide terminal profiles from settings
  * bump floem
  * chore(deps): bump pulldown-cmark from 0.10.2 to 0.10.3 (#3223)
  * chore(deps): bump unicode-width from 0.1.11 to 0.1.12 (#3226)
  * chore(deps): bump bytemuck from 1.14.3 to 1.15.0 (#3187)
  * Update README.md
  * stop palette scroll to bubble up
  * fix: reimplement path un/install for macos (#3255)
  * proxy gzip overwrite file
  * bump floem
  * fix: remove tree-sitter-yaml
  * fix: use default profile when spawning terminal panel
  * fix clippy lints (#3237)
  * add additional logging for environment loading
  * fix: remove unsupported highlight for cpp
  * hover doesn't propagate wheel event
  * chore(deps): bump hashbrown from 0.14.3 to 0.14.5
  * fix: use windows subsystem to prevent console running
  * fix: log error with path when it cannot be parsed to Url
  * rename preview_editor_width to palette_width
  * ci: fix fedora glob
  * add fedora builds (#3204)
  * Fallback to default theme if key is wrong (#3203)
  * Add cursor affinity for diagnostic phantom text
  * docs: add pkgconf just in case
  * bump version to 0.4.0
  * update changelog
  * make code action and completion clickable
  * docs: use openssl system lib

OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=85
2024-05-28 14:47:37 +00:00
Soc Virnyl Estela
aa3bd2688c - Respect lock and revert cargo update
OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=83
2024-01-07 04:04:22 +00:00
Soc Virnyl Estela
561dfc5744 - Update to version 0.3.1:
* add ruby tree sitter queries
  * fix editor scroll
  * bump floem
  * bump floem and use floem::Clipboard
  * feat: implement `Format Document` command
  * fix: save without formatting now calls save
  * create_dir_all when saving
  * Reworked cursor rendering, fixing several bugs
  * Fix invalid unicode filenames not being displayed
  * Fix non_canonical_partial_ord_impl clippy lints
  * Add explicit static lifetime to consts
  * move cursor blink timer to window
  * update the language in the status bar
  * bump floem
  * Add UI inspector command
  * Bump Floem
  * run.toml on remote fix
  * Auto-surround config
  * fix language name used in status bar
  * Don't mark nonexistent files as read only
  * fix FocusText view
  * bump floem
  * display visual line and visual block mode
  * bump floem
  * bump floem
  * fix version matching on lapce-proxy
  * don't panic if log file can't be created
  * update screenshot

OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=81
2023-12-30 00:09:17 +00:00
Soc Virnyl Estela
382b65ba68 Accepting request 1128003 from home:smolsheep:upgrades
- Update to version 0.3.0:
  Features/Changes
  * Rewrite with Floem UI
  * Reimplement completion lens
  * Show Lapce as an option when doing "Open With..." on Linux
  * Implement multi-line vim-motion yank and delete (3dd, 2yy, etc.)
  * Implement search and replace
  * Implement debug adapter protocol
  Bug Fixes
  * Inform language servers that Lapce supports LSP diagnostics

OBS-URL: https://build.opensuse.org/request/show/1128003
OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=79
2023-11-22 07:18:17 +00:00
Soc Virnyl Estela
8eb020d7cd - Revert back to non-updated dependencies. Some issues with crate
versions.

OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=75
2023-06-09 00:01:12 +00:00
Soc Virnyl Estela
e1e50eef1c - Test to include and sync lapce-proxy deps
OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=74
2023-06-08 23:34:54 +00:00
Soc Virnyl Estela
e09aaf1ed5 OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=73 2023-06-08 00:27:30 +00:00
Soc Virnyl Estela
20df1407bb - Fix update of vendored dependencies using cargotoml param in service
file.

OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=72
2023-06-07 21:59:01 +00:00
Soc Virnyl Estela
90adbb8467 - Update to version 0.2.8:
* Feature: Add basic Vim marks feature (#2403)
  * docs: add install instructions for nixpkgs (#2401)
  * Revert "fix: proxy version comparison" (#2395)
  * fix: proxy version comparison (#2206)
  * fix: canonicalize path (#2367)
  * fix: limit lower bound of blink interval (#2391)
  * feat: make metainfo comptime (#2374)
  * fix: set TERM for flatpak
  * Add instructions for installing on Gentoo (#1672)
  * Fixed copy remote file url (#2077)
  * Enable XML syntax highlighting for csproj files (#2297)
  * ci: copy cargo config from release workflow (#2338)
  * Add placeholder text to filter input in settings (#2337)
  * ci: fix WiX install + use Cargo sparse protocol (#2334)
  * docs: fix changelog (#2332)
  * feat: filter settings (#2289)
  * command: implemented RevealActiveFileInFileTree (#2282)
  * Fix several issue with bracket highlights (#2248)
  * fix: search result folding incorrectly (#2272)
  * Add option to open files at specific line/column (#1964)
  * fix: store lapce data next to lapce for portable install (#1888)
  * fix: typo in tab.rs (#2253)
- Update vendored dependencies to address bnc#1212005

OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=71
2023-06-07 15:32:30 +00:00
Soc Virnyl Estela
8a0f5cf921 - Update vendored dependencies
OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=69
2023-04-14 14:12:19 +00:00
Soc Virnyl Estela
81e25daadd - Update to version 0.2.7:
* Remove duplicate binding for Shift-Delete (#2246)
  * remove duplicate command 'GotoLocation' (#2240)
  * docs: add git branch filter input in changelog (#2239)
  * Fix attempting to canonicalize a path when saving a new file (#2225)
  * Add StartupWMClass to desktop entry (#2228)
  * feat: double-click for new file on home page (#2223)
  * feat: highlight all occurrences of the selected text (#2222)
  * Fix new clippy warnings (#2224)
  * open source file from diff (#2141)
  * feat: allow folding file content in global search results (#2217)
  * revert back to old way of set_locale_enviroment (#2209)
  * fix: use AND comparison instead of bitwise (#2192)

OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=66
2023-03-17 08:04:53 +00:00
Soc Virnyl Estela
b16955e55b - Update to version 0.2.6:
* Make auto_closing_matching_pairs dependent on BufferContent (#2188)
  * Extended double-click options (#2127)
  * chore(deps): bump once_cell from 1.15.0 to 1.17.1 (#2173)
  * fix: build WSL backend only for Windows (#2166)
  * return stdout stderr
  * update psp-types
  * fix cannot open file when diff already opened (#2125)
  * Use abs_diff (#2123)
  * Added Lapce App Icon (#2128)
  * fix: dont overwrite symlink (#2131)
  * ci: run workflow in PR to test changes (#2132)
  * chore(deps): bump git2 from 0.14.4 to 0.16.1 (#2050)
  * fix: rewrite script + fix version comparison (#2117)
  * Add settings to configure the scroll speed (#2120)
  * make wasi initilization async (#2114)
  * feat: configurable diff context lines (#2094)
  * Properly instantiate the WASM blob and let it live inside the thread (#2090)
  * If format-on-save is not enabled, save immediately (#2088)
  * feat: diff view navbar (#2084)
  * Enable plugins to act as LSP themselves (#2087)
  * fix: branches filter not updating (#2080)
  * feat: add Ctrl+{a,e,k} keybinds on macOS (#2074)
  * fix: remove regex, parse remote as URL (#2075)
  * fix: find repository if it's not in current workspace path (#2069)
  * fix: set language environment in proper way (#2070)
  * feat: add command and keybinds to delete line (#2071)
  * Add an option to disable moving the focus area when you type (#2062)
  * Don't spawn a thread for every config watcher notifications (#2034)

OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=62
2023-03-01 10:42:00 +00:00