Hello,
In our SyntaxLanguage we have Tokens, that represent a path through a tree structure. These Tokens can be used in functions and expressions. As these tokens can have a very longtext, it would be very nice to be able to collapse them.
eg.:
Sum(|+| Variable1, 10) is collapsed
Sum(|-| Tree/Group1/Variable1, 10) would be expanded
Is this somehow possible with the current release of SyntaxEditor?
TIA
Markus Alexander
In our SyntaxLanguage we have Tokens, that represent a path through a tree structure. These Tokens can be used in functions and expressions. As these tokens can have a very longtext, it would be very nice to be able to collapse them.
eg.:
Sum(|+| Variable1, 10) is collapsed
Sum(|-| Tree/Group1/Variable1, 10) would be expanded
Is this somehow possible with the current release of SyntaxEditor?
TIA
Markus Alexander