Programming with GTK+ is annoying and physically painful because of the sheer amount of reaching out for the "_" key. For anyone with actual GTK+ experience, have you found a work around for this?. The platform is linux based.
+1
A:
Use an editor with code completion support. Eclipse, Vim, and Emacs can all do this.
Thomas
2010-07-11 17:03:24
I have tried many editors, but usually resort to Vim in the end. Ill look into the auto complete and the key bindings - thanks - this place is way more friendly than the gtk+ irc
HeckJ
2010-07-11 17:17:32
I would get grumpy too, if I had to work with GTK+ :P
Thomas
2010-07-11 17:21:37
Anyone who experiences physical pain should be considering drastic measures. Notice that he didn't say, it's *annoying* or I can't type it *accurately*, but used the word *pain*.
Ben Voigt
2010-07-11 17:29:46
+1
A:
Either use autocompletion, or reassign your underscore key to another, more reachable one.
Shautieh
2010-07-11 17:04:46