* Geany version: 2.0-2 "Pryce", built around 2024-11-01 * OS: Debian Sid
 Looking at the screenshot: * Duplicated `(TFPSH.)WriteHelp`: the one with `TFPSH.` prefix (as it's a class function) points to the function implementation in the same file. One without the prefix points to the declaration as shown in the screenshot (inside the class's `private` section) * We don't need to worry about `TFPSH.ProcessLine`, it has 2 overloads. * But `that` symbol, which points to line 24. And line 24 is a comment line, which means the scanner should just ignore the entire line. This does not happen in C++ code. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/4159 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/issues/[email protected]>
