Pointer position after click
Previously, I used notepad + + and I miss one solution:
clicking on the line, move cursor there but if we don't have any text in given place editor should move poiter to last char in line.
It is possible to setup this in options?
请先登录再写评论。
If im understanding your meaning correctly you are currently clicking after the end of the line (after the last semicoln ; ) and your cursor is staying where you clicked, but you want it to go to the ending semicoln on that line? is that right?
If that is right, that is how my editor is currently working. Go into your settings and see if the checkbox is set for "Allow placement of caret after end of line"
get there by going to
FILE->SETTINGS->EDITOR->"Allow placement of caret after end of line"
If it is unchecked, clicking after the end of the line will return the claret to just after the semicoln.
Thanks, exactly what I needed!
The best HTML,CSS, JS code editor now!