Posted 20 years ago
by shareeef
Hi,
We are using syntax editor for parsing eds files which are similar to ini but have fixed sections....I have created semantic parser for outline each sections. Whats happening is when I click to collapse a sections, all the below sections including the current section are getting collapsed.
For example, if I click on first section...I am getting only one section.
-File
blah
blah
-Device
blah1
blah2
When I click on "-" next to File, I am getting
+File Section
Where as my intention was to get
+File Section
-Device
blah1
blah2
Thanks
We are using syntax editor for parsing eds files which are similar to ini but have fixed sections....I have created semantic parser for outline each sections. Whats happening is when I click to collapse a sections, all the below sections including the current section are getting collapsed.
For example, if I click on first section...I am getting only one section.
-File
blah
blah
-Device
blah1
blah2
When I click on "-" next to File, I am getting
+File Section
Where as my intention was to get
+File Section
-Device
blah1
blah2
Thanks