After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 670549 - Open input files from structure view in side pane
Open input files from structure view in side pane
Status: RESOLVED FIXED
Product: gnome-latex
Classification: Other
Component: general
unspecified
Other Linux
: Normal enhancement
: unspecified
Assigned To: LaTeXila maintainer(s)
LaTeXila maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2012-02-21 15:46 UTC by Anke K.
Modified: 2013-04-28 15:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Anke K. 2012-02-21 15:46:19 UTC
Files that are included via \input command are listed on top of the side pane (structure view). I think it would be useful if it was possible to open these files directly in a new tab (maybe via right click option).

Regards
Comment 1 Sébastien Wilmet 2012-03-04 14:35:37 UTC
It's a good idea.

In the right click menu it's easy to add a new action that is enabled only for included files.

And it's also possible to open the file in a new tab when we double click on the item, since only the simple click is currently used. It's more convenient and I think it's a natural behavior.
Comment 2 Sébastien Wilmet 2012-07-24 01:00:16 UTC
This feature is now implemented:

http://git.gnome.org/browse/latexila/commit/?id=9d5593e9e3d5d501c81950a551277c9d22de5a30
Comment 3 Sébastien Wilmet 2012-07-24 01:06:47 UTC
Ah, I forgot to mention some pieces of information:

- the double click is not used to open the file, because it is actually already used for "forcing" to place the cursor on the line of the item. In other words, if the structure item is already selected, but if we have moved the cursor elsewhere, double click on the structure item will "re-select" it. Anyway, to open the file, a right click is convenient too.

- open an included image also works.
Comment 4 Anke K. 2013-04-28 15:07:26 UTC
A little late but thanks for your effort. Works fine.