Skip to content

Commit

Permalink
Use icons on the object reference edit buttons
Browse files Browse the repository at this point in the history
Issue #707
  • Loading branch information
bjorn committed Feb 25, 2020
1 parent 473b1ba commit 2779f5a
Show file tree
Hide file tree
Showing 8 changed files with 577 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/reference/scripting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1729,7 +1729,7 @@ done writing otherwise the operation will be aborted without effect.
:widths: 1, 2

**filePath** : string |ro|, "The path of the file."
**atEof** : bool |ro|, "True if no mode data can be read."
**atEof** : bool |ro|, "True if no more data can be read."
**codec** : string, "The text codec."

.. csv-table::
Expand Down Expand Up @@ -1788,7 +1788,7 @@ done writing otherwise the operation will be aborted without effect.
:widths: 1, 2

**filePath** : string |ro|, "The path of the file."
**atEof** : bool |ro|, "True if no mode data can be read."
**atEof** : bool |ro|, "True if no more data can be read."
**size** : number, "The size of the file (in bytes)."
**pos** : number, "The position that data is written to or read from."

Expand Down
13 changes: 13 additions & 0 deletions src/tiled/images/scalable/edit-select.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
291 changes: 291 additions & 0 deletions src/tiled/images/scalable/search-object-dialog.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2779f5a

Please sign in to comment.