mapeditor / mapeditor/tiled

Allow scripts to extend the tool bars

Open
#3,318 4 comments 2 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.