Hi
I'm testing trial version of UltraEdit V18.20 and found a problem with 'self-made' UEW files :
The document I would like to parse is a 160Mb length file in which I would like to collapse/expand part of text encapsulated in braces.
The blocks of this document likes this :
So, in a new UEW file, I have use this (only theses three lines) :
The result is :
In a tiny file, the "+" and "-" symbols appear in the margin.
In my large file, nothing works, only a highlight of the close parent brace when I place the cursor on the open brace.
What's happend ?
I'm testing trial version of UltraEdit V18.20 and found a problem with 'self-made' UEW files :
The document I would like to parse is a 160Mb length file in which I would like to collapse/expand part of text encapsulated in braces.
The blocks of this document likes this :
Code: Select all
Some text
{
Some text
Some text
{
Some text
Some text
}
}
Code: Select all
/L99"Fhx Perso" Block Comment On = /* Block Comment Off = */ String Chars='" File Extensions = fhx
/Open Fold Strings = "{"
/Close Fold Strings = "}"
In a tiny file, the "+" and "-" symbols appear in the margin.
In my large file, nothing works, only a highlight of the close parent brace when I place the cursor on the open brace.
What's happend ?