Re: [Github-comments] [geany/geany] Slow code navigation on Debian Stretch with GNOME (#1532)

2018-07-12 Thread toxpal
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/1532#issuecomment-404438229

Re: [Github-comments] [geany/geany] Slow code navigation on Debian Stretch with GNOME (#1532)

2018-07-12 Thread elextr
I wonder if this is #807 still happening? Question to everybody who sees the problem, are you running Geany in a full screen window (you know + in the window decoration of sensible DEs)? If you are then see if it occurs when the window is not full screen and report the results. -- You are re

Re: [Github-comments] [geany/geany] Slow code navigation on Debian Stretch with GNOME (#1532)

2018-07-12 Thread toxpal
Alright, will test it today and let you know. -- 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/1532#issuecomment-404452847

Re: [Github-comments] [geany/geany] Slow code navigation on Debian Stretch with GNOME (#1532)

2018-07-12 Thread toxpal
Using geany **NOT** in full screen, and the issue still remains - it often takes geany some time to update displayed content when some text is typed/copied/scrolled, etc. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: http

Re: [Github-comments] [geany/geany] Slow code navigation on Debian Stretch with GNOME (#1532)

2018-07-12 Thread elextr
The problem is, it doesn't seem to occur to any of the Geany devs. @b4n, any suggestions whet to look at? -- 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/1532#issuecomment-404470697

Re: [Github-comments] [geany/geany] Slow code navigation on Debian Stretch with GNOME (#1532)

2018-07-12 Thread toxpal
P.S. Sometimes (like 1 time out of 20), even when working with very small file (several lines of PHP code), it takes Geany 1 second to update cursor position after pressing TAB or SPACE buttons on keyboard. It occurs in both fullscreen and not fullscreen modes. -- You are receiving this becaus

Re: [Github-comments] [geany/geany] Slow code navigation on Debian Stretch with GNOME (#1532)

2018-07-12 Thread Nathanael Lane
The issue also continues for me even when the window is not in full screen. -- 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/1532#issuecomment-404521892

Re: [Github-comments] [geany/geany] Slow code navigation on Debian Stretch with GNOME (#1532)

2018-07-12 Thread LarsGit223
> I wonder if this is #807 still happening? @elextr: I have never had such issues at home on my Ubuntu machine. But at work I often have the issue that geany doesn't seem to react right after the start. But the window title etc. is updated if I click on a document tab. But the active tab is not

[Github-comments] [geany/geany-plugins] debugger (#758)

2018-07-12 Thread Ahmed Ayman
there is no debugger plugin -- 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/758

Re: [Github-comments] [geany/geany-plugins] debugger (#758)

2018-07-12 Thread LarsGit223
What do you mean? Please describe your issue in more detail. Also, please mention what gtk and glib versions you are using and which operating system. Thanks. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.c

Re: [Github-comments] [geany/geany-plugins] debugger (#758)

2018-07-12 Thread Ahmed Ayman
i'm using geany 1.33, from ubuntu, there is no debugging tool [image: Mailtrack] Sender notified by Mailtrack

Re: [Github-comments] [geany/geany-plugins] debugger (#758)

2018-07-12 Thread LarsGit223
Please got to the menu and slect "Help / debug messages". Scroll to the top of the opened window. It should show the gtk and glib version. I assume you are using GTK3, the debugger plugin is not (yet) available for GTK3. -- You are receiving this because you are subscribed to this thread. Repl

Re: [Github-comments] [geany/geany-plugins] debugger (#758)

2018-07-12 Thread Ahmed Ayman
yes, GTK 3.22.30, GLib 2.56.1 so please make it available as fast as possible. -- 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/758#issuecomment-404608880

Re: [Github-comments] [geany/geany-plugins] debugger (#758)

2018-07-12 Thread LarsGit223
It is work in progress, please see #645. So it will hopefully be included in the next release. If you need it now you could try to build geany plugins yourself (from repository pmjobin:debugger_gtk3) -- You are receiving this because you are subscribed to this thread. Reply to this email direct

Re: [Github-comments] [geany/geany] Slow code navigation on Debian Stretch with GNOME (#1532)

2018-07-12 Thread elextr
Hmmm, I am now using a different (slower) machine to the one where I reported #807 and don't see it much at all, just very occasionally. Given the variation of circumstances where some form of delayed or otherwise poor screen updating is seen (Linux and Windows, various versions of GTK, and sli

Re: [Github-comments] [geany/geany] Slow code navigation on Debian Stretch with GNOME (#1532)

2018-07-12 Thread Matthew Brush
When this glitch is happening, is there any output on the console? (Start Geany with `-v` option) Another thing would be to run Geany with GDB and see if fires off a lot of threads (GTK+ does this sometimes and it can block, I guess when they're joined). Additionally, in GDB, if you're fast eno

Re: [Github-comments] [geany/geany-plugins] debugger (#758)

2018-07-12 Thread Matthew Brush
Related to #756 -- 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/758#issuecomment-404689556