KiCad PCB EDA Suite
|
#include <string_utils.h>
#include <scintilla_tricks.h>
#include <widgets/wx_grid.h>
#include <widgets/ui_common.h>
#include <wx/stc/stc.h>
#include <gal/color4d.h>
#include <dialog_shim.h>
#include <wx/clipbrd.h>
#include <wx/log.h>
#include <wx/settings.h>
#include <confirm.h>
Go to the source code of this file.
Functions | |
bool | isCtrlSlash (wxKeyEvent &aEvent) |
bool isCtrlSlash | ( | wxKeyEvent & | aEvent | ) |
Definition at line 142 of file scintilla_tricks.cpp.
Referenced by SCINTILLA_TRICKS::onCharHook().