You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
line=int( notepad.prompt('Line Number:', 'Navigate to a line and character position', str(curLine+1) ))
4
+
pos=int( notepad.prompt('Character Position:', 'Navigate to a line and character position', str( editor.getCurrentPos() -editor.positionFromLine(curLine) +1 ) ))
0 commit comments