[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] startup: add support for <file>:<line> format
From: |
Benjamin Valentin |
Subject: |
[PATCH] startup: add support for <file>:<line> format |
Date: |
Mon, 30 Jan 2023 15:46:12 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 |
Many tools (e.g. GCC) will output files with line numbers in the format
<file>:<line>:<column>.
Support this format in addition to the +<line>,<column> format when
opening files.
This makes it much easier to copy the file name from a compile error or
failed assertion into a
nano command line an open the file at the right place.
Best,
Benjamin
0001-startup-add-support-for-file-row-format.patch
Description: Text Data
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] startup: add support for <file>:<line> format,
Benjamin Valentin <=