Keep focus on text editing when spawning tasks #34809
Closed
fredheidrich
started this conversation in
Ideas From Sublime Text
Replies: 2 comments
-
zed/assets/settings/initial_tasks.json Lines 17 to 21 in 5f92ac2 Does |
Beta Was this translation helpful? Give feedback.
0 replies
-
Now if I can only get a problem matcher for clang errors I would be even happier, but that is a different issue that others have raised :) Thanks again |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Writing C code you compile often to see how your code is holding up, sometimes just to help you rewrite sections. When you fire off your build script from a new or recurring task the keyboard focus goes to the task dock until you close it, even through there is nothing to type there.
I find it annoying to keep having to switching back. It makes takes building your project from effortless, one hit combo to a two or three step dance where I have to remember where to keyboard focus is.
Instead you should be able to spawn a task in the background, and the focus is kept on the editor so you can continue working while the code is compiling.
This is how VSCode and Sublime works.
Beta Was this translation helpful? Give feedback.
All reactions