If you use Reply-to, threads should work the standard way, but not
if a posting is started separately.
I don't believe I've ever tried posting attachments to the list
myself; my personal policy is to not occupy bandwidth like that.
There are a lot of other options -- you can use a free pix service
or a free website.
--
Cheers,
Kein-Hong Man (esq.)
Kuala Lumpur, Malaysia
> to existing porperty files, because OptionSet can't force empty string
> to default to true like GetPropertyInt("...", 1) - therefore I suggested
> to add this feature to OptionSet.
You didn't comment on my explicit.diff patch to avoid SciTE sending
through properties that are not set. It will still forward properties
that are set to empty.
> I've also considered your other hints - hope my version of LexCPP.cxx
> is now ready to be included in scintilla's code base?
Getting closer. The explanation for fold.cpp.search.overall could
be improved a bit I think from
"Set this property to 1 to enable searching explicit fold points
beyond line comment start - "
"e.g. /*{{{ and /*}}} will be found only, if this option is enabled.");
to something more like
"Set this property to 1 to enable explicit fold points anywhere, not
just in line comments"
with maybe the name fold.cpp.explicit.anywhere
> # Folding
> fold.cpp.syntax.based=1
The convention in SciTE properties files is to include a commented
example setting which is different from the default. That way you can
alter the default behaviour by uncommenting the setting:
#fold.cpp.syntax.based=0
Neil
> I've included your suggestions, they are better than my formulations.
OK, committed.
Neil