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: joecar
« on: January 23, 2023, 09:35:28 AM »

Clark,

Thanks, I loaded your module and it fixed this issue.
Posted by: joecar
« on: January 23, 2023, 09:32:06 AM »

Thanks!   ;D

btw: my 'click' is a touchpad single tap.
Posted by: Clark
« on: January 19, 2023, 11:27:13 PM »

I've figured out what's going on. The timeout SlickEdit is using on Windows isn't long enough. SlickEdit is fooled into thinking you want to drag the selected text. For some reason the LButtonUp event is'nt coming in fast enough when you click from the middle part of the touch pad (weird). SlickEdit is using a Windows system call to get the timeout but it just isn't long enough (200ms). For 27.0.2, I'm going to change the code to use 500 milliseconds and not bother making the system call. Qt seems to use this as it's hard wired setting for Windows.

As a workaround, load the attached macro below. When the macro is loaded and when SlickEdit is invoked, it will set SlickEdit's drag delay to 500 milliseconds.

Macro>Load Module...
Posted by: joecar
« on: January 19, 2023, 09:16:23 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: Clark
« on: January 11, 2023, 08:59:06 PM »

I can't reproduce this with the latest hot fixes and I don't know what configuration option could effect this.

Try a default config:

Code: [Select]
vs +new -sc c:\temp\new-config-dir


Posted by: joecar
« on: January 11, 2023, 06:17:26 PM »

27.0.1.0 (with or without hotfix 2 applied)

I find that I need to double click on a selection to unselect the selection and position the cursor on text.

Previously a single click would have done this.

Is this as intended...?