On 19 January 2018 at 05:30, Nedyalko Radev <[email protected]> wrote: > Hello, > > I am wondering how Geany determines bash functions as symbols and shows them > in left sidebar? Is it possible to do the same for other types of files, if > it is something which could be configured?
Geany uses parsers from the Universal ctags project which are written in C and are compiled into Geany. So not very configurable but available for most of the built-in filetypes. Cheers Lex > > Regards, > Ned. > _______________________________________________ > Users mailing list > [email protected] > https://lists.geany.org/cgi-bin/mailman/listinfo/users _______________________________________________ Users mailing list [email protected] https://lists.geany.org/cgi-bin/mailman/listinfo/users
