Project

Profile

Help

Bug #57

closed

Indentation in second-level SharpScript doesn't save well

Added by Vincent Le Goff over 7 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Normal
Category:
SharpScript
Sprint/Milestone:
% Done:

100%

Company:
-
Contact person:
-
Additional contact persons:
-

Description

When a SharpScript syntax holds a second-level indentation (or a third-level one, for that matter), the indentation, while ignored by the engine, isn't saved well.

#trigger ... {
    #say 1
    #say 2
}
<pre>

When it is saved the first time, the following is written:

<pre>
#trigger ... {

        #say 1
        #say 2
}
<pre>

A level of indentation is added each time the file is saved.
Actions #1

Updated by Vincent Le Goff over 7 years ago

  • Sprint/Milestone changed from 6 to 7
Actions #2

Updated by Vincent Le Goff over 7 years ago

  • Status changed from Open to Closed
  • % Done changed from 0 to 100

This has been fixed during the previous cleaning of SharpScript code, through an automatic dedent of triggers, macros and aliases.

Please register to edit this issue

Also available in: Atom PDF Tracking page