GNOME Bugzilla – Bug 774073
Buffer corruption when tabbing between function parameters
Last modified: 2016-11-07 22:58:10 UTC
After performing an autocompletion - say, fread() - the highlighting seems to indicate that you can tab between the parameters. But if you do this, the editor buffer gets corrupted and you basically have to delete the whole completion.
Created attachment 339286 [details] [review] source-view: make Tab prefer snippet movement before completion When we are in a snippet, such as those from function parameter completion, we would much rather prefer to use tab to move to the next snippet location not complete the (possibly overactive) completion list. We might need to revisit all of this as we make completion much better about completing symbols in scope that might work, but this is better for what we have today.
Attachment 339286 [details] pushed as 4ba13a0 - source-view: make Tab prefer snippet movement before completion