Page 1 of 1

difficult to see cursor - can this be altered?

Posted: 07 Dec 2017, 10:33
by redrum
In SciTE4AutoHotkey v3.0.06.01 on Win7 64-bit, the blink mode of the cursor makes it very difficult to see the cursor, especially if I'm moving the cursor around using the arrow keys.

Is there a way to change the blinking behavior to match what we see in most Windows apps?

Re: difficult to see cursor - can this be altered?

Posted: 07 Dec 2017, 10:53
by boiler
Mine looks like it does in most windows apps. For example, it's the same as when I type this in Chrome. Can you describe what you're seeing as different than others?

Re: difficult to see cursor - can this be altered?

Posted: 06 Jul 2019, 11:21
by aprendizbr
Go to menu Options.
Click on Open User properties.
Where is:
# Add here your own settings
Write:
caret.period=80

Like this:
# Add here your own settings
caret.period=80

Excuse bad English.

Re: difficult to see cursor - can this be altered?

Posted: 14 Oct 2019, 11:53
by redrum
boiler wrote:
07 Dec 2017, 10:53
Mine looks like it does in most windows apps. For example, it's the same as when I type this in Chrome. Can you describe what you're seeing as different than others?
When moving the cursor in Windows apps, whether a move via arrow keys or CTRL+arrow key, the cursor is visible during the move. Once you stop moving, the cursor resumes blinking.

In SciTe, when moving the cursor, the cursor is not visible during the move. Once you stop moving, the cursor resumes blinking.

Re: difficult to see cursor - can this be altered?

Posted: 14 Oct 2019, 11:54
by redrum
aprendizbr wrote:
06 Jul 2019, 11:21
Go to menu Options.
Click on Open User properties.
Where is:
# Add here your own settings
Write:
caret.period=80

Like this:
# Add here your own settings
caret.period=80

Excuse bad English.
Thanks, this helps locate the cursor more quickly after moving the cursor, but it doesn't affect the root of the problem, which I described in the above post.

Re: difficult to see cursor - can this be altered?

Posted: 14 Oct 2019, 12:29
by boiler
You could try turning the caret blinking off by setting caret.period=0. If that keeps it from disappearing when it's moving, then you could try other things to make it more visible in general (since it's not blinking), such as changing caret.width and/or caret.fore (color).

Re: difficult to see cursor - can this be altered?

Posted: 14 Oct 2019, 12:39
by redrum
boiler wrote:
14 Oct 2019, 12:29
You could try turning the caret blinking off by setting caret.period=0. If that keeps it from disappearing when it's moving, then you could try other things to make it more visible in general (since it's not blinking), such as changing caret.width and/or caret.fore (color).
Interesting. caret.period=0 makes the cursor disappear altogether, whether I'm moving the cursor (which I can't see) or not.

I tried the following:
caret.period=0
caret.fore=000000 ; I added this to ensure the cursor color is black since my screen is white.


So even with caret.fore set to black, the cursor is not visible at all.

Does this provide a clue as to what the issue is?

Re: difficult to see cursor - can this be altered?

Posted: 14 Oct 2019, 12:48
by boiler
I don't know. I don't use Scite4AHK anymore, so I can't test it myself.

Re: difficult to see cursor - can this be altered?

Posted: 27 Oct 2019, 12:00
by rediffusion
@boiler
Are you use «AHK Studio»?
Respond!

Re: difficult to see cursor - can this be altered?

Posted: 27 Oct 2019, 12:36
by boiler
No, I mainly use Visual Studio Code.