Environment
Environment
- TeXstudio: 4.8.0
- Qt: 6.4.1
- OS: Linux Mageia 9
- TeX distribution: TeX Live
Expected behavior
Entries of the context menu in the Structure view should work (or not be displayed).
Actual behavior
Entries of the context menu in the Structure view are available in both Structure and in TOC views but works only in TOC view.
How to reproduce
- Open a document containing sections, e.g.:
\documentclass{article}
\begin{document}
\section{Foo}
\section{Bar}
\end{document}
- Click on the Structure view.
- Open the context menu and click on “Indent Section”.
- Nothing happens.
- Click on the TOC view.
- Open the context menu and click on “Indent Section”.
- The section becomes a subsection.