From 7d933893a041e40b9a710cc76abe6462f5e0a84f Mon Sep 17 00:00:00 2001
From: rdaneelolivaw Last edited 27/July/2005 RBR Last edited 31/July/2005 RBR There is an overview of the internal design of
Scintilla. If the value argument is 0 then the length that should be allocated to store the value (including any indicated keyword replacement)
is returned; again, the terminating 0 is not included. SCI_GETPROPERTYINT(const char *key) SCI_GETPROPERTYINT(const char *key, int default)Scintilla Documentation
-
@@ -4290,7 +4290,7 @@ sptr_t CallScintilla(unsigned int iMessage, uptr_t wParam, sptr_t lParam){
-
+
@@ -4372,9 +4372,10 @@ sptr_t CallScintilla(unsigned int iMessage, uptr_t wParam, sptr_t lParam){
+
Lookup a keyword:value pair using the specified key; if found, interpret the value as an integer and return it.
- If not found (or the value is not a number) then return 0.
Note that "keyword replacement" as described in will be performed before any numeric interpretation.
-- cgit v1.2.3