External tool doesn't set cursor line
Posted: Tue Jun 27, 2017 4:44 am
I am running an external batch file, which executes a Python script and writes a single line to stdout:
and settings
File:
Line: 1
Column:
The cursor is on a line in the file being edited. After the tool runs, the cursor is in the Tool Output window. When I click on the original file window, the cursor position isn't shown. How can I get the editor to place the cursor on the selected line?
- S:\project\matchPPif\code>python matchPPif.py S:\project\matchPPif\code\testc.c 5
3 4 4 27 27 28
Tool completed successfully
Code: Select all
^\d+ \d+ \d+ (\d+) \d+File:
Line: 1
Column:
Code: Select all
File:
Line: 1
Column: