<p>With the latest commit I can do this:</p>
<pre><code>
>>> for x in __plugin__.geany_plugin.geany_data.app.tm_workspace.tags_array:
... print(x.name)
... print(x.file.file_name)
...
FileData
/home/kugel/dev/geany.git/src/document.c
RESPONSE_DOCUMENT_RELOAD
/home/kugel/dev/geany.git/src/document.c
RESPONSE_DOCUMENT_SAVE
/home/kugel/dev/geany.git/src/document.c
STATUS_CHANGED
/home/kugel/dev/geany.git/src/document.c
[…]
</code></pre>
<p>Very useful. Please merge :-)</p>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/pull/1093#issuecomment-229077089">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/ABDrJy9ArNfzjwH63kM3B3ISXODFA2mnks5qQTd1gaJpZM4I_gWR">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ-x5QyZQZbHj2nJ1yB4C1qoPHdXFks5qQTd1gaJpZM4I_gWR.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
<link itemprop="url" href="https://github.com/geany/geany/pull/1093#issuecomment-229077089"></link>
<meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>