47 #endif // CCOPTIONSDLG_H virtual void OnCancel()
Called when the user chooses to cancel the configuration.
void OnUpdateUI(wxUpdateUIEvent &event)
virtual void OnApply()
Called when the user chooses to apply the configuration.
DocumentationHelper * m_Documentation
virtual wxString GetBitmapBaseName() const
virtual wxString GetTitle() const
void UpdateCCDelayLabel()
NativeParser * m_NativeParser
Code completion plugin has those features: show tool-tip when the mouse hover over the variables/func...
void OnChooseColour(wxCommandEvent &event)
CCOptionsDlg(wxWindow *parent, NativeParser *np, CodeCompletion *cc, DocumentationHelper *dh)
const wxString & _(const wxString &string)
Base class for plugin configuration panels.
NativeParser class is just like a manager class to control Parser objects.
CodeCompletion * m_CodeCompletion
bool ValidateReplacementToken(wxString &from, wxString &to)