Uploaded image for project: 'Picard'
  1. Picard
  2. PICARD-2117

Provide automatic indentation in script editor

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • None
    • Scripting, User Interface
    • None

      Those of us who write complex scripts often have long formulas which we split onto multiple lines.

      This improvement request is to ask that Picard provide automated (small) indentation for new lines, the indentation level being the number of open parentheses. So instead of:

      $if($gt($len(%track%),32),
      $set(track,$left(%track%,32)
      )

      we get:

      $if($gt($len(%track%),32),
        $set(track,$left(%track%,32)
      )

            Unassigned Unassigned
            sophist Sophist
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:

                Version Package