-
Notifications
You must be signed in to change notification settings - Fork 476
Description
If one sets up the external tools in the order they want, there is a chance that the toolbar will display the buttons out of order. For example, creating the tools "A", "B", "C", "D", and "E", in that order, might make the toolbar show the icons in the order "Configure external tools...", "Show Running Tools...", "C", "B", "A", "D", "E" (the first two are correct, naturally).
This can happen even if the user adds them to the list of tools in order, and makes sure that the external tool ID (external_tool_0, external_tool_1, etc.) matches the order. Once Codelite decides on an order to set the buttons in, it will stay that way until the tools are all deleted and re-created, where it might arrange them randomly in a different order.
I've checked the Codelite settings folder to see if anything was amiss, but the only thing I could find was in .codelite/config/codelite.xml, where I once again confirmed that every tool was declared in order.
Codelite versions tested: 9.2.0, 10.0.0.