Skip to content
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

Add shortcut to remove a single line at cursor position #149

Open
melix99 opened this issue Sep 7, 2022 · 3 comments
Open

Add shortcut to remove a single line at cursor position #149

melix99 opened this issue Sep 7, 2022 · 3 comments

Comments

@melix99
Copy link

melix99 commented Sep 7, 2022

Builder uses Ctrl + D for this.

@sonnyp
Copy link
Contributor

sonnyp commented Sep 13, 2022

Why not, should be pretty easy to do if you want to give it a try.

However, something else I thought of is to let users use their own code editor. Workbench would simply watch the file and update preview on file changes.

WDYT?

@melix99
Copy link
Author

melix99 commented Sep 13, 2022

However, something else I thought of is to let users use their own code editor. Workbench would simply watch the file and update preview on file changes.

This would probably be a good option to have. I literally have a folder with various UI and CSS files, so I could use Builder just fine to edit those file and then use Workbench to preview them. But I'd still use the built-in editor for some more quick prototyping, where I don't even need to save them to a file.

@sonnyp sonnyp added this to the 43.0 milestone Sep 15, 2022
@sonnyp sonnyp removed this from the 43.0 milestone Sep 26, 2022
@sonnyp
Copy link
Contributor

sonnyp commented Oct 20, 2022

I have a WIP for this but I don't have time to work on it. #163

Should be really straightforward to cleanup and submit a PR just for delete_line

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants