I'm working with a 'very large file' format (Poser) and have designed a Syntax Highlighting for the format. These files can be 100's MB and it would be nice to be able to prefold sections (esp. certain subsections) that can be folded.
Does UE have anything like this? Since the file format is something like this:
where the entire file is always encapulated by '{' and '}', "Collapse All" just collapses the entire file (how useful is that - not). What would be nice is either a level collapse or some sort of way to use keyword to determine what to collapse. If this could be done using Macros, then I'm all for it.
Thanks,
Robert
Does UE have anything like this? Since the file format is something like this:
Code: Select all
{
keywordA
{
keywordB
{
}
}
}
Thanks,
Robert