mapeditor/tiled




Do you want to work on this issue?
You can request for a bounty in order to promote it!
Allow scripts to extend the tool bars #3318
bjorn posted onGitHub
Currently scripts can register custom actions through tiled.registerAction
and then they can add them to various menus using tiled.extendMenu
. It is however not possible to extend a tool bar.
It should be possible for scripts to extend most of the existing tool bars, probably through a tiled.extendToolBar
function.