Double-clicking a traceback line (opens and) activates
the module edit window, but the cursor stays in the
interactive window. It would be more useful to have the
cursor appear in the edit window.
It appears that after the double-click processing
that opens the file and moves the cursor to the
specified line, scintilla unconditionally sets the cursor
back to the location that was clicked. I may try to work
out some way of setting the cursor asynchronously.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=771074
Originator: NO
It appears that after the double-click processing
that opens the file and moves the cursor to the
specified line, scintilla unconditionally sets the cursor
back to the location that was clicked. I may try to work
out some way of setting the cursor asynchronously.