I just said as it is. When I was trying to edit script source in CLI and navigating through the code using up/down arrows, it becomes a total mess. One part of a code may appear in another part of a window, some parts are clipped, some letters can be taken from one line and painted on another line, etc. It's unusable. And it's same in both v3 and v4, so it's a RouterOS problem, not WinBox.But...this is unfair:I don't think the the CLI /system/script/edit is "buggy".They suggested to use CLI, it has syntax highlighting, but it's buggy as hell and unusable.
UPD: not 100 % sure, but probably this happens when you have tab characters in the code.
For example, if you have this useless script (note tab characters in lines 6-10)
:local var1
:local var2
:local var3
:local var4
:local var5
:local var6
:local var7
:local var8
:local var9
:local var10
:local var11
:local var12
:local var13
:local var14
:local var15
:local var16
:local var17
:local var18
:local var19
:local var20
.
but then, if you scroll down below line 13, it looks like this:
.