Thanks for the reply! I suppose "pie in the sky" ideal would be a personal preference file that exists outside of geany, so that I could take my preferences with me. In general, I don't think doing it by language is a good idea, it would be much better to have it as part of a package. Like documentation I wouldn't expect that to be precompiled and collected for an entire language.
Looks like I can just make my own tags file? https://www.geany.org/manual/current/index.html#generating-a-global-tags-file So, how about allowing to generate a custom tags file from the opened files and saving it in `./local/share/geany ...` and when geany is started, checking there if such a tags file exists and use that one instead of the one from `/user/share/`...? But that doesn't even have to be done by you, for now I can do this myself and/or just overwrite the global one, since I'm the only person using my computer. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3338#issuecomment-1317276901 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/issues/3338/[email protected]>
