> If we wanted to support this feature, we'd have to modify quite a bit of the > TM code because right now the presence of filename is used to distinguish > global tags from non-global ones:
@techee What is done differently between a "global" tag and one with a filename other than being unable to goto since there is nowhere to goto to? AFAIU everything is pretty much thrown in the mix for most tags/symbols actions if it comes from the same language (or C and C++ combined IIUC)? I know that tagmangler format does not have a filename and Geany has to continue to handle that, but ctags format does and I thought that Geany read ctags files using ctags reader? In which case wouldn't it read the filename? And therefore wouldn't ctags tags files allow goto and such without parsing every file in a directory at startup using ProjectOrganiser? -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3379#issuecomment-1407228074 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/issues/3379/[email protected]>
