aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2003-04-13 03:28:44 +0000
committernyamatongwe <devnull@localhost>2003-04-13 03:28:44 +0000
commitc6b7331422f3286e2448753f665bbb1ad3f467c6 (patch)
tree340625069aac7c5a3e29db91ae35f5f869170f7d
parent8c0bf328e0bd620ea38a4ca9eebcb19db16a56f2 (diff)
downloadscintilla-mirror-c6b7331422f3286e2448753f665bbb1ad3f467c6.tar.gz
Marked SCI_LOADLEXERLIBRARY as not implemented.
Removed "experimental" tag from Join.
-rw-r--r--include/Scintilla.iface2
1 files changed, 1 insertions, 1 deletions
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