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

Scripting is very space-sensitive which leads to unreadable scripts

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • None
    • Scripting
    • None

      For example, I have in my tagger script:

      $if($or($eq(%label%,8bitpeoples),$eq(%label%,OverClocked ReMix)),$set(_pathextra,%label%)
          ,
      )
      

      which I would very much like to write as

      $if(
          $or(
              $eq(%label%,8bitpeoples),
              $eq(%label%,OverClocked ReMix)
           ),
          $set(_pathextra,%label%)
          ,
      )
      

      but unfortunately

      $or( ,)
      

      is already true :/

            Unassigned Unassigned
            mineo Wieland Hoffmann
            Votes:
            4 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:

                Version Package