GSoC'22 - Week #10: Global Shortcuts

Posted 1 year ago

Palette Shortcuts

This week was devoted exclusively to enhancing and improving the code for palette shortcuts. For instance, there was a location where palette cells were being stored unnecessarily. It effectively served as an intermediary. I eliminated this intermediary and directly iterated over the palette cells to produce action names. In the following weeks, I will continue to work on optimizing this and making the code as clear as possible, since I feel that certain portions of the code are now difficult to comprehend and unneeded.

I will soon push these changes after a substantial amount of work is done for a push.

Wiki Update

As pointed out in Discord, a portion of the Wiki was out of date after the merge of the new UiAction types from my PR #12414. This has been updated and can be seen here