dev icon indicating copy to clipboard operation
dev copied to clipboard

Cyclic structure layering

Open XMDS opened this issue 4 years ago • 2 comments

The loop keyword is currently used, which looks vague in the editor. When a loop contains multiple loop structures:

if
.......
then
  .........
  while true
     repeat
     ..........
     until .........
        repeat
         ..........
        until ..........
  end

else
     if
     .........
    then
    ........
end

When writing a script with a long code and a complex loop structure, it is very uncomfortable whether it is writing or previewing the code. Perhaps each structure should be made clearer, such as the line box in most editors: 2.png

XMDS avatar Jun 06 '21 10:06 XMDS

Or there are other ways to make the structure clearer.

XMDS avatar Jun 06 '21 10:06 XMDS

See my answer in https://github.com/sannybuilder/dev/issues/143#issuecomment-855422099

x87 avatar Jun 06 '21 16:06 x87