[Github-comments] [geany] Don't show the goto popup for typedef synonyms (#923)

Colomban Wendling notifications at xxxxx
Fri Mar 4 14:56:59 UTC 2016


Better but not great if there are more stuff of the same name in the same file, e.g.
```C

typedef struct Abc {
  int b, c;
} Abc;

int Abc = 0;

int Abc(void);
```

It will discard the popup and always go to the struct

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/923#issuecomment-192310424
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160304/2bfa3450/attachment.html>


More information about the Github-comments mailing list