This repository has been archived by the owner on Dec 21, 2022. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Works as intended
Update to Panel logic without trying to change the overall structure
If there is a color associated to an attribute, The text will show the Current applied Color.
RBG slider added to help with selecting colors
Default Settings Show through tool when editing a field.
Splash/Loading Screen: text, Timeout in millisecond , on click command" ,opacity
Splash and or Loading screens can be disabled in settings
Moved some functions out of main script into libraries converted labels to functions
Hotkey now have ~/tilda assigned by hardcode, allowing user to focus on the key itself. Checkbox code and logic in place for switch to hotkey edits as opposed to text edit boxes, CON of hotkey edit box is lack of Winkey support for modifier without using a checkbox to imply usage. This just needs checkbox and hotkey checks to complete.
Copied Gdip_all.ahk to ahk lib folder and removed other includes for OGdip.ahk and Gdip_all.ahk since _all should contain all functions. Reason due to include bug I was encountering, though it seemed it was specific during adding everything together. I was able to revert to old includes and with no issue, but I'll leave it as is for right now. can be fixed in PR issue or left as is.
some functions used through the RGB actions can probably be made redundant from Gdip.
oh and added the Default all Settings to Info page