Is there a way to move the Delphi IDE menu item Tools->JCL Options..., to the bottom of the tools menu?
In JclOtaActions.pas
, in TJclOTAActionExpert.RegisterCommands
it registers the menu item:
ToolsMenuItem.Insert(0, FConfigurationMenuItem);
I think if you change it to:
ToolsMenuItem.Add(FConfigurationMenuItem);
Then it will at the bottom.
Hope this points you in the right direction...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With