> A View menu option with a warning and a keyboard shorcut, or/and an informed preference setting with reference in the manual or the faq or even an unsetted keyboard shorcut option would be amazing.
@asoymos It's been a while since I looked at that patch, but everything you mention is in that patch except for the menu option. A major sticking point with core devs is the menu state when Geany is restarted. They seemed to want the option to keep the menu hidden to be removed, which in my opinion, defeats the purpose of having the option to hide the menu in the first place.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/633#issuecomment-1151782713
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/633/1151782713(a)github.com>
One of the things I like more about open source is the simplicity needed for maintain something without income for a long period of time. That for me means that you canĀ“t think of all use cases but that you share your own and leave it open to others to contribute if needed. I read [#2972](https://github.com/geany/geany/pull/2972) and for me everything that needs to be said had been. A View menu option with a warning and a keyboard shorcut, or/and an informed preference setting with reference in the manual or the faq or even an unsetted keyboard shorcut option would be amazing. Again, in my opinion. Thanks anyway.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/633#issuecomment-1151775404
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/633/1151775404(a)github.com>
@asoymos
It is not true that no one ever made a pull request to include the feature. See #2972 and geany/geany-plugins#1138.
Core Geany devs appear to simply not want menubar hiding to be included in Geany.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/633#issuecomment-1151755146
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/633/1151755146(a)github.com>
An informed preference with keyboard shorcut would be great for both prevent accidents and extend customizability in my opinion. Just my two cents.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/633#issuecomment-1151752931
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/633/1151752931(a)github.com>
> So they are not going to make a PR, and nobody else has.
Not true. I did (#2972). There was no agreement on details of operation. So I closed it, and moved functionality to a proposed new plugin (geany/geany-plugins/#1138). It sat around with no sign of interest. So I closed it.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/633#issuecomment-1151752615
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/633/1151752615(a)github.com>
From various discussions over years most of the Geany devs are not in favour of menu hiding mostly because of the "hidden by accident and can't find how to get it back" and the "not everything can be performed from the keyboard" problems. So they are not going to make a PR, and nobody else has.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/633#issuecomment-1151749396
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/633/1151749396(a)github.com>
Just to give some examples Thunar uses ctrl+m to hide menu bar, cherrytree F12, gimp has an option in preferences to use it as context menu. Even a various preference like the scroll bar would suffice. The lua plugin seem unmaintained.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/633#issuecomment-1151746580
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/633/1151746580(a)github.com>
The lua script solve the issue. But I would like to ask how the developers think about this now. Love Geany good 'old open source simplicity and customizability but this only issue prevented me of this discovery for years passing from one text editor to the next. Less distraction is esencial for me.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/633#issuecomment-1151739681
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/633/1151739681(a)github.com>
![geany_search_bar](https://user-images.githubusercontent.com/37348338/61344594-1420f680-a852-11e9-8844-340d3b259b1f.png)
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/2220
-- Commit Summary --
* Replace search dialog with search bar
-- File Changes --
M src/callbacks.c (2)
M src/editor.c (6)
M src/keybindings.c (5)
M src/notebook.c (290)
M src/search.c (24)
M src/search.h (6)
M src/ui_utils.c (31)
M src/ui_utils.h (4)
-- Patch Links --
https://github.com/geany/geany/pull/2220.patchhttps://github.com/geany/geany/pull/2220.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/2220
Geany version: 1.36
Gtk version 2.24.32
Glib version 2.60.6
Platform: Windows 10
Geany installed into: c:/Program Files (x86)/Geany/data
Interface language: Geman
What I did to set the cursor colour:
Using the Geany menu Werkzeuge/Konfigurationsdateien, I selected filetypes.common.
I located all lines starting with
`caret=`
I changed the first one to
`caret=0x3C3505;;true`
and I commented out the second one using a `#`, to make sure that these settings don't interfere.
`#caret=0x000000;0x000000;false;`
Using the menu Datei/Eigenschaften, I verified that the modifed filetypes.common refers to
`C:\Users\fisrona\AppData\Roaming\geany\filedefs\filetypes.common`
I terminated Geany and verified, that this file indeed contains my modifications.
I started Geany again, but the cursor colour is still black.
Of course there is still the original definition file in the installation directory,
`C:\Program Files (x86)\Geany\data\filedefs\filetypes.common`.
My guess is that Geany, erroneously, does not pick up the settings from my custom filetypes.common, but always the defaults from its installation directory. I don't want to edit the settings in `C:\Program Files (x86)\Geany`, because they would be overwritten everytime I update Geany to a new version.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3217
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3217(a)github.com>