Conemu: feature-request: Link compiler output more variable

Created on 30 Oct 2018  路  2Comments  路  Source: Maximus5/ConEmu

My compiler has a little different error output than the example outputs, given on the ConEmu help-page. Therefore I can't click on it, to directly open the file at the special line number. Maybe it would be a nice feature to let users configure some kind of pattern to match different outputs.

Mine is outputted the following way:
"path\to\file\that\has\an\error.c", line 42: fatal error blablabla...

Now i'd like to klick on the error, with the file at line 42 recognised. At the moment I can only open the file, ConEmu can't read out the line number in this format.

Tested in:

ConEmu build: 180626 x64 preview
OS version: Windows 10 x64
Used shell version (Far Manager, git-bash, cmd, powershell, cygwin, whatever): cmd with cygwin added to path.

Most helpful comment

I have plans to implement the feature via regex.

All 2 comments

I have plans to implement the feature via regex.

Nice. Where do you filter the command line buffer for these links right now? Yesterday I tried to search the code for that place but didn't have enough time to find it...

Was this page helpful?
0 / 5 - 0 ratings