-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add EditorCommands menu #2058
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add EditorCommands menu #2058
Conversation
Update `EditorInstance` to be able to move lines up and down
9356d65
to
f94131a
Compare
Looks like this methods may need to be marked public |
@thecoolwinter Hi! Do you mean And I noticed an issue in the current solution. |
### Description Guarantees that all text coordinator's lifetimes match that of the editor's. ### Related Issues * CodeEditApp/CodeEdit#2058 ### Checklist - [x] I read and understood the [contributing guide](https://github.com/CodeEditApp/CodeEdit/blob/main/CONTRIBUTING.md) as well as the [code of conduct](https://github.com/CodeEditApp/CodeEdit/blob/main/CODE_OF_CONDUCT.md) - [x] The issues this PR addresses are related to each other - [x] My changes generate no new warnings - [x] My code builds and runs on my machine - [x] My changes are all related to the related issue above - [x] I documented my code ### Screenshots
I'll be updating CE to use the latest version of CESE which will unblock this pr. I'll follow up after |
Merged the changes from main and this works now. Great stuff, and good catch on the coordinator lifecycle bug, |
Description
Add EditorCommands menu and update
EditorInstance
to be able to move lines up and downRelated Issues
Checklist
Screenshots
Screen.Recording.2025-06-08.at.09.04.02.mov