Re: Is it possible to define the word.characters property for a new, unnamed buffer?

scintillaDotOrg <[email protected]> Tue, 9 Dec 2025 16:52:35 -0800 (PST)
Newsgroups gmane.editors.scite.general
Message-ID <[email protected]>
------=_Part_517788_2049537391.1765327955139
Content-Type: multipart/alternative; 
	boundary="----=_Part_517789_2104400227.1765327955139"

------=_Part_517789_2104400227.1765327955139
Content-Type: text/plain; charset="UTF-8"

Untitled buffers have a language mode defined by default.file.ext. So use 
that to control your file type then assign word characters.

default.file.ext=.txt
word.characters.*.txt=$(chars.alpha)$(chars.numeric)_#-

So that I may define word.characters as in others.properties...


It is easier to update to new releases if you place custom properties in 
user options.

Neil

-- 
You received this message because you are subscribed to the Google Groups "scite-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion visit https://groups.google.com/d/msgid/scite-interest/f7ff579d-44ce-45a2-9f38-c8477d1b6167n%40googlegroups.com.

------=_Part_517789_2104400227.1765327955139
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div><div dir=3D"auto"><div>Untitled buffers have a language mode defined b=
y default.file.ext. So use that to control your file type then assign word =
characters.</div><div><br /></div><div>default.file.ext=3D.txt<br />word.ch=
aracters.*.txt=3D$(chars.alpha)$(chars.numeric)_#-</div><br /></div><blockq=
uote style=3D"margin: 0px 0px 0px 0.8ex; border-left: 1px solid rgb(204, 20=
4, 204); padding-left: 1ex;"><div>So that I may define word.characters as i=
n others.properties...</div></blockquote><div><br /></div><div>It is easier=
 to update to new releases if you place custom properties in user options.<=
/div><div><br /></div><div>Neil</div></div>

<p></p>

-- <br />
You received this message because you are subscribed to the Google Groups &=
quot;scite-interest&quot; group.<br />
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to <a href=3D"mailto:[email protected]">scit=
[email protected]</a>.<br />
To view this discussion visit <a href=3D"https://groups.google.com/d/msgid/=
scite-interest/f7ff579d-44ce-45a2-9f38-c8477d1b6167n%40googlegroups.com?utm=
_medium=3Demail&utm_source=3Dfooter">https://groups.google.com/d/msgid/scit=
e-interest/f7ff579d-44ce-45a2-9f38-c8477d1b6167n%40googlegroups.com</a>.<br=
 />

------=_Part_517789_2104400227.1765327955139--

------=_Part_517788_2049537391.1765327955139--