Hi All,
I am using the bBelow syntax in my wordfile.txt for code folding my SQL Files.
I want the code folding between IF and End if, If and Elsif, If and Else if it exists.
They work for If statements but for Loop and Begin statements, they dont work.
Please let me know what changes I need to do in above syntax.
I am using the bBelow syntax in my wordfile.txt for code folding my SQL Files.
Code: Select all
/Open Fold Strings = "ELSIF" "IF" "IF" "ELSE" "IF" "LOOP" "BEGIN"
/Close Fold Strings = "ELSE" "ELSIF" "ELSE" "END IF" "END IF" "END LOOP" "END"
They work for If statements but for Loop and Begin statements, they dont work.
Please let me know what changes I need to do in above syntax.