* Geany version: 2.0-2 "Pryce", built around 2024-11-01 * OS: Debian Sid
![image](https://github.com/user-attachments/assets/f9a0b678-d4cc-4ada-8f59-075e924e2...)
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.