I'm experiencing a folding bug on a tag called <input> with all
the XML files I've tried.  Specifically, SciTE never folds <input> tags.
Try this very simple XML file:

--
<?xml version="1.0"?>

<experiment>
   <input>
      <randomtag/>
   </input>
</experiment>
--

I get a fold mark for <experiment>, but not for <input>. If you change the word "input" to a different name, then that tag will fold.

Another problem I'm having is that I expected

fold.on.open=1

to fold all the XML tags recursively when a file is opened.  Instead, it
just folds the top level tag.  (When you click to expand the top level
tag, everything within it is expanded.) I can get what I want by
control-clicking the top level tag, but I'm trying to figure out how I
can skip that step. Perhaps there could be a "fold.recursively.on.open" property?

Control-shift-click in the fold margin also just folds the top level tag
and not any of the children.

I'm using SciTE 1.68 with Gnome 2.8.0 and
Red Hat Enterprise Linux WS release 4 (Nahant Update 3).

Thanks for your hard work, this is a promisingly simple text editor that provides just enough features to be very attractive. :)

Amy Langenhorst

_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to