There are tools (e.g. java checkstyle plugin, cpp compiler, etc. ) that produce stack traces/logs with file paths with line numbers
e.g.
C:\\some_dir\\some_file:4: (with additional colon at the end)
Currently awesome console does recognize this , but not as file path but rather as url and tries to open this path with web browser after clicking on the link.
I believe this could be easily recognized as file path and awesome console should open the file and actually position the cursor on the line number.
There are tools (e.g. java checkstyle plugin, cpp compiler, etc. ) that produce stack traces/logs with file paths with line numbers e.g.
C:\\some_dir\\some_file:4:
(with additional colon at the end)Currently awesome console does recognize this , but not as file path but rather as url and tries to open this path with web browser after clicking on the link.
I believe this could be easily recognized as file path and awesome console should open the file and actually position the cursor on the line number.