formatto icon indicating copy to clipboard operation
formatto copied to clipboard

Unexpected input cursor behavior

Open ghost opened this issue 2 years ago • 4 comments

Because the cursor location stays the same, it sometimes casues unexpected behaviors.

before after

ghost avatar Dec 29 '23 17:12 ghost

Perhaps adding an option to always move the cursor to the beginning of the document could be a solution for the problem.

sharkmu avatar Dec 30 '23 10:12 sharkmu

I'm thinking about making it remember the line number before the run. The problem is, I'm still trying to figure out how I'm going to put the cursor in the line for the same text. Feel free to tell me if anyone have a suggestion.

ghost avatar Dec 31 '23 16:12 ghost

@sharkmu Wouldn't that be more confusing than the original way?

ghost avatar Dec 31 '23 16:12 ghost

@sharkmu Wouldn't that be more confusing than the original way?

I mean it could be an additional setting (feature)

sharkmu avatar Dec 31 '23 19:12 sharkmu

The feature can be an improvement but I don't think it's necessary at this moment. I'm closing the issue.

evasquare avatar Aug 10 '24 05:08 evasquare