<div class="gmail_quote">On Sun, Feb 26, 2012 at 4:47 AM, klo uo <span dir="ltr"><<a href="mailto:klonuo@gmail.com">klonuo@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I want to transfer custom .api file created for SciTE to Geany .tags file<br><br>I changed the file to confirm to Tagmanager format as described in documentation<br></blockquote></div><br>Well I made a mistake, it's not Tagmanger format but pipe-separated format.<br>
<br>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.<br>
<br>Looking for ctags format, then etags format, I see they are not the same as Geany'.<br>From provided .tags files I distil this scheme:<br><br>    funtion {xCC} [2^(x)] {xCD} (**params) {xCF} Description<br><br>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.<br>
<br>How can I know this number, so that I may create some Lua function to reparse my SciTE .api files to Geany .tags?<br><br>