Maximus5 / ConEmu

Customizable Windows terminal with tabs, splits, quake-style, hotkeys and more
https://conemu.github.io/
BSD 3-Clause "New" or "Revised" License
8.55k stars 571 forks source link

goto editor: python traceback line number matching #499

Open thecere opened 8 years ago

thecere commented 8 years ago

The line number for the "goto editor %1 macro" is not matched in python tracebacks.

A Python-Traceback looks like this:

Traceback (most recent call last):
  File "vls-trunk\prompt.py", line 23, in <module>
    xxx
NameError: name 'xxx' is not defined

Seems to be misunderstood here: https://github.com/Maximus5/ConEmu/blob/c24684aa8c64984a632164505bf23313f1958a55/src/ConEmu/Match.cpp#L857

Maximus5 commented 8 years ago

Going to use regexp-s