that explains why it does not work for youNosferax wrote:I don't really know -where- it's supposed to be located...
Its not hard coded...Nosferax wrote:I did find something that looks to be it in ./CodeLite/tags_option_data.cpp, but there is no line containing the PyAPI thing.
The 'token replacement table' is edited by the GUI, you can edit it from (the menu bar):
'Settings -> Tags Settings -> Advanced'
and then select the 'Tokens' sub page.
At the bottom of that list, add this entry:
Code: Select all
re:PyAPI_FUNC\(([0-9a-zA-Z_\*:&]*)\)=\1
Eran