From 183367a5cb3f02797f1cab1c85961afe1f5fda2a Mon Sep 17 00:00:00 2001
From: nyamatongwe
Applications may discover the set of properties used by searching the source code of lexers for lines that contain
+ GetProperty and a double quoted string and extract the value of the double quoted string as the property name.
+ The scintilla/src/LexGen.py script does this and can be used as an example.
+ Documentation for the property may be located above the call as a multi-line comment starting with
+ // property <property-name>
SCI_GETPROPERTY(const char *key, char *value)
Lookup a keyword:value pair using the specified key; if found, copy the value to the user-supplied
buffer and return the length (not including the terminating 0). If not found, copy an empty string
--
cgit v1.2.3