Actions
Bug #155
openReindent issue with indicators before loop
Status:
New
Priority:
Normal
Assignee:
-
Start date:
07/02/2019
Due date:
% Done:
0%
Estimated time:
Description
Albin reported seeing an issue with the reindent logic when running it on code like this:
[Found] Begin
Repeat
Lock
Delete Fritext
Unlock
Find gt Fritext by Index.1
[Found] indicate Found as Fritext.File_no eq 71
[Found] indicate Found as Fritext.Record_no eq O_ordart.fritextid
[Found] Loop
End
As you can see the loop isn't processed as closing the scope block.
It should have been processed like this:
[Found] Begin
Repeat
Lock
Delete Fritext
Unlock
Find gt Fritext by Index.1
[Found] indicate Found as Fritext.File_no eq 71
[Found] indicate Found as Fritext.Record_no eq O_ordart.fritextid
[Found] Loop
End
Code to reproduce this issue can be found here:
https://support.dataaccess.com/Forums/showthread.php?63084-Release-Source-Code-Tools&p=345785#post345785
No data to display
Actions