X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/87d34730704b8dc72402ad091251b1178b16ecc7..f7ed8c899f6c5806712cc4384d908d4bdb47a898:/include/wx/univ/setup0.h diff --git a/include/wx/univ/setup0.h b/include/wx/univ/setup0.h index 83843b71e3..dbc1332c13 100644 --- a/include/wx/univ/setup0.h +++ b/include/wx/univ/setup0.h @@ -583,6 +583,13 @@ // Recommended setting: 1 #define wxUSE_AUI 1 +// Use wxStyledTextCtrl, a wxWidgets implementation of Scintilla. +// +// Default is 1 +// +// Recommended setting: 1 +#define wxUSE_STC 1 + // Enable the new wxGraphicsPath and wxGraphicsContext classes for an advanced // 2D drawing API. (Still somewhat experimental) @@ -1119,9 +1126,6 @@ // Use wxHTML-based help controller #define wxUSE_WXHTML_HELP 1 -// Use resources -#define wxUSE_RESOURCES 0 - // Window layout constraint system #define wxUSE_CONSTRAINTS 1