Strange Fold with Copy Paste

Post bugs related to the IDE here
drgolf
User
User
Posts: 90
Joined: Tue Mar 03, 2009 3:40 pm
Location: france

Strange Fold with Copy Paste

Post by drgolf »

PB 6.01B1 on Windows 10 pro-x64

Open a new tab on the IDE.
Enter this demo code :

Code: Select all

;aaaaaa

Procedure aaaa()
  For i=1 To 10
  Next
EndProcedure

;bbbbb

1/ Select ALL the line Procedure aaaa() and COPY
2/ PASTE above this line under the comment ;aaaaa
3/ Click on this new line : symbol unfold appear (-)
4/ Undo twice : insert - in the procedure param

Do the same with procedure aaaa() folded.
1/ Fold Procedure aaaa()
2/ Select all the line and COPY
3/ Paste above this procedure
4/ Click on the new line