davidxw / vsscratchpad

A simple scratchpad window for Visual Studio
MIT License
1 stars 2 forks source link

While Typing Cursor Position Returns to Start of Scratchpad #2

Closed f0ff886f closed 5 years ago

f0ff886f commented 6 years ago

VS Community 15.8.3

When I focus the Scratch Pad (I have it docked) and I start typing something, after 1-2 seconds the cursor position automatically returns to the root position.

davidxw commented 5 years ago

I've just noticed this behaviour too - not consistently every 1-2 seconds, but enough to suggest there is a problem. Thanks for raising, I'll have a closer look.

davidxw commented 5 years ago

I have updated Scratchpad (v1.4) with code to better handle cursor positioning - this issue looks to have been occuring when multiple instances of VS were updating the scratchpad file.