Hi
There seems to be another thing which I am unable to make it work.
In the rules, I have a "Range Start" block type with the "Self Closing Range" & "Display in Syntax Tree" checked.
In the settings for Tree/Map, "Auto Synchronize" and "Auto Expand" are checked.
With this setting, when I click inside the editor in the last "Self Closing Range" it doesn't synchronize itself with the Syntax tree... rather collapses the tree completely.
How can I fix this?
Thx & Regards.
Why last block (self closing) not folded
Hi Alexey,
I tried with the that option /Close block at end of text/, before. But this gives me a tree like below.
That is because each section stops at the start of next section and there is no delimitation.
The tree, I am creating is like this.
Hope there is someway way to fix this.
Regards,
I tried with the that option /Close block at end of text/, before. But this gives me a tree like below.
Code: Select all
+-- declaration:
+-- Before
+-- before.sample.10:
+-- before.sample.20:
+-- Detail
+-- detail.5:
+-- detail.10:
+-- functions:
+-- do.something()
The tree, I am creating is like this.
Code: Select all
+-- declaration:
+-- Before
+-- before.sample.10:
+-- before.sample.20:
+-- Detail
+-- detail.5:
+-- detail.10:
+-- functions:
+-- do.something()
Regards,