The detector

ConEmu has ability to highlight hyperlinks, files and compiler errors (file+line_number). Just hover mouse with Ctrl pressed.

May be configured on Highlight settings page.

Example for git status output

ConEmu FileLineDetector

Example for cl output

ConEmu FileLineDetector

Compiler errors

Examples:

  • macro.cpp(1820) : error C4716
  • NewClass.ps1:35 …
  • abc.py (3): …

Note! File will not be highlighted if ConEmu can’t find it in the shell’s current directory.

Action: File will be opened in the specified editor on the proper line if possible.

Files

File names or full paths produced from dir, ls, git status, git diff and so on.

NB File will not be highlighted if ConEmu can’t find them. It’s critical to configure shell’s current directory reporting properly.

Action:

Examples:

Action: will be opened in the default program: ShellExecute.

Download    Donate