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

More ide refactoring #525

Merged
merged 12 commits into from
Aug 6, 2024
Merged

More ide refactoring #525

merged 12 commits into from
Aug 6, 2024

Conversation

RhoSigma-QB64
Copy link
Member

@RhoSigma-QB64 RhoSigma-QB64 commented Aug 2, 2024

  • mainly this PR does focus on legacy dialog refactoring and enhancements, starting with the Option dialogs, more will follow over time
  • fixed some ommisions from my last config related PR
  • some minor other things
    pic1
    pic2

- make all timer operations using high precision (i.e. TIMER(0.001) and using type DOUBLE variables and literals)
- removed total unnecessary "idewait" wrapper, only containing a _DELAY
- fix omissions from last PR
- new mode implemented to use it as custom font selector
- adds a new object type
- color change to indicate invalid state
- added new required properties to the object UDT
- almost rewritten from scratch
- almost rewritten from scratch
- almost rewritten from scratch
- almost rewritten from scratch
- almost rewritten from scratch
- WRITEFILE is a statement, so no parentheses
- STR$ only adds a space to the left of positive numbers, so we can save a nano second here :)
@RhoSigma-QB64 RhoSigma-QB64 added the enhancement New feature or request label Aug 2, 2024
@RhoSigma-QB64 RhoSigma-QB64 self-assigned this Aug 2, 2024
- avoid addition of the .exe extension when writing the formatted output on Windows
@RhoSigma-QB64 RhoSigma-QB64 merged commit ac56a28 into main Aug 6, 2024
4 checks passed
@RhoSigma-QB64 RhoSigma-QB64 deleted the more-ide-refactoring branch August 6, 2024 09:51
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
Development

Successfully merging this pull request may close these issues.

2 participants