Re: [Github-comments] [geany/geany] Hotkeys do not work in non-latin keyboard layout (#1368)

2017-01-19 Thread elextr
Geany is open source software, worked on by volunteers, if somebody wishes to do it, pull requests are welcome. A quick look at the Gimp docs suggests it delegates the entire keybinding process to GTK. It would be a significant change for Geany to do the same. Also Gimp supports only GTK2, wh

Re: [Github-comments] [geany/geany] Hotkeys do not work in non-latin keyboard layout (#1368)

2017-01-19 Thread Forkest
Could you please inspect how it is done in, say, GIMP, and do it in the same way? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1368#issuecomment-273814162

Re: [Github-comments] [geany/geany] Execute button wont work properly (#1369)

2017-01-19 Thread elextr
Please provide information that is relevant to the problem to help solve it. Since you pasted the whole program we will assume C language. What actions did you use to build the executable? Does an executable with the same name as the source exist in the same directory? The message you pasted

Re: [Github-comments] [geany/geany] Execute button wont work properly (#1369)

2017-01-19 Thread Colomban Wendling
Works for me just fine if I 1. open a fresh Geany (1.29) 2. replace "xterm" to "xfce4-terminal" in the Preferences/Tools (giving me `xfce4-terminal -e "/bin/sh %c"`) 3. paste the sample C program into the buffer 4. save it as */tmp/1369.c* 5. click on the "Build" icon (F9) 6. click on the Execute

Re: [Github-comments] [geany/geany] Execute button wont work properly (#1369)

2017-01-19 Thread mrstanlez
I 'm programmer 23 years. C, C++, Java, Python. Dňa 19. 1. 2017 12:21 dopoludnia používateľ "elextr" < notificati...@github.com> napísal: > Did you build the executable before you tried to run it? > > — > You are receiving this because you authored the thread. > Reply to this email directly, view