Block indent when convert Blockly to BASIC

coparu67

Senior Member
Working with Blockly in PE6.0.8.3.
When I convert to BASIC, is there any option to get code with Block Indent?
 

hippy

Technical Support
Staff member
Block indenting of code generated from Blockly works for me when I try it.

Once converted to Basic the code should be editable the same as if it were code entered manually as a Basic program. Are you able to get Block Indent working with a manually entered Basic program ?
 

coparu67

Senior Member
Here you can see what I mean.
Indent works when I write IF-THEN command.
Doesn't work when I convert.
pe6-indent-1.JPG
 

hippy

Technical Support
Staff member
Thanks for the additional info and I understand how you mean. The Blockly converted code is not indented/outdented/nested as it would be if entered by hand.

Off-hand I do not know if that is intentional or a feature of the conversion or something we need to investigate.
 
Top