On Sun, Feb 26, 2012 at 4:47 AM, klo uo <klonuo@gmail.com> wrote:
I want to transfer custom .api file created for SciTE to Geany .tags file

I changed the file to confirm to Tagmanager format as described in documentation

Well I made a mistake, it's not Tagmanger format but pipe-separated format.

So I can't convert already made .api files, using this simple pipe-separated format and at the same time be useful, but I need to use Tagmanager format which is not described and it is generated by Geany from already prepared sources. But how can I find source that has all possible functions in it? And this way it seems impossible to supply description text.

Looking for ctags format, then etags format, I see they are not the same as Geany'.
From provided .tags files I distil this scheme:

    funtion {xCC} [2^(x)] {xCD} (**params) {xCF} Description

All is fine except, [2^(x)] which seems like some kind of identifier, although I noticed number 131072 in php.tags which is not exponent of 2.

How can I know this number, so that I may create some Lua function to reparse my SciTE .api files to Geany .tags?