From a77e6114d5f88b32e2abb8f3bcb58e583b0a4fe0 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 17 Nov 2002 03:21:17 +0000 Subject: =?UTF-8?q?Jakub=20Vr=C3=A1na=20has=20added=20a=20CSS=20(Cascading?= =?UTF-8?q?=20Style=20Sheet)=20lexer=20to=20Scintilla.=20This=20is=20separ?= =?UTF-8?q?ate=20to=20the=20HTML=20lexer=20and=20is=20only=20invoked=20for?= =?UTF-8?q?=20stand-alone=20CSS=20files,=20not=20for=20the=20STYLE=20secti?= =?UTF-8?q?on=20of=20HTML=20files.=20He=20also=20made=20some=20other=20add?= =?UTF-8?q?itions.=20There=20is=20a=20Line=20Duplicate=20command=20which?= =?UTF-8?q?=20is=20bound=20to=20Ctrl+D.=20PHP=20lexing=20has=20been=20impr?= =?UTF-8?q?oved.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/ScintillaDoc.html | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 6e8156b7a..03e8442a6 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -1243,6 +1243,7 @@ SCI_LINESCROLLUP SCI_LINECUT SCI_LINEDELETE SCI_LINETRANSPOSE +SCI_LINEDUPLICATE SCI_LOWERCASE SCI_UPPERCASE SCI_WORDPARTLEFT -- cgit v1.2.3