24 #ifndef SCINTILLA_TRICKS_H 25 #define SCINTILLA_TRICKS_H 28 #include <wx/stc/stc.h> 39 void DoAutocomplete(
const wxString& aPartial,
const wxArrayString& aTokens );
54 #endif // SCINTILLA_TRICKS_H void onCharHook(wxKeyEvent &aEvent)
Add cut/copy/paste, autocomplete and brace highlighting to a wxStyleTextCtrl instance.
int firstNonWhitespace(int aLine, int *aWhitespaceCount=nullptr)
void DoAutocomplete(const wxString &aPartial, const wxArrayString &aTokens)
SCINTILLA_TRICKS(wxStyledTextCtrl *aScintilla, const wxString &aBraces)
void onScintillaUpdateUI(wxStyledTextEvent &aEvent)