You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Selecting a relative and right-clicking on it allows you to navigate to the file if it is relative to the current directory of the window. I think it would be really helpful if you can navigate to relative paths that are based on some parent directory.
In some environments, like AngularJS, there are paths that are relative to some kind of root "project" directory, what is needed is to help Edwood figure out how to resolve the relative path to that location. If I were to select the parent directory in the window title, then select the relative path within the content pane and right-click then Edwood should have enough information to open the new window on the new path.
The text was updated successfully, but these errors were encountered:
I've thought of this as an extension of the Include directive. But the
more I look at it, the more I see that it should be implemented using
plumbing. The right answer is probably to write a few template plumbing
rules that do the requested lookups that we can circulate with the editor.
Paul
On Wed, May 8, 2019 at 2:11 PM Chris McGee ***@***.***> wrote:
Selecting a relative and right-clicking on it allows you to navigate to
the file if it is relative to the current directory of the window. I think
it would be really helpful if you can navigate to relative paths that are
based on some parent directory.
In some environments, like AngularJS, there are paths that are relative to
some kind of root "project" directory, what is needed is to help Edwood
figure out how to resolve the relative path to that location. If I were to
select the parent directory in the window title, then select the relative
path within the content pane and right-click then Edwood should have enough
information to open the new window on the new path.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#217>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAJ6RUD4K3AWZO6L4ET5UA3PUMJVFANCNFSM4HLT7XEA>
.
Selecting a relative and right-clicking on it allows you to navigate to the file if it is relative to the current directory of the window. I think it would be really helpful if you can navigate to relative paths that are based on some parent directory.
In some environments, like AngularJS, there are paths that are relative to some kind of root "project" directory, what is needed is to help Edwood figure out how to resolve the relative path to that location. If I were to select the parent directory in the window title, then select the relative path within the content pane and right-click then Edwood should have enough information to open the new window on the new path.
The text was updated successfully, but these errors were encountered: