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><br>Here is example part:<br>
========================================<br>
...<br>
<a href="http://dialog.hr">dialog.hr</a>||( dlg )|Draws a horizontal separator across the dialog<br>dialog.label||( dlg, text )|Adds some informative text to the dialog<br>dialog.new||( title, buttons )|Creates a new dialog object<br>

...<br>
========================================<br><br>1. Now autocomplete drop-down menu appears after typing 4-th character and I don't see setting to make . (dot) be autocomplete trigger. In SciTE property this can be defined with:<br>
<br>    autocomplete.$(filetype).start.characters=.<br><br>Is it possible to make this in Geany?<br><br>2. Calltip doesn't appear after I open bracket as I expected<br><br>Why could that be?<br><br>