[Github-comments] Re: [geany/geany] Improve Go to Tag menu (PR #3542)

2023-08-21 Thread Thomas Martitz via Github-comments
The file is absolutely necessary information for me. I typically edit multiple checkouts of the same code (managing different features/bugs/tasks simultaneously, so I can work on one thing while waiting on review for the others things). Often this involves the same files. So I quickly need to

[Github-comments] Re: [geany/geany-plugins] Vimod in Geany not working (Issue #1271)

2023-08-21 Thread elextr via Github-comments
The numlock is not a defined modifier that [GDK/GTK passes to the application](https://docs.gtk.org/gdk3/flags.ModifierType.html), so Geany may not be able to do anything about it. It _may_ be mapped to one of the `GDK_MOD[2-5]_MASK` but thats system specific if it does happen, and what it

[Github-comments] Re: [geany/geany] Improve Go to Tag menu (PR #3542)

2023-08-21 Thread elextr via Github-comments
@eht16 the windows CI appears to be broke again. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3542#issuecomment-1687265550 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Improve Go to Tag menu (PR #3542)

2023-08-21 Thread elextr via Github-comments
What one IDE does that seems to work for autocomplete (its goto is precise AFAICT so no list needed for that) is to display the list of unique names only and then for the selected one a fixed width multiline subwindow shows one of the the overloads with full file, line, and signature and an

[Github-comments] Re: [geany/geany-plugins] Porting devhelp plugin for gtk3. Working display in sidebar and main … (PR #1242)

2023-08-21 Thread @liomarhora via Github-comments
@liomarhora pushed 1 commit. dff3cfdd0f94f8e7a38b9dc838c43e58b4d432c9 Merge branch 'geany:master' into devhelpplugin -- View it on GitHub: https://github.com/geany/geany-plugins/pull/1242/files/22bb8ae75411ee27eb1fd62d812d2e8a4fed7b11..dff3cfdd0f94f8e7a38b9dc838c43e58b4d432c9 You are

[Github-comments] Re: [geany/geany] Improve Go to Tag menu (PR #3542)

2023-08-21 Thread Jiří Techet via Github-comments
I'm still not very happy with the result: https://github.com/geany/geany/assets/713965/ec1fa8fa-55ac-4e3c-a087-bfda3a8eba61;> I understand that seeing the signature may be useful in some cases (like multiple constructors) but it doesn't answer the question *where* will the jump go which is

[Github-comments] [geany/geany-plugins] Vimod in Geany not working (Issue #1271)

2023-08-21 Thread JELISEJ APOKIN via Github-comments
Vimode is not working. When you enable this plugin, I work immediately in insert mode. You cannot switch to normal mode or selections. Esc and ^c don't work. This problem is fixed only by turning off NumLock on the keyboard. But I need it! I don't want to turn NumLock on and off all the time.