In the Build Commands dialog there are additional commands under `Conf commands`, `Independent commands` and `Execute commands` that are not available to setup in Preferences|Keybindings. It would be very useful to be able to set keybindings for these. Further to this the command names in Build commands can be modified but this is not reflected in Keybindings preferences.
Just a quick thought too; a button linking to the keybindings prefecences would be a helpful addition to the Build commands dialog.
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/705
Includes filetype, non-FT and execute groups.
Fixes https://github.com/geany/geany/issues/3385.
Fixes #705.
![custom build cmds](https://user-images.githubusercontent.com/1107820/218158486-be039546-…
## Further work
This does not set menu accelerators, that can be done later.
Also it would be good to move the fixed commands into the relevant groups - like compile, build into the filetype commands group - again this should be done separately.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3394
-- Commit Summary --
* Add keybinding groups for custom build commands
* Move custom commands below build group
* Fix kb strings leak
* Refactor with setup_group_size
* Update docs
-- File Changes --
M doc/geany.txt (13)
M src/keybindings.c (113)
M src/keybindings.h (8)
M src/keybindingsprivate.h (10)
-- Patch Links --
https://github.com/geany/geany/pull/3394.patchhttps://github.com/geany/geany/pull/3394.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3394
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3394(a)github.com>
Please tell me how to set a short cut key for the highlighted menu item? Thanks!
![image](https://user-images.githubusercontent.com/7548378/121030052-09064500-c7a1-11eb-870d-661e9f72ee7d.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/2821
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-…
![geany build menu](https://user-images.githubusercontent.com/31071746/30873644-e9baf1fe-…
![geany build toolbar](https://user-images.githubusercontent.com/31071746/30873689-18d3dd…
--
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
Geany 1.38
GTK+ 3.24.30
Glib 2.68.0
Macbook Pro M1 2021
macOS Ventura 13.1
Sometimes if the Find window is positioned over the main Geany window, clicks on Find window buttons act on the main window below as if the Find window was not there. The only way around this is to position the Find window off to the side so that no buttons overlap the main window. This happens regularly but not all the time, and it's not clear why.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3393
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3393(a)github.com>
I sometimes try to open a file from a terminal and pass the wrong path. Asking the user to confirm the new file solves this problem, they can easily press escape to cancel the new document.
Occasionally I might use a glob that turns out to be wrong too, creating many unwanted new documents. So I made cancelling a new document ignore any remaining new filenames passed to Geany.
![image](https://user-images.githubusercontent.com/1107820/67089763-58e56200-f1a0-11e9-9dd3-133a0b0ac3b7.png)
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/2369
-- Commit Summary --
* Ask whether to open new files from command-line
* If new document cancelled, ignore remaining new filenames
-- File Changes --
M src/libmain.c (24)
-- Patch Links --
https://github.com/geany/geany/pull/2369.patchhttps://github.com/geany/geany/pull/2369.diff
--
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/pull/2369
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3165
-- Commit Summary --
* Add typescript ctags parser
-- File Changes --
M ctags/Makefile.am (1)
A ctags/parsers/typescript.c (2139)
M data/filedefs/filetypes.TypeScript.conf (1)
M meson.build (1)
M src/tagmanager/tm_parser.c (29)
M src/tagmanager/tm_parser.h (1)
M src/tagmanager/tm_parsers.h (3)
M tests/ctags/Makefile.am (1)
A tests/ctags/simple.ts (227)
A tests/ctags/simple.ts.tags (107)
M tests/meson.build (1)
-- Patch Links --
https://github.com/geany/geany/pull/3165.patchhttps://github.com/geany/geany/pull/3165.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3165
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3165(a)github.com>
@eht16 I incorporated your suggested changes. I'm still learning Github, I apologize if I'm not navigating this pull request correctly 😅 (at my work, I'm used to Gitlab)
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1221#issuecomment-1418276063
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/1221/c1418276063(a)github.com>
Reopened #1221.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1221#event-8441755413
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/1221/issue_event/8441755413(a)github.com>