Author Topic: Smooth scrolling setings do not stick  (Read 1591 times)

Mr68360

  • Community Member
  • Posts: 57
  • Hero Points: 3
Smooth scrolling setings do not stick
« on: May 03, 2022, 10:29:52 PM »
Running SlickEdit Pro 2021 (v26.0.1.0 64-bit Qt5)

When I set Options/Appearance/Scroll style/Smooth horizontal scroll (and vertical) to "ON", the setting remains for up to a day or so, but reverts to off.  I can't seem to correlate the un-set, but I inevitably notice it.  I tried not touching the options after I set them to ON; the settings still changed without my intervention.

I'll try to find an associated action, but for now they just revert from ON to OFF infrequently, but randomly.

Dan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 2897
  • Hero Points: 153
Re: Smooth scrolling setings do not stick
« Reply #1 on: May 04, 2022, 11:34:46 AM »
Have you seen any Slick-C stacks?  There are some things that change this and change it back.

Mr68360

  • Community Member
  • Posts: 57
  • Hero Points: 3
Re: Smooth scrolling setings do not stick
« Reply #2 on: May 04, 2022, 02:18:41 PM »
No stack popups.  No other problems editing, navigating, etc.  I just notice at one point arrow-cursoring up or down causes the "non-smooth jump," and the settings are set to OFF when I reopen the tools dialog.

Mr68360

  • Community Member
  • Posts: 57
  • Hero Points: 3
Re: Smooth scrolling setings do not stick
« Reply #3 on: May 25, 2022, 05:36:48 PM »
The problem persists in v26.0.2.1 64-bit Qt5, Build Date: April 15, 2022, and is happening with greater frequency.
Are you saying you cannot reproduce this?

Dan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 2897
  • Hero Points: 153
Re: Smooth scrolling setings do not stick
« Reply #4 on: May 25, 2022, 05:52:36 PM »
I cannot so far.  Can you send your Help>About information?

Mr68360

  • Community Member
  • Posts: 57
  • Hero Points: 3
Re: Smooth scrolling setings do not stick
« Reply #5 on: May 27, 2022, 12:32:28 AM »
Here you go (s/n and user name blanked-out)

SlickEdit Pro 2021 (v26.0.2.1 64-bit Qt5)

Serial number: WLxxxxxx
Licensed number of users: Single user
License file: C:\ProgramData\slickedit\26\slickedit.lic

Build Date: April 15, 2022
Emulation: CUA

OS: Windows 10 x64
OS Version: 10.00.0 
Memory: 70% Load, 11354MB/16115MB Physical, 15594MB/22771MB Page File, 5678MB/134217727MB Virtual
Shell Information: C:\WINDOWS\system32\cmd.exe /q
Screen Size: 1920 x 1080 (-1920 0 1920 1080), 2560 x 1440 (-4480 0 2560 1440), 1920 x 1080 (0 0 1920 1080)

Project Type: Cpp
Language: .cpp (C/C++)
Encoding: ACP (1252)

Installation Directory: C:\Program Files\SlickEdit Pro 26.0.2\ (non-removable drive,NTFS,142215MB free)
Configuration Directory: C:\Users\xxxxxxxx\Documents\My SlickEdit Config\26.0.2\ (non-removable drive,NTFS,142215MB free)
Migrated from: C:\Users\xxxxxxxx\Documents\My SlickEdit Config\26.0.1\
Spill File: C:\Users\xxxxxxxx\AppData\Local\Temp\$slk.15072 (non-removable drive,NTFS,142215MB free)


Dennis

  • Senior Community Member
  • Posts: 3960
  • Hero Points: 517
Re: Smooth scrolling setings do not stick
« Reply #6 on: May 27, 2022, 12:39:43 PM »
To narrow things down slightly, do you do a lot of drag and drop?  That's the one place in the code where we have to save and restore the scroll style in a less straightforward manner.

Also, when the scroll style settings are reverted, precisely what settings are they left in?

Mr68360

  • Community Member
  • Posts: 57
  • Hero Points: 3
Re: Smooth scrolling setings do not stick
« Reply #7 on: May 27, 2022, 04:54:54 PM »
No, don't do much drag+drop.  Ctrl-C/Ctrl-V kind of guy.
Here is what I have set now.  I'll send a capture if it changes.

Mr68360

  • Community Member
  • Posts: 57
  • Hero Points: 3
Re: Smooth scrolling setings do not stick
« Reply #8 on: May 27, 2022, 04:57:33 PM »
Dennis, I'll be glad to run an instrumented version of SE that monitors the config.  You can add an event button/command that I could invoke when I notice the change.  Let me know.

Mr68360

  • Community Member
  • Posts: 57
  • Hero Points: 3
Re: Smooth scrolling setings do not stick
« Reply #9 on: May 27, 2022, 09:03:32 PM »
And there it is.  I did not go near the Tools/Options dialog before seeing this.

Mr68360

  • Community Member
  • Posts: 57
  • Hero Points: 3
Re: Smooth scrolling setings do not stick
« Reply #10 on: June 04, 2022, 06:42:36 PM »
During a session this week, I did highlight text and drag it to another location.  After this, the smooth scrolling settings convert to "off" after EACH page up/down.  Normally (with no dragging) it takes many minutes for the problem to manifest.

Dan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 2897
  • Hero Points: 153
Re: Smooth scrolling setings do not stick
« Reply #11 on: June 06, 2022, 06:44:36 PM »
I've put some debug code in where this gets set, so if it changes I'll see.

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6862
  • Hero Points: 528
« Last Edit: June 11, 2022, 07:54:12 PM by Clark »