Hi all,
I would like to know how to find the cursor position (Line number) in SciTE and move cursor to a purticular line. I saw the "_WinAPI_GetCursorInfo" function and "_WinAPI_GetCursor" function in help file. But first fuction is giving the x,y cordinates of cursor. I need the line number which cursor resides. Second function gives the handle of cursor. I don't know what to do with cursor handle. Please help me.