Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
Odd formatting only when Search Box open
I found that the autoformatting of the code does odd things when the search box is open. Here is a video to show what I'm seeing. I am using SRP Editor v3.3.1
Comments
1) Type Ctrl-F to bring up the Find window in the top right corner of screen
2) Type "Response" as the word to look for and hit enter or click Find Next button (all instances of "Response" in the code will show as highlighted)
3) Place cursor next to any of the "=" signs and hit space bar to activate the autoformatting for the block of variables
The autoformatting does not have any issues with the search box open unless all the instances of the word you are searching for are highlighted. In other words, having the search box open in itself doesn't cause the odd formatting, but only when there are search words highlighted in the code and the "1 of 2" indicator text is showing in the search box.
Hope this helps you duplicate it. Thanks!
// Sample Code Response = "" Param1 = 1 LongerParam2 = 2 Param3 = 3 Param4 = 4 Param5 = 5 Prm6 = 6 If Len(Param5) then Response = 1 end