[Github-comments] Re: [geany/geany] Fix emission of document-activate signal and various related GUI glitches (PR #3870)

2024-06-02 Thread Jiří Techet via Github-comments
Closed #3870. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3870#event-13012890061 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Fix emission of document-activate signal and various related GUI glitches (PR #3870)

2024-06-02 Thread Jiří Techet via Github-comments
Closing in favor of https://github.com/geany/geany/pull/3891. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3870#issuecomment-2144005804 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Fix emission of document-activate signal and various related GUI glitches (PR #3870)

2024-06-01 Thread Colomban Wendling via Github-comments
@techee alternate (more complex, but possibly more through) fix available in #3891 -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3870#issuecomment-2143581807 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Fix emission of document-activate signal and various related GUI glitches (PR #3870)

2024-05-31 Thread Colomban Wendling via Github-comments
(I think I have a fix, but I need to do more testing and it won't happen tonight) -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3870#issuecomment-2142966732 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Fix emission of document-activate signal and various related GUI glitches (PR #3870)

2024-05-31 Thread Colomban Wendling via Github-comments
It's a bit sad to have this in `document_show_tab_idle()` which is not a name particularly specific to the startup -- although it is in practice. More importantly, this doesn't handle the case where you close everything, create a new document (untitled), *do not touch it*, and open a real one: t

[Github-comments] Re: [geany/geany] Fix emission of document-activate signal and various related GUI glitches (PR #3870)

2024-05-11 Thread Jiří Techet via Github-comments
@kugel- Does the patch look OK to you? I restored the signal emission inside the `document_show_tab_idle()` callback which is the function that gets called when opening session files where this behavior is desired. -- Reply to this email directly or view it on GitHub: https://github.com/geany/g