> builds the tree in the sidebar. I believe the information about > parents/children in the tree is determined by > > const char* scope [2]; > > of tagEntryInfo. Have a look at addOtherFields() and > findScopeHierarchy() which are called from makeTag(). I believe that > if you update the scope for local variables to point to the function > they are declared in might do the trick. However I don't know anything
Hi Matthew, Since the scope of members of structs is determined properly, FWIW you might check how that is done. Cheers Lex _______________________________________________ Geany mailing list [email protected] https://lists.uvena.de/cgi-bin/mailman/listinfo/geany
