[Github-comments] Re: [geany/geany-plugins] TODO tasks need the autorefresh button when opening a file to be visible 1.38 kubuntu 22.04, plasma 5.24 (Issue #1254)

2023-09-17 Thread Enrico Tröger via Github-comments
Closed #1254 as completed via #1257. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1254#event-10391068948 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany-plugins] TODO tasks need the autorefresh button when opening a file to be visible 1.38 kubuntu 22.04, plasma 5.24 (Issue #1254)

2023-06-04 Thread Enrico Tröger via Github-comments
Thank you @elextr for the detailed analysis and for finding that it's us in Geany itself and not (yet) Scintilla. Apart from the upcoming Scintilla change, #1257 should improve the current situation for the Addons task updating by delaying it. In my tests, this worked reliably. -- Reply to thi

[Github-comments] Re: [geany/geany-plugins] TODO tasks need the autorefresh button when opening a file to be visible 1.38 kubuntu 22.04, plasma 5.24 (Issue #1254)

2023-05-27 Thread elextr via Github-comments
Scintilla doesn't start using threaded layout until 5.2.x AFAICT, but Geany git is 5.1.5. Be prepared for chaos when [#3441](https://github.com/geany/geany/pull/3441) is merged :imp: -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1254#issu

[Github-comments] Re: [geany/geany-plugins] TODO tasks need the autorefresh button when opening a file to be visible 1.38 kubuntu 22.04, plasma 5.24 (Issue #1254)

2023-05-27 Thread elextr via Github-comments
> I wonder if there was a change in Scintilla so that configured styles are > applied asynchronously No, Geany does that, `document_open_file_full()` calls `queue_colorise()` which calls `widget_queue_draw()` which will call the lexer when the mainloop is idle and the next frame is drawn. So it

[Github-comments] Re: [geany/geany-plugins] TODO tasks need the autorefresh button when opening a file to be visible 1.38 kubuntu 22.04, plasma 5.24 (Issue #1254)

2023-05-27 Thread Enrico Tröger via Github-comments
I debugged this and the plugin works. But for some reason, when the plugin checks the newly opened file for comments and to look for keywords, there is no styling set yet in the Scintilla object. And since there is no styling set, the plugin finds no comments at all (https://github.com/geany/ge

[Github-comments] Re: [geany/geany-plugins] TODO tasks need the autorefresh button when opening a file to be visible 1.38 kubuntu 22.04, plasma 5.24 (Issue #1254)

2023-05-26 Thread elextr via Github-comments
Confirmed with current git, tasks not shown on open, refresh or switching tabs needed to show them. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1254#issuecomment-1565189866 You are receiving this because you are subscribed to this thread.