Author Topic: Find Symbol window  (Read 671 times)

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6468
  • Hero Points: 504
Re: Find Symbol window
« Reply #15 on: January 25, 2023, 02:08:01 am »
What kind of laptop do you have? I've got a Surface Laptop 1 (i5). It's not really a dev machine but useful for testing certain things like touch screen and touch pad on Windows. The surface laptops touch pad is pretty good but I'm more of a keyboard user.


Dennis

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 3816
  • Hero Points: 500
Re: Find Symbol window
« Reply #16 on: January 25, 2023, 01:09:10 pm »
As an experiment, try turning off drag-drop support in the editor:  Tools > Options... > Editing > General > Allow drag-drop of text = OFF

If it works correctly for you with this feature disabled, then we can figure out if there is a bug in the drag-drop setup code for tree controls, or if we need a separate option to turn it off for tool windows.

joecar

  • Senior Community Member
  • Posts: 385
  • Hero Points: 9
  • engineer/gearhead
Re: Find Symbol window
« Reply #17 on: January 25, 2023, 10:24:35 pm »
What kind of laptop do you have? I've got a Surface Laptop 1 (i5). It's not really a dev machine but useful for testing certain things like touch screen and touch pad on Windows. The surface laptops touch pad is pretty good but I'm more of a keyboard user.
Lenovo Yoga C740-14IML with 1TB SSD running Windows 10 Pro
« Last Edit: January 25, 2023, 10:26:27 pm by joecar »

joecar

  • Senior Community Member
  • Posts: 385
  • Hero Points: 9
  • engineer/gearhead
Re: Find Symbol window
« Reply #18 on: January 25, 2023, 10:25:31 pm »
As an experiment, try turning off drag-drop support in the editor:  Tools > Options... > Editing > General > Allow drag-drop of text = OFF

If it works correctly for you with this feature disabled, then we can figure out if there is a bug in the drag-drop setup code for tree controls, or if we need a separate option to turn it off for tool windows.
Ok, thanks, I will try this.

joecar

  • Senior Community Member
  • Posts: 385
  • Hero Points: 9
  • engineer/gearhead
Re: Find Symbol window
« Reply #19 on: January 26, 2023, 11:09:55 am »
Quote
Allow drag-drop of text = OFF
Yep, this fixes the double tap.