| 
    KiCad PCB EDA Suite
    
   | 
 
This is the complete list of members for SCINTILLA_TRICKS, including all inherited members.
| CancelAutocomplete() | SCINTILLA_TRICKS | |
| DoAutocomplete(const wxString &aPartial, const wxArrayString &aTokens) | SCINTILLA_TRICKS | |
| DoTextVarAutocomplete(const std::function< void(const wxString &xRef, wxArrayString *tokens)> &getTokensFn) | SCINTILLA_TRICKS | |
| firstNonWhitespace(int aLine, int *aWhitespaceCount=nullptr) | SCINTILLA_TRICKS | protected | 
| m_braces | SCINTILLA_TRICKS | protected | 
| m_lastCaretPos | SCINTILLA_TRICKS | protected | 
| m_lastSelEnd | SCINTILLA_TRICKS | protected | 
| m_lastSelStart | SCINTILLA_TRICKS | protected | 
| m_onAcceptFn | SCINTILLA_TRICKS | protected | 
| m_onCharAddedFn | SCINTILLA_TRICKS | protected | 
| m_singleLine | SCINTILLA_TRICKS | protected | 
| m_suppressAutocomplete | SCINTILLA_TRICKS | protected | 
| m_te | SCINTILLA_TRICKS | protected | 
| onChar(wxStyledTextEvent &aEvent) | SCINTILLA_TRICKS | protected | 
| onCharHook(wxKeyEvent &aEvent) | SCINTILLA_TRICKS | protectedvirtual | 
| onModified(wxStyledTextEvent &aEvent) | SCINTILLA_TRICKS | protected | 
| onScintillaUpdateUI(wxStyledTextEvent &aEvent) | SCINTILLA_TRICKS | protected | 
| onThemeChanged(wxSysColourChangedEvent &aEvent) | SCINTILLA_TRICKS | protected | 
| Scintilla() const | SCINTILLA_TRICKS | inline | 
| SCINTILLA_TRICKS(wxStyledTextCtrl *aScintilla, const wxString &aBraces, bool aSingleLine, std::function< void(wxKeyEvent &)> onAcceptHandler=[](wxKeyEvent &aEvent) { }, std::function< void(wxStyledTextEvent &)> onCharAddedHandler=[](wxStyledTextEvent &) { }) | SCINTILLA_TRICKS | |
| setupStyles() | SCINTILLA_TRICKS | protected |