Workbench icon indicating copy to clipboard operation
Workbench copied to clipboard

Add shortcut to remove a single line at cursor position

Open melix99 opened this issue 3 years ago • 3 comments

Builder uses Ctrl + D for this.

melix99 avatar Sep 07 '22 21:09 melix99

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?

sonnyp avatar Sep 13 '22 20:09 sonnyp

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.

melix99 avatar Sep 13 '22 20:09 melix99

I have a WIP for this but I don't have time to work on it. https://github.com/sonnyp/Workbench/pull/163

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

sonnyp avatar Oct 20 '22 18:10 sonnyp