torstenberg created an issue (geany/geany#4374)
In Geany 2.1, this minimal example fails to list both procedures "a" and "b" in
the list of symbols:
```
proc a {} {
set quotedText a\"
}
proc b {} {}
```
Only procedure "a" is listed, indicating that ctags fails to interpret the
remainder of the file properly. In Geany 2.0, this example works correctly as
expected.
When removing the letter 'a' from in front of the backslash in procedure "a",
then procedure "b" is shown again in Geany 2.1 as well.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/4374
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/[email protected]>