[Github-comments] Re: [geany/geany-plugins] Make numbered bookmarks work with numlock on (#1093)

2024-02-15 Thread elextr via Github-comments
> Does this patch need further testing before it's merged? [Yes](https://github.com/geany/geany-plugins/pull/1093#issuecomment-894628779) with keyboards with non-US intl layout, or those could be ignored since nobody with one has bothered to test in two and a half years. -- Reply to this

[Github-comments] Re: [geany/geany-plugins] Feature remote debugger (PR #1162)

2024-02-15 Thread Andy Alt via Github-comments
> So anybody (other than @pascal-fb-martin :-) who is interested in this needs > to code review and test. @pascal-fb-martin I could test this but I think you'll need to rebase first. -- Reply to this email directly or view it on GitHub:

[Github-comments] Re: [geany/geany-plugins] Make numbered bookmarks work with numlock on (#1093)

2024-02-15 Thread Andy Alt via Github-comments
I just tried this plugin and I have the same problem. I found the open issue. When I disable numlock the numbered bookmarks work. I have a Logitech K120 USB wired keyboard. Thank you for working on this @Davidy22 . Does this patch need further testing before it's merged? -- Reply to this

[Github-comments] Re: [geany/geany-plugins] Add Pinner plugin (PR #1308)

2024-02-15 Thread Andy Alt via Github-comments
At this point, clicking on a document in the "Pinned" tab, will open (switch to) it. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1308#issuecomment-1946417676 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany-plugins] Add Pinner plugin (PR #1308)

2024-02-15 Thread Andy Alt via Github-comments
@andy5995 pushed 1 commit. b8d66c4101dfb12d366beb30b4d1ebb2b551d0a5 Don't auto-switch to the "Pinned" tab -- View it on GitHub: https://github.com/geany/geany-plugins/pull/1308/files/6a96d0c7f3932fd68bf281ff8b895126e66df719..b8d66c4101dfb12d366beb30b4d1ebb2b551d0a5 You are receiving this

[Github-comments] Re: [geany/geany-plugins] Add Pinner plugin (PR #1308)

2024-02-15 Thread Andy Alt via Github-comments
@andy5995 pushed 2 commits. 093184d081fdce62111d39cddc69fda07eb74088 Add UNpin function 6a96d0c7f3932fd68bf281ff8b895126e66df719 Make documents clickable and open them -- View it on GitHub:

[Github-comments] Re: [geany/geany-plugins] Add Pinner plugin (PR #1308)

2024-02-15 Thread Andy Alt via Github-comments
> I just found some old code and it seems I started with a similar approach > some time ago: https://gist.github.com/eht16/15afd001f238f77f100a43e4129b8d20 > Use what is helpful but with care . I don't remember much its state except > that it was working to some extend but quite buggy and

[Github-comments] Re: [geany/geany] How to switch to a file that's already open in a Geany Project (Discussion #3748)

2024-02-15 Thread Andy Alt via Github-comments
@elextr I started working on it in https://github.com/geany/geany-plugins/pull/1308 AFAIK Geany won't override anything the plugin does. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/discussions/3748#discussioncomment-8480283 You are receiving this

[Github-comments] [geany/geany-osx] "Change Font" does not seem to have effect (Issue #53)

2024-02-15 Thread rovf via Github-comments
Environment: MacOS 12.7.3 Geany 1.38 Color Schema: Metallic Bottle When I use View/ChangeFont and select a different font, not actual font change happens - neither in the user interface nor in the edit pane. I wonder what the "Change Font" function is actually supposed to be for? -- Reply to

[Github-comments] Re: [geany/geany] "Change Font" does not seem to have effect (Issue #3766)

2024-02-15 Thread rovf via Github-comments
I got a list of fonts, and double-clicked on a different font than the one currently selected. But just doing a single click on the font, and then clicking the select button, has no effect either. -- Reply to this email directly or view it on GitHub:

[Github-comments] Re: [geany/geany-plugins] Add missing sign for cppcheck --template argument (PR #1309)

2024-02-15 Thread elextr via Github-comments
@eht16, To perhaps be more clear, I don't have a new enough cppcheck to test this, but if it works for you approved although I'm not sure why the output format needs to be forced to some specific format. -- Reply to this email directly or view it on GitHub:

[Github-comments] Re: [geany/geany-plugins] Add missing sign for cppcheck --template argument (PR #1309)

2024-02-15 Thread elextr via Github-comments
@elextr approved this pull request. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1309#pullrequestreview-1882616168 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany-osx] Shortcut to toggle case does not work (Issue #52)

2024-02-15 Thread elextr via Github-comments
The shortcut is Macos specific I think, transferred to Macos specific issues (the linux shortcut ctrl+alt+u works here). -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-osx/issues/52#issuecomment-1945963353 You are receiving this because you are subscribed

[Github-comments] Re: [geany/geany-plugins] Add Pinner plugin (PR #1308)

2024-02-15 Thread Andy Alt via Github-comments
@andy5995 pushed 1 commit. 9ff65479c9e788045fdf4dc7fde471be404253a3 Add UNpin function -- View it on GitHub: https://github.com/geany/geany-plugins/pull/1308/files/afeeb5952c1f9a56aa15117c723ecebfe2c20ba1..9ff65479c9e788045fdf4dc7fde471be404253a3 You are receiving this because you are

[Github-comments] [geany/geany-osx] Shortcut to toggle case does not work (Issue #52)

2024-02-15 Thread rovf via Github-comments
Geany 1.38 on MacOS: According to the annotation in the menu, Edit/Format/ToggleCase is assigned to the shortcut Option-Command-U. However, pressing this key combination does not have any observable effect, while selecting "ToggleCase" from the menu works. -- Reply to this email directly or

[Github-comments] [geany/geany] Shortcut to toggle case does not work (Issue #3767)

2024-02-15 Thread rovf via Github-comments
Geany 1.38 on MacOS: According to the annotation in the menu, Edit/Format/ToggleCase is assigned to the shortcut Option-Command-U. However, pressing this key combination does not have any observable effect, while selecting "ToggleCase" from the menu works. -- Reply to this email directly or

[Github-comments] Re: [geany/geany] "Change Font" does not seem to have effect (Issue #3766)

2024-02-15 Thread elextr via Github-comments
When you say you "select" a new font do you mean you click on one in the dialog list, or do you mean you clicked on the select button which accepts the selection from the list and closes the dialog? -- Reply to this email directly or view it on GitHub:

[Github-comments] [geany/geany] "Change Font" does not seem to have effect (Issue #3766)

2024-02-15 Thread rovf via Github-comments
Environment: MacOS 12.7.3 Geany 1.38 Color Schema: Metallic Bottle When I use View/ChangeFont and select a different font, not actual font change happens - neither in the user interface nor in the edit pane. I wonder what the "Change Font" function is actually supposed to be for? -- Reply to

[Github-comments] Re: [geany/geany] Vs find dialog style (#588)

2024-02-15 Thread FProchaska via Github-comments
@codebrainz, @elextr, sad to see how you refuse to help users and community to contribute to your code base they basically do not know anything about. I read this as "We wish this tool to stand out the way Vim does. Who wants modern editor please go use VS Code or Notepad++." Very unwelcoming

[Github-comments] Re: [geany/geany] Safe implementation of Re-load All feature (PR #3722)

2024-02-15 Thread Peter C. S. Scholtens via Github-comments
@peter-scholtens pushed 1 commit. 09d1687554125cfdb19eb9dc9e09e3021a87ebef Merge branch 'geany:master' into re-load-all -- View it on GitHub: https://github.com/geany/geany/pull/3722/files/c73b5f46abb1c55e15d84cef6ca93e859d5d5d11..09d1687554125cfdb19eb9dc9e09e3021a87ebef You are receiving