Re: [Github-comments] [geany/geany] Scrollbar doesn't move in reloaded file after compilation (#1893)

2020-04-20 Thread John Lindgren
Still happening on Ubuntu 20.04 beta, Geany 1.36-1build1, GTK 3.24.18-1ubuntu1 -- 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/issues/1893#issuecomment-616875394

Re: [Github-comments] [geany/geany] Scrollbar doesn't move in reloaded file after compilation (#1893)

2019-10-03 Thread John Lindgren
Steps to reproduce here: 1. Open two files in Geany; switch to the tab for file B 2. "touch" file A externally, so Geany sees it as changed 3. Switch to the tab for file A in Geany 4. Click "Reload" in the info bar 5. Try scrolling (with the scroll wheel): the scrollbar doesn't update -- You are

Re: [Github-comments] [geany/geany] Scrollbar doesn't move in reloaded file after compilation (#1893)

2019-10-03 Thread John Lindgren
Still reproducible here, Ubuntu 19.10 beta, Geany 1.35-1, GTK 3.24.11-1ubuntu1 -- 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/issues/1893#issuecomment-537998417

Re: [Github-comments] [geany/geany] Scrollbar doesn't move in reloaded file after compilation (#1893)

2018-07-23 Thread Thomas Martitz
Probably same as #1002, the upstream workaround (which should be part of GTK 3.22) is known to have some cases where it fails to work. -- 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/issues/189

Re: [Github-comments] [geany/geany] Scrollbar doesn't move in reloaded file after compilation (#1893)

2018-07-06 Thread elextr
Might be version of GTK3 dependent, works fine for me `10:34:45: Geany INFO : GTK 3.18.9, GLib 2.48.2` -- 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/issues/1893#issuecomment-403176

Re: [Github-comments] [geany/geany] Scrollbar doesn't move in reloaded file after compilation (#1893)

2018-07-06 Thread Matthew Brush
I've seen similar too when I was using the GTK+ 3 build, though I never nailed down how to reproduce it. I suspect something is not updated/synchronized after a reload. IIRC it starts working again too once you switch tabs and back. -- You are receiving this because you are subscribed to this t

Re: [Github-comments] [geany/geany] Scrollbar doesn't move in reloaded file after compilation (#1893)

2018-07-06 Thread kangalioo
OS: Arch Linux: "4.17.2-1-ARCH" GTK 3.22.30, GLib 2.56.1 -- 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/issues/1893#issuecomment-403000117

Re: [Github-comments] [geany/geany] Scrollbar doesn't move in reloaded file after compilation (#1893)

2018-07-06 Thread elextr
Works for me. What operating system, what versions of GTK and Glib (at the top of the help->debug messages)? -- 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/issues/1893#issuecomment-402972679

[Github-comments] [geany/geany] Scrollbar doesn't move in reloaded file after compilation (#1893)

2018-07-06 Thread kangalioo
Geany version: 1.33 If the compilation of file A modifies file B, the scrollbar in file B doesn't move after the compilation. How to reproduce: 1. Start compilation of some file. It has to modify another opened file. 2. Switch to the other file that has been modified by the compilation. 3. In ap