[txmt-dev] Re: Global Bookmarks functionality
Allan Odgaard
mailinglist at textmate.org
Thu Oct 31 18:12:27 UTC 2013
On 30 Oct 2013, at 19:07, mbopp wrote:
> […] If you know off the top of your head where this internal marking
> api is
> defined, let me know. Otherwise... I'll find it.
This is the basic API (as it exists ATM):
https://github.com/textmate/textmate/blob/master/Frameworks/document/src/document.h#L88-L105
You’ll need a document_ptr instance to be able to set/query marks for
a document, but the document doesn’t have to be open.
More information about the textmate-dev
mailing list