getJadeTextEditOneSetting(key: String): String;
The getJadeTextEditOneSetting method of the Application class returns a string containing the 
The following example shows the use of the getJadeTextEditOneSetting method to retrieve the C++ keywords.
vars
    str : String;
begin
    str := jte.getJadeTextEditOneSetting("keywords.$(file.patterns.cpp)");
    write str;
// Do some more processing here...
end;
        See also the Application class getJadeTextEditGlobalSettings and updateJadeTextEditAppSettings methods and the