Folding is available for block-struktures. You need something like a
start tag and an end-tag.

If you use this for html you'd better use xhtml/xml because of the
necessary end tags. And then use the 'XML' Language ([ctrl]+[F12]) to
highlight your code and you'll be able to fold blocks:

<h1>very important and necessary heading</h1>
<p>bla, blubber, bla, ...
...
...
</p>
<h1>...</h1>
to

- <h1>very important and necessary heading</h1>
+<p>bla, blubber, bla, ...
-<h1>...</h1>


But Your idea matches concepts of Hiding unimportant things like
'displaying matching Blocks which are marked by a subset of
available start tags'.

I haven't seen that in scite yet.

Maybe you'll get that output by using some xslt on your wellformed
xhtml.

ervin

-- 
Ervin Peters
D-99425 Taubach
_______________________________________________
Scite-interest mailing list
Scite-interest@lyra.org
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to