[Github-comments] [geany/geany] Api tmtag (#1093)
Thomas Martitz
notifications at xxxxx
Tue Jun 28 15:02:13 UTC 2016
With the latest commit I can do this:
```
>>> 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
[…]
```
Very useful. Please merge :-)
---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1093#issuecomment-229077089
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160628/6c42be37/attachment.html>
More information about the Github-comments
mailing list