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

IDE option to always recompile current program even if the editor does not detect changes #433

Closed
RetroNick2020 opened this issue Jan 12, 2024 · 1 comment · Fixed by #442
Assignees
Labels
enhancement New feature or request

Comments

@RetroNick2020
Copy link

Is your feature request related to a problem? Please describe.
when I modify an $INCLUDE file or $EMBED file the IDE does not know external files were changed

Describe the solution you'd like
An option in the IDE to always force a new compile even if the IDE does not detect changes

Describe alternatives you've considered
I am constantly inserting a space in an empty line of the program to force the IDE/Compiler to compile again

Additional context

@RetroNick2020 RetroNick2020 added the enhancement New feature or request label Jan 12, 2024
@RhoSigma-QB64 RhoSigma-QB64 self-assigned this Jan 26, 2024
@RhoSigma-QB64
Copy link
Member

Hi @RetroNick2020 ,

you're Issue was addressed in pull request #442, however we waive to another menu option and rather made the IDE smart enough to detect changes to those files automatically and correctly rebuild the program if needed. This includes not only $EMBED files, but also $EXEICON, $MIDISOUNDFONT and even regular $INCLUDE files, so no more worries, just edit your external files press F5 and the IDE will correctly recompile if needed.

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

Successfully merging a pull request may close this issue.

2 participants