Regenerate STC files after recent changes

This commit is contained in:
New Pagodi
2019-03-18 22:56:09 -05:00
parent 267540d233
commit fe7b332b7b
3 changed files with 74 additions and 0 deletions

View File

@@ -5187,6 +5187,16 @@ public:
// Register an image for use in autocompletion lists.
void RegisterImage(int type, const wxBitmap& bmp);
// Set the colours used to display the items in an autocompletion list.
void AutoCompSetColours(const wxColour& background, const wxColour& text,
const wxColour& highlight,
const wxColour& highlightText);
// Use a wxListCtrl to display autocompletion lists.
void AutoCompUseListCtrl(bool useListCtrl = true,
const wxColour& currentBgColour = wxNullColour,
const wxColour& currentTextColour = wxNullColour);
// The following methods are nearly equivalent to their similarly named