Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-29906

Copy -and-paste for QDoc does not preserve indentation

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • Qt Creator 11.0.3
    • Editors

    Description

      When copy&pasting an indented structure from one QDoc file to a different one, the outermost indentation level is reduced to one space.

      Something like

      \list
          \li first
          \li second
      \endlist
      

      becomes

      \list
       \li first
       \li second
      \endlist
      

      Higher-level indentation is moved to the left by the same amount, so that relative indentation levels remain unchanged.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            davschul David Schulz
            mred Markus Redeker
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes