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 a Mono Build keyboard shortcut #3197

Closed
mevenant opened this issue Aug 25, 2021 · 2 comments
Closed

Add a Mono Build keyboard shortcut #3197

mevenant opened this issue Aug 25, 2021 · 2 comments

Comments

@mevenant
Copy link

Describe the project you are working on

Working on a 2D Top Down action game using the Mono version of Godot.

Describe the problem or limitation you are having in your project

Sometimes I make changes to my code (and when I don't use intellisense or when for whatever reason it's not working), I come over to Godot, hit the Build button on top right to see if there are any compilation errors. The problem is that I am used to using my keyboard and want to compile rapidly as I make changes, and don't want to use the mouse to hit the Build button.

Describe the feature / enhancement and how it helps to overcome the problem or limitation

This would be a minor enhancement but add a keyboard shortcut that Builds (Compiles the code) without running the game.

Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams

When I press "Ctrl + B" build the game (the functionality of the Build button on top right corner of Godot Mono) and display the compilation errors.

If this enhancement will not be used often, can it be worked around with a few lines of script?

I compile my code to check for Compilation errors often. So for now I just click the Build button with my mouse.

Is there a reason why this should be core and not an add-on in the asset library?

This is about improving the Mono Build functionality of Godot.

@akien-mga
Copy link
Member

Implemented by #3197.

@akien-mga akien-mga modified the milestones: 3.x, 4.0 Sep 14, 2021
@YuriSizov
Copy link
Contributor

YuriSizov commented Sep 14, 2021

Well, rather by godotengine/godot#52633 and godotengine/godot#52595 🙃

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

No branches or pull requests

4 participants