From c6b7331422f3286e2448753f665bbb1ad3f467c6 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 13 Apr 2003 03:28:44 +0000 Subject: Marked SCI_LOADLEXERLIBRARY as not implemented. Removed "experimental" tag from Join. --- include/Scintilla.iface | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/Scintilla.iface b/include/Scintilla.iface index be04e6a04..7c7b6dac2 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1050,7 +1050,6 @@ set void SetTwoPhaseDraw=2284(bool twoPhase,) fun void TargetFromSelection=2287(,) # Join the lines in the target. -# This is an experimental feature and may be changed or removed. fun void LinesJoin=2288(,) # Split the lines in the target into lines that are less wide than pixelWidth @@ -1467,6 +1466,7 @@ set void SetKeyWords=4005(int keywordSet, string keyWords) set void SetLexerLanguage=4006(, string language) # Load a lexer library (dll / so) +# NOT YET IMPLEMENTED fun void LoadLexerLibrary=4007(, string path) # Notifications -- cgit v1.2.3