On Fri, Nov 11, 2011 at 1:25 AM, JBF <[email protected]> wrote: > Hi all, > > Is there a mean to do a case insensitive search in "Goto symbol definition" > function ?
Hi Jean-baptiste, No, this function does not search the text of the file, it looks up the symbol in the symbol list and symbols are case sensitive. Theoretically the semantics of this should follow the rules of the language for case sensitivity. But so few languages are not case sensitive that Geany just makes them all case sensitive. Cheers Lex > > Best regards > JBF > > _______________________________________________ > Geany mailing list > [email protected] > https://lists.uvena.de/cgi-bin/mailman/listinfo/geany > _______________________________________________ Geany mailing list [email protected] https://lists.uvena.de/cgi-bin/mailman/listinfo/geany
