|
From: | Robert Weiner |
Subject: | bug#43794: Hyperbole fails to handle file: link with a trailing :line-number |
Date: | Sun, 4 Oct 2020 11:23:41 -0400 |
You have found a bug. Thank you. We will work with it and resolve it. |
[Prev in Thread] | Current Thread | [Next in Thread] |
Sasanidas commented 2 hours ago
I have this output from xdebug(php debugger).
The path that is showed have a number in the end, delimited with : , that indicate the row of the file, but when I trigger the Implicit button, it doesn't take into the account the line number, it's just creates a new buffer with the full path, the dots and the number at the end.
My question is, what is the correct approach to this case, should I change the Implicit button action, create a new one or maybe change the button type.
Thank you.