Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-31476

Code macro should wrap long lines

    XMLWordPrintable

Details

    • 28
    • 3
    • We collect Confluence feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

    Description

      NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? See the corresponding suggestion.

      In past versions of the code macro, long lines were wrapped up. This feature was implemented in NCODE-142.

      The wrap up of the long lines caused a problem with a mismatch between the line numbers and the actual line. To solve this bug (CONF-23565) we removed the functionality to wrap up text.

      There should be an option to wrap up text in the code macro. Adding a scroll bar may work on a web browser but it is not a good solution for PDF exports or print outs.

      Affected version of the code macro plugin: 2.1.3.

      Workaround:

      Add the following CSS to the global stylesheet:

      .codeContent .syntaxhighlighter table td.code .container .line {
          white-space: normal!important;
      }
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              aconde Alejandro Conde Carrillo (Inactive)
              Votes:
              215 Vote for this issue
              Watchers:
              100 Start watching this issue

              Dates

                Created:
                Updated: