2020-11-11 06:54 PM
I recently upgraded STM32CuBeIDE from 1.3 to 1.4.2.
Then I ran into a problem.
When I selected text like this:
Hello World
Then I use the keyboard to enter text, like "K"
I hope to get this result:
Hello K
But I get this result, The input text is added in front of the selected text:
Hello KWorld
What settings do i need to change?