Is there any way to limit the scope of the code completion? It's being a little too helpful and I find myself referencing methods of some class somewhere unrelated to my project, then having to go back and delete.
Also, I'm finding that when I've got a code completion suggestion going, it's difficult to make it go away. I'd like to be able to use the navigation keys to escape the code completion, for example the 'end' key. Imho only the tab should execute a code completion suggestion... but maybe I'm being naive, I haven't used a lot of different ides.
Coding in Python btw.
Thanks!!
On 19 October 2011 11:37, Sean Wolfe ether.joe@gmail.com wrote:
Is there any way to limit the scope of the code completion? It's being a little too helpful and I find myself referencing methods of some class somewhere unrelated to my project, then having to go back and delete.
Also, I'm finding that when I've got a code completion suggestion going, it's difficult to make it go away. I'd like to be able to use the navigation keys to escape the code completion, for example the 'end' key. Imho only the tab should execute a code completion suggestion... but maybe I'm being naive, I haven't used a lot of different ides.
Coding in Python btw.
Hi Sean,
I agree with you, but since Python isn't static scope limitation won't work, we don't know what class a symbol is.
When you say "Imho only the tab should execute a code completion suggestion" I presume you don't want return to do so. Unfortunately that is hard to prevent because its defined deep in GTK.
Cheers Lex
Am 19.10.2011 03:03, schrieb Lex Trotman:
When you say "Imho only the tab should execute a code completion suggestion" I presume you don't want return to do so. Unfortunately that is hard to prevent because its defined deep in GTK.
That's indeed hugely annoying. And in my configuration closing with escape also doesn't work (because I mapped escape to an action).
Best regards.
On 19 October 2011 20:52, Thomas Martitz thomas.martitz@student.htw-berlin.de wrote:
Am 19.10.2011 03:03, schrieb Lex Trotman:
When you say "Imho only the tab should execute a code completion suggestion" I presume you don't want return to do so. Unfortunately that is hard to prevent because its defined deep in GTK.
That's indeed hugely annoying. And in my configuration closing with escape also doesn't work (because I mapped escape to an action).
Well there's ya problem :)
Thanks to you for retrieving my patch that stops return from accepting completions, but it is global (applies to all languages) and very intrusive so I'm not sure it is the best solution.
Cheers Lex
Best regards. _______________________________________________ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany