Allow scripts to extend the tool bars
Open
@bjorn is already working on this.
Since Mar 31, 2022.
missing feature
- Dominant language
- C++
- Stars
- 12.9k
- Forks
- 2k
- Avg merge
- 4h 27m
- Merged PRs (30d)
- 8
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.