Overview
Request 1128003 accepted
- 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
- Created by smolsheep
- In state accepted
- Package maintainer: uncomfyhalomacro
Request History
smolsheep created request
- 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
uncomfyhalomacro accepted request
I had noticed this is creating a file in ~/.config/lapce-nightly instead. This is probably due to them swapping from CARGO_PKG_VERSION to RELEASE_TAG_NAME.
It can probably be fixed with
export RELEASE_TAG_NAME=v%{version}
before the cargo_build line. I noticed it was there in 0.2.8 so I didn't want to ship the change without maintainer signoff, but I did want to at least mention it.That's cool. thanks for noticing that! ❤️