texstudio-org/texstudio

Open file also from tex tree

Offen

#48 geöffnet am 28.02.2018

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (397 Forks)auto 404
enhancementhelp wanted

Repository-Metriken

Stars
 (3.516 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 5h 26m) (19 gemergte PRs in 30 T)

Beschreibung

I love the ability of texstudio to right click on an included file and open it from the context menu. This works really great for files with a specified path or which are simply in the current working directory.

screen shot 2018-02-28 at 11 55 54

It would be nice if this could be expanded to files in the tex tree, e.g. if the file does not specify a path and is not found in the current working directory, one could use something equivalent to the command line expression

open `kpsewhich ushyphex.tex`

to open a file which is somewhere in the tex tree.

(Full disclosure: I just asked a loosely related question on tex.stackexchange how to write a user macro with the same effect, see https://tex.stackexchange.com/q/417727/36296)

Contributor Guide