Is there a way to access (or even set) the cursor position in a Notebook?
(By Cursor I refer to the keyboard input postion, or "Insertion Point". For the Mouse we have CurrentValue["MousePosition"] or just MousePosition[])
Note that calling external tools is only the seconds best option for me. See Programmatically move the cursor to a desired location on the screen (which is also about the mouse)
NotebookGet, or...? – Mr.Wizard Oct 18 '12 at 09:37SelectionMove. What kind of interaction are you envisioning? – Mr.Wizard Oct 18 '12 at 10:04Devceloper`CellInformation. Have a look at my implementation of the code highlighter in this answer to see how it can be practically used. – Leonid Shifrin Oct 19 '12 at 04:49- Cannot find your code
- Can
– NoEscape Oct 19 '12 at 07:20CellInformationbe used to SET something?CellSerialNumberfromCellInformation). – Vladimir Mar 25 '13 at 10:07