From e57233bef4ef3a9d2ddcd2422fc40550cb7b13da Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 27 Oct 2009 00:03:30 +0000 Subject: Added GetLexerLanguage. --- include/Scintilla.iface | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/Scintilla.iface') diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 647506cf4..c524b7195 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -2097,6 +2097,10 @@ get int GetPropertyInt=4010(string key,) # Retrieve the number of bits the current lexer needs for styling. get int GetStyleBitsNeeded=4011(,) +# Retrieve the name of the lexer. +# Return the length of the text. +get int GetLexerLanguage=4012(, stringresult text) + # Notifications # Type of modification and the action which caused the modification. # These are defined as a bit mask to make it easy to specify which notifications are wanted. -- cgit v1.2.3