Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
Name:
Email:
Subject:
Message icon:

Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
What is the last letter in the word "SlickEdit":
How many LETTERS are in the following? "a1b2c3":
Which number is missing?  "12345689":

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: Dennis
« on: May 04, 2023, 10:26:25 PM »

I finally had time to track this down.  The problem was on account of the (somewhat new) code to handle drag-n-drop from the Find Symbol tool window into the editor control.  It needed some tweaks to catch double-click consistently.  A fix will be in the first hot fix for 27.0.2. 

You can work around the problem for now by setting Tools > Options... > General > Allow drag drop of text = OFF.
Posted by: joecar
« on: January 26, 2023, 11:09:55 AM »

Quote
Allow drag-drop of text = OFF
Yep, this fixes the double tap.
Posted by: joecar
« 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.
Posted by: joecar
« 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
Posted by: Dennis
« 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.
Posted by: Clark
« 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.

Posted by: joecar
« on: January 24, 2023, 08:26:36 PM »

Hi Clark,

I find that if I physically slow down my double taps, then it behaves correctly.

 :)
Posted by: joecar
« on: January 24, 2023, 08:25:20 PM »

Clark, Thanks, I'll try that.
Posted by: Clark
« on: January 24, 2023, 08:12:48 PM »

I couldn't reproduce your double click problem with soft taps on my touch pad. I suggest you slow down your double-click speed. Attached is a picture of the "Additional mouse options" in Windows.
Posted by: joecar
« on: January 23, 2023, 09:40:30 AM »

Dennis,

Clark's fix does not appear to fix this.

In my previous messages here, where I said "click"/"clicking", I actually meant "tap"/"tapping".

Double tapping still exhibits the issue.

I found I have to click down on the touchpad (i.e. the touchpad is also a button) twice (i.e. the double click) and the proper behaviour occurs (goto symbol definition, close Find Symbol window).

Posted by: Dennis
« on: January 20, 2023, 02:27:08 PM »

Let me know if the fix Clark gave you for clicking on a text selection also fixes this issue.
Posted by: joecar
« on: January 19, 2023, 09:16:51 PM »

More info:

This happens when using a touch pad (i.e. on a laptop).

I plugged in a mouse and when using the mouse this does not happen.
Posted by: joecar
« on: January 06, 2023, 06:44:05 PM »

Same is happening in hotfix 2.

Double clicking on the symbol in the Find Symbol window results does not work anymore.
Posted by: joecar
« on: December 22, 2022, 08:15:37 PM »

i.e. double clicking on the symbol does not work anymore.
Posted by: joecar
« on: December 22, 2022, 08:14:36 PM »

In post #1 above, I should have clarified that that double clicking on the symbol does not take me to its definition/declaration (so I have to click the Goto Definition button at bottom right of Find Symbol window).