-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accept "file:line:col" argument format #68
Labels
Comments
Ok, I see that I need to make sure Pe also accepts that (not only my first attempt with Will let you know when I have something I'm happier with. |
OscarL
added a commit
to OscarL/Pe
that referenced
this issue
Mar 6, 2024
The latter is what Terminal uses when "hyperlinking" to filenames. Fixes HaikuArchives#68.
Ok, that took less time than what I expected. PR ready for review/testing. |
OscarL
added a commit
to OscarL/Pe
that referenced
this issue
Mar 16, 2024
The latter is what Terminal uses when "hyperlinking" to filenames. Fixes HaikuArchives#68.
OscarL
added a commit
to OscarL/Pe
that referenced
this issue
Mar 16, 2024
The latter is what Terminal uses when "hyperlinking" to filenames. Fixes HaikuArchives#68.
OscarL
added a commit
to OscarL/Pe
that referenced
this issue
Nov 18, 2024
(support for ":col" is what's new) lpe uses a custom message, while `/bin/open file:line:col` (what Terminal uses when "hyperlinking" to filenames, for example) uses a B_REFS_RECEIVED message. We support both. Fixes HaikuArchives#68.
OscarL
added a commit
to OscarL/Pe
that referenced
this issue
Nov 18, 2024
(support for ":col" is what's new) lpe uses a custom message, while `/bin/open file:line:col` (what Terminal uses when "hyperlinking" to filenames, for example) uses a B_REFS_RECEIVED message. We support both. Fixes HaikuArchives#68.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Many tools like g++, grep, etc. print file locations as file:line:col, for example
configure:89:15
.Many editors like QtCreator, Geany, or CLion understand this format, and open the file with the text cursor ready to go at the desired location.
In a nutshell, it should be able to
lpe configure:89:15
.The text was updated successfully, but these errors were encountered: