techee commented on this pull request.
> extern bool isExcludedFile (const char* const name); +extern bool isIncludeFile (const char *const fileName); +/* GEANY DIFF */ +/* extern const ignoredTokenInfo * isIgnoreToken (const char *const name); */ extern bool isIgnoreToken (const char *const name, bool *const pIgnoreParens, const char **const replacement); See my comment below. My preference would indeed be using the new implementation unless the loss of functionality is a big obstacle for someone. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/1263
