Re: [Github-comments] [geany/geany-plugins] Markdown Plugin (Feature Request): Keep scroll position on reload (#1055)

2021-09-24 Thread xiota
@codebrainz I've opened a pull request # to address this issue. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1055#issuecomment-926929295

Re: [Github-comments] [geany/geany-plugins] Markdown Plugin (Feature Request): Keep scroll position on reload (#1055)

2021-04-23 Thread Matthew Brush
I have not. I'll update here if I do. If anyone wants to work on it, ping me if you need any assistance. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany/geany-plugins] Markdown Plugin (Feature Request): Keep scroll position on reload (#1055)

2021-04-23 Thread Sci-Man
I just wanted to ask if you could make any progress in this topic... (sorry if I am too impatient) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1055#issuecomment-825906379

Re: [Github-comments] [geany/geany-plugins] Markdown Plugin (Feature Request): Keep scroll position on reload (#1055)

2021-02-10 Thread Matthew Brush
After a little more research I think it might be possible to do it fully within JS by loading the scroll position from the browser's localStorage (or maybe just sessionStorage) when the DOM is finished loading and saving it before the page is unloaded. If I can get that working, it should do

Re: [Github-comments] [geany/geany-plugins] Markdown Plugin (Feature Request): Keep scroll position on reload (#1055)

2021-02-09 Thread Sci-Man
Oh wow, thanks for the 'investigations' about that bug. I think I understand the problem here although I only do a bit programming in C/gcbasic for 8051/arduino microcontrollers and TCL/TK by myself **;-)** I can imagine that if it's possible to run JS in the webview, this would be a

Re: [Github-comments] [geany/geany-plugins] Markdown Plugin (Feature Request): Keep scroll position on reload (#1055)

2021-02-09 Thread Matthew Brush
After a little bit of reading/experimenting, I think this is probably caused by the Webkit2 no longer requiring a GtkScrolledWindow and handling scrolling on its own in a separate process. Whenever the existing scrollbar adjustments are read, the value is always zero, so the hack that was

Re: [Github-comments] [geany/geany-plugins] Markdown Plugin (Feature Request): Keep scroll position on reload (#1055)

2021-02-05 Thread Sci-Man
Hi again I'm at the company now. It is geany 1.34.1 that is working fine... Cant post it directly on github yet because I don't remember the pwd :( Best regards Simon Am 2021-02-05 02:26, schrieb Matthew Brush: > @Sci-Mon [1] do you mind reporting back with the version on Windows > whenever

Re: [Github-comments] [geany/geany-plugins] Markdown Plugin (Feature Request): Keep scroll position on reload (#1055)

2021-02-04 Thread Matthew Brush
@Sci-Mon do you mind reporting back with the version on Windows whenever you're next on that computer? I swear this was fixed, but maybe it got broken somehow in the intervening versions. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view

Re: [Github-comments] [geany/geany-plugins] Markdown Plugin (Feature Request): Keep scroll position on reload (#1055)

2021-02-04 Thread Sci-Man
Same scroll position bug here with geany 1.37.1 and geany plugins 1.37 compiled from sourcecode under Debian GNU/Linux 10 (buster) Not sure what version on windows at the moment (at the company) but it works well -- You are receiving this because you are subscribed to this thread. Reply to

Re: [Github-comments] [geany/geany-plugins] Markdown Plugin (Feature Request): Keep scroll position on reload (#1055)

2021-01-09 Thread Matthew Brush
I tried to fix this in d1a4dd15089551cd2eddcf9beb77ee9256f2d26f and I thought I remember @b4n helping with this too, but I can't seem to find that discussion. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: