#601 copying folded section

None
fixed
nobody
None
1
2012-12-13
2012-08-30
Anonymous
No
0 up votes | 0 down votes | 0%
4 comments

Copying section, when folded, mess selecting of text further down. Some lines may even vanish from screen, although those lines are somewhere there.

Example: copy lines at the bottom in StudioTex, fold all \sections, select line with \section{4}, and drag and drop between \section{1} and \section{2}. Observe there is no \section{3} line. Try selecting \section{4} for a surprise.:

\section{1}
1

\section{2}
2

\section{3}
3

\section{4}
4

Discussion


  • Anonymous
    2012-08-30

    Example tried out with TeXstudio 2.2 and 2.3 with the same effect.

     
  • Tim Hoffmann
    Tim Hoffmann
    2012-09-06

    Too understand this correctly: It is just the display which is buggy? If you exand all, you end up with:
    \section{1}
    1

    \section{4}\section{2}
    2

    \section{3}
    3

    4

    Which is the correct result IMHO.

     
  • Yes, I think that is it. (although it seems you can't expand it all, if
    you choose the wrong order)

    The original qcodeedit simply does not support editing of folded
    sections, and I added the automatic expanding, but it seems I missed a
    case...

    On 09/07/2012 12:53 AM, SourceForge.net wrote:

    Bugs

     
    • status: open --> fixed
    • milestone: -->
    • priority: 5 --> 1
     
  • fixed in 3582