[Github-comments] [geany/geany] Key-Bindings & Make (#1614)

caltrop-3 notifications at xxxxx
Tue Sep 26 17:11:37 UTC 2017


can not take screen-shot while menu open or toolbar open
ie. ALL system key interaction is suspended
but wait, there is a screenshot, taken with delay

not all menu items have key-bindings

did I mention that key-bindings do not update until Geany is restarted

'Build Toolbar' does not match the edited 'Build Menu'

<Primary> ??? same as the control key but why <Primary> ?

'Make Custon Target' even when edited asks for user input; that's OK, I just used the empty line at the bottom but no key-binding available

Problem: I am wanting custom make commands available to ALL my projects. I have a set of make commands that are the same for ALL of my projects.

No I do not use the default name for make. I use my project 'prefix.mak'. Much easier to keep track of the makefiles instead of the default - 'makefile'.
example:
Test.mak
Test.h
Test.c
Test_1.c
Test_fx.c

my make commands:
F8   Make (Make All)       make -f %e.mak
F9   Clean (Make Object)   make -f %e.mak clean
??   Real Clean (empty)    make -f %e.mak realclean
F5   Execute
S-F8 Compile
S-F9 Build

otherwise LOVING IT! reminds me of TurboC I used in DOS way back...

screen shots:
![geany make](https://user-images.githubusercontent.com/31071746/30873599-c94ec648-a2bb-11e7-9af4-4668197943cc.png)
![geany build menu](https://user-images.githubusercontent.com/31071746/30873644-e9baf1fe-a2bb-11e7-881d-51132173b8af.png)
![geany build toolbar](https://user-images.githubusercontent.com/31071746/30873689-18d3ddc0-a2bc-11e7-8034-47351d4fc4c0.png)


-- 
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/1614
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170926/d15d9a7b/attachment.html>


More information about the Github-comments mailing list