This repository was archived by the owner on Mar 4, 2026. It is now read-only.
Ryanabx contrib lapce with pizazz#2
Draft
ipepe wants to merge 21 commits into
Draft
Conversation
Co-authored-by: Ryan Brue <ryanbrue.dev@gmail.com>
In many editors, `shift+tab` is used to outdent selected lines. This commit adds that keybind.
Fixes: lapce#3825 Creates a new notification to signal commit result to the UI. In the future, when we have more options for source control management, we can change this notification to cover more SCM-related notifications. Signed-off-by: Ryan Brue <ryanbrue.dev@gmail.com>
在插件移除时重置可用插件列表中的安装状态,并在关闭插件时处理未找到插件的情况
Resolves: lapce#1460 This commit enables dragging files in the file explorer to move them into new directories.
Implementing focus for the file explorer allows us to implement commands that respond to keymaps, such as `F2` to rename, and `Delete` to trash a file. Signed-off-by: Ryan Brue <ryanbrue.dev@gmail.com>
…file explorer. This commit binds `F2` to `file_explorer.rename` which renames the currently selected node, and `Delete` to `file_explorer.trash`, which trashes the selected node.
This will be necessary for both backwards compat, and for providing the ability to be more granular with theme colors.
Using the new fallbacks, we can do this change without sacrificing existing themes to the hot pink gods.
Signed-off-by: Ryan Brue <ryanbrue.dev@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CHANGELOG.mdif this change could be valuable to users