The JADE 2022 release meets tomorrow’s business demands.
Our coding standards currently require us to add in a method header to a new method, or add in a line in the method header stating the patch details (number, Change Request ID, date etc.).
To help me fill this out, I have managed to write something that triggers when I either change the patch number, or the day changes (using timers and notifications), which can update my method text template, and a number of accelerator keys to allow me to quickly add in the required details.
The problem is, that in order to have these updated preferences applied over all open windows, I need to open and close the preferences dialog (which as part of close, iterates through open windows updating preferences).
I would like a way to be able to trigger a preferences refresh over all open windows in the development environment.