Re: [Github-comments] [geany/geany] scrollbar horizontal/vertical up/down arrow scroll adjustment (#1904)

2019-01-24 Thread Andy Alt
> the adjuster for the panes is below the scrollbar, not the scrollbar itself, > its looks are theme dependent, its basically invisible on my theme Ok. On buster when I hover the mouse just below the scrollbar, I get a double vertical arrow. On Slackware that does not appear, but now I see that

Re: [Github-comments] [geany/geany] scrollbar horizontal/vertical up/down arrow scroll adjustment (#1904)

2019-01-24 Thread elextr
> I can move the horizontal scroll bar left-to-right in the editor pane. I can > NOT drag the same scroll bar up or down to adjust the size of the status pane > below it. (left-mouse click, hold, drag). the adjuster for the panes is below the scrollbar, not the scrollbar itself, its looks are

Re: [Github-comments] [geany/geany] scrollbar horizontal/vertical up/down arrow scroll adjustment (#1904)

2019-01-24 Thread Andy Alt
Operating system: Slackware-current (post 14.2) I can move the horizontal scroll bar left-to-right in the editor pane. I can NOT drag the same scroll bar up or down to adjust the size of the status pane below it. (left-mouse click, hold, drag). In the lower-left-hand pane (status, compiler,

Re: [Github-comments] [geany/geany] scrollbar horizontal/vertical up/down arrow scroll adjustment (#1904)

2018-08-02 Thread Colomban Wendling
@codebrainz giving `0.05` steps? yeah it probably is, the problem is that the sum of the smallest scroll is smaller than the configured `step`. -- 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] scrollbar horizontal/vertical up/down arrow scroll adjustment (#1904)

2018-08-02 Thread Matthew Brush
I just assumed it was an attempt at "smooth scrolling" in gtk3, to do like other toolkits. -- 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/1904#issuecomment-409861590

Re: [Github-comments] [geany/geany] scrollbar horizontal/vertical up/down arrow scroll adjustment (#1904)

2018-08-02 Thread elextr
Well, depends on how they set `step` (or the field they load it from I mean). -- 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/1904#issuecomment-409844580

Re: [Github-comments] [geany/geany] scrollbar horizontal/vertical up/down arrow scroll adjustment (#1904)

2018-08-02 Thread Colomban Wendling
@elextr I don't think so, see https://gitlab.gnome.org/GNOME/gtk/blob/gtk-3-24/gtk/gtkrange.c#L2961 -- 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/1904#issuecomment-409836894

Re: [Github-comments] [geany/geany] scrollbar horizontal/vertical up/down arrow scroll adjustment (#1904)

2018-08-02 Thread elextr
@b4n, I wonder if the constant changes on hidpi monitors? -- 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/1904#issuecomment-409831837

Re: [Github-comments] [geany/geany] scrollbar horizontal/vertical up/down arrow scroll adjustment (#1904)

2018-08-02 Thread Colomban Wendling
@codebrainz definitely, but it's still odd results, and actually if you check e.g. a normal TextView scrolling, you'll notice it's slower on GTK3 than GTK2, so it's not just Scintilla. The fact it's that bad with Scintilla is likely that it scrolls by whole lines only, so you don't notice any

Re: [Github-comments] [geany/geany] scrollbar horizontal/vertical up/down arrow scroll adjustment (#1904)

2018-08-01 Thread Colomban Wendling
Checking the scroll values we get from the scrollbar itself on GTK3, it's ridiculous: a single (short) click on one of the steppers leads to 5 steps of `0.5` each, for a total of `0.25`. When the minimal step configured (and thus, expected) is `1`, it gives odd results. You basically have to

Re: [Github-comments] [geany/geany] scrollbar horizontal/vertical up/down arrow scroll adjustment (#1904)

2018-08-01 Thread ronbanks
upgraded mysql workbench community to latest and same scrolling problem but then I suppose it uses the same gtk I was hoping there had been a fix... I'll see if I can get hold of a downgraded version and test later. -- You are receiving this because you are subscribed to this thread. Reply to

Re: [Github-comments] [geany/geany] scrollbar horizontal/vertical up/down arrow scroll adjustment (#1904)

2018-08-01 Thread Colomban Wendling
Could be, I checked the difference in behavior between GTK2 and GTK3 with stock GTK scrolling and it's scrolling faster on GTK2 already. There might be a weird change in the scollbars themselves and how they affect the adjustment that leads to this. I'll see what we can do here. -- You are

Re: [Github-comments] [geany/geany] scrollbar horizontal/vertical up/down arrow scroll adjustment (#1904)

2018-08-01 Thread ronbanks
The only references that I see in the debug messages are: 07:37:57: Geany INFO: GTK 3.22.30, GLib 2.56.1 07:37:58: Geany INFO: Loaded GTK+ CSS theme '/usr/share/geany/geany.css' 07:37:58: Geany INFO: Loaded GTK+ CSS theme '/usr/share/geany/geany-3.20.css' --

Re: [Github-comments] [geany/geany] scrollbar horizontal/vertical up/down arrow scroll adjustment (#1904)

2018-08-01 Thread ronbanks
Since inquiring about this issue, I've noticed the same scrolling on mysql workbench community 6.3 which looks like it uses GTK3 on linux. -- 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] scrollbar horizontal/vertical up/down arrow scroll adjustment (#1904)

2018-08-01 Thread Colomban Wendling
Do you guys use Geany build with GTK2 or GTK3? You can check in 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/1904#issuecomment-409632816

Re: [Github-comments] [geany/geany] scrollbar horizontal/vertical up/down arrow scroll adjustment (#1904)

2018-07-27 Thread toxpal
I miss such a feature (to do proper scrolling) too. It's not related to theme because I have this issue on all themes. -- 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] scrollbar horizontal/vertical up/down arrow scroll adjustment (#1904)

2018-07-25 Thread ronbanks
I didn't have a theme set so it was the default on Fedora 28. I switched themes several times to see if it made any difference and none of them changes this behavior. I've settled on the **TraditionalOk** theme now. -- You are receiving this because you are subscribed to this thread. Reply to

Re: [Github-comments] [geany/geany] scrollbar horizontal/vertical up/down arrow scroll adjustment (#1904)

2018-07-25 Thread Colomban Wendling
Seems like it could be related to smooth scrolling, and Scintilla doesn't support this. However, it sounds a little weird as normally the scrollbar arrows should be controlling the adjustment directly, just like when you actually move the scrollbar's slider. @ronbanks could you tell us which

Re: [Github-comments] [geany/geany] scrollbar horizontal/vertical up/down arrow scroll adjustment (#1904)

2018-07-24 Thread elextr
There is not a setting in Geany.conf since (as shown in the link I posted) there is not a setting in the Scintilla API that Geany could set to control the look feel and speed of the scrollbar arrows. The reason I say it follows the theme is that on my Mint Cinnamon there are no arrows, but

Re: [Github-comments] [geany/geany] scrollbar horizontal/vertical up/down arrow scroll adjustment (#1904)

2018-07-24 Thread ronbanks
Thanks, I'll have to look into the Scintilla angle on this but it's not anything to do with the theme. All other applications behave normally as expected and it's only the geany editor that behaves like this. Still looking for a solution. -- You are receiving this because you are subscribed

Re: [Github-comments] [geany/geany] scrollbar horizontal/vertical up/down arrow scroll adjustment (#1904)

2018-07-24 Thread elextr
I assume you mean the scrollbars on the editor pane. These are drawn by the Scintilla editing widget Geany uses. AFAICT [Scintilla](https://www.scintilla.org/ScintillaDoc.html#ScrollingAndAutomaticScrolling) has no settings Geany can control to change the speed. But I suspect that it is

[Github-comments] [geany/geany] scrollbar horizontal/vertical up/down arrow scroll adjustment (#1904)

2018-07-24 Thread ronbanks
I have not been able to find a setting for this. I hope I've just missed it. On a new install of Fedora 28 Mate with geany 1.33 I'm finding that clicking on the horizontal or vertical, up or down arrows on the scrollbar is virtually useless. A single click doesn't appear to move at all. It's