From 720734fe8d17e760216d1127a0ae440204826c03 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 --- src/Editor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Editor.h') diff --git a/src/Editor.h b/src/Editor.h index 3d99676ae..d4cbe50ff 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -404,6 +404,7 @@ protected: // ScintillaBase subclass needs access to much of Editor void PageMove(int direction, bool extend=false); void ChangeCaseOfSelection(bool makeUpperCase); void LineTranspose(); + void LineDuplicate(); virtual void CancelModes(); void NewLine(); void CursorUpOrDown(int direction, bool extend=false); -- cgit v1.2.3