I do not see support for Go language. I can help in adding support for the same. Please let me know
--
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/1312
@vineeshvs try running Geany from the terminal like `UBUNTU_MENUPROXY=0 geany`, it should disable Ubuntu's menu-hijacking.
--
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/633#issuecomment-279320302
@vineeshvs to repeat again, its nothing Geany does, you might be better to ask on a Ubuntu forum.
--
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/633#issuecomment-279316882
@elextr Sorry for that. I posted because one of the previous posts went like this. Anyway, thanks for the suggestion.
> Recently I lost the menu bar.
> Can't get it back. Already tried purging package, removing local config from ~/.config/geany with no luck.
> Gerany 1.27 on Ubuntu 16.04
>
> Any ideas?
--
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/633#issuecomment-279316551
@vineeshvs please do not hijack other issues for your problems. This is not about invisible menus, it is an enhancement request to add the capability to hide the menu.
To repeat the point I made above, Geany does not hide menus, something in your system is doing that, and its not a Geany issue.
--
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/633#issuecomment-279314671
In the Documents sidebar, only one level of folding of directories is present. Imagine I execute the following shell commands:
mkdir -p dirroot/dir1
touch dirroot/dir1/file1.c
mkdir -p dirroot/dir2
touch dirroot/dir2/file2.c
Then the 'tree' command will display this as:
`.└── dirroot`
`....├── dir1`
`....│ └── file1.c`
`....└── dir2`
`........└── file2.c`
The Documents sidebar of Geany however does the graphical equivalent of:
`.└── dirroot/dir1`
`........└── file1.c`
`.└── dirroot/dir2`
`........└── file2.c`
Is is possible to implements this recursively also in Geany?
--
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/1389
A partial fix for #1368, #1286, #998. It doesn't add support for the hotkeys that are not bound to menu items, but fixes the most annoying and confusing part of the mentioned reports - about cut and copy that sometimes work, sometimes not.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/1386
-- Commit Summary --
* Fix Ctrl+X and Ctrl+C in non-Latin keyboard layouts by restoring accelerators sensitive state on menu deactivate
-- File Changes --
M data/geany.glade (1)
M src/callbacks.c (6)
M src/ui_utils.c (20)
M src/ui_utils.h (2)
-- Patch Links --
https://github.com/geany/geany/pull/1386.patchhttps://github.com/geany/geany/pull/1386.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/1386