
Hi,
It appears that there is a OutliningManager for a Document, providing the code outlining functionality.
For the case where multiple SyntaxEditor controls sharing one document, collapsing/expanding the code in one SyntaxEditor causes the same to happen on the other SyntaxEditor since they are sharing the same document.
May I know if there is a way to achieve the behavior where multiple SyntaxEditor controls can collapse/expand code indenpendently, and still sharing the same document. Or is there any plan to support this?
Thanks.