[Github-comments] [geany/geany] comment and uncomment not portable across geany installations (#2433)

2020-02-11 Thread AgilentGCMS
For my work, I need to edit the same source files from multiple computers, most of which are Linux and a couple are Mac OSX. Say I'm editing a python file with the following line: ``` x = 3.0 ``` In geany on linux, hitting the keyboard shortcut for 'comment' does this ``` #x = 3.0 ``` While in ge

Re: [Github-comments] [geany/geany] Add support for platform-specific keybindings (#1395)

2020-01-15 Thread AgilentGCMS
OK, now I finally have a set of consistent keystrokes. My problem was that I wanted to get to the beginning/end of line, and + to select till beginning/end of line. By default, Fn+left did nothing, but shift+Fn+left selected till beginning of line, and so on, and there was no configurable keyb

Re: [Github-comments] [geany/geany] Add support for platform-specific keybindings (#1395)

2019-12-21 Thread AgilentGCMS
Any resolution to this issue? As a regular user of geany who is now forced to use a mac for development, this inconsistency is driving me nuts. I could learn new keystrokes, but there doesn't seem to be *any* keystroke by default to go to end of line! -- You are receiving this because you are

Re: [Github-comments] [geany/geany] Add support for platform-specific keybindings (#1395)

2019-11-26 Thread AgilentGCMS
OK, I installed the GTK3 build from https://download.geany.org/snapshots/geany-1.36_osx.dmg. The theming looks more consistent with the rest of my apps, which is good. However, the original problem about which I opened the issue is still there, and I can see it even without selecting any text.

Re: [Github-comments] [geany/geany] Add support for platform-specific keybindings (#1395)

2019-11-15 Thread AgilentGCMS
If I select "About Geany", it says Geany 1.36, but it also says "Using GTK+ v2.24.32 and GLib v2.60.6 runtime libraries". Is that the build you're talking about? I'm asking because I don't have permissions to install stuff on my work computer (yes, it sucks), so I'd like to make sure that it's a

Re: [Github-comments] [geany/geany] Add support for platform-specific keybindings (#1395)

2019-11-14 Thread AgilentGCMS
Except that Fn+Left and Fn+Right do not work as Home and End in Geany on my mac (they do nothing). So I have to do Cmd+Left for Home, but Shift+Fn+Left to select to start of line. This is a discrepancy. I'm now realizing that this discrepancy also infects this text box I'm typing in in Firefox,

Re: [Github-comments] [geany/geany] Add support for platform-specific keybindings (#1395)

2019-11-13 Thread AgilentGCMS
Googling for 'geany mac os select till end of line' brought me to this thread, where I realize the last post was more than a year ago. Are there now keyboard shortcuts to select till beginning/end of line on mac os? As one of the posters pointed out, there's no home or end key on mac keyboards.