[Github-comments] [geany] Improve scope completion popup detection (#861)
Jiří Techet
notifications at xxxxx
Sat Jan 9 22:36:43 UTC 2016
The code deciding whether to popup a normal completion or scope completion could be improved as @b4n described:
Just a thought (I don't think it has anything to do directly with the changes here, but it's related to scope completion): it'd be nice to trigger scope completion back when continuing on typing on a word after a scope element, instead of only when actually typing the scope separator. E.g the user could cancel the autoc some way, and get back to it without re-typing the separator.
```
static struct {
int first, second;
} foo;
int main(void) {
return foo.f/*cursor*/; // <- here, typing "o" would show "first"
}
```
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/861
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160109/4778b1c8/attachment.html>
More information about the Github-comments
mailing list