Plugin Request: Preferences

According to the documentation this is already available:
218 IDE_GetGeneralPref
Available in version 700
C++ char* IDE_GetGeneralPref(char *Name)
Delphi function IDE_GetGeneralPref(Name: PChar): PChar
Returns the value of a preference. The names can be found in the
preference ini file under the [Preferences] section.

Hope this helps.
 
Back
Top