#include <wx/wxprec.h>#include <wx/wx.h>#include <wx/stc/stc.h>#include <wx/config.h>#include <wx/fdrepdlg.h>#include <wx/filename.h>#include <wx/textfile.h>#include "config.h"#include "editorctrl.h"#include "tools.h"#include "monkeyfish.h"#include "spellchecker.h"Defines | |
| #define | BOOKMARK_MARKER 0 |
| #define | BOOKMARK_MARKER_STYLE wxSTC_MARK_ARROW |
Functions | |
| const wxString | validChars (wxT("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890_")) |
Variables | |
| const int | IDED_FILE_SAVE = wxNewId() |
| The editor. | |
| const int | IDED_FILE_SAVEAS = wxNewId() |
| const int | IDED_TOGGLE_BOOKMARK = wxNewId() |
| const int | IDED_NEXT_BOOKMARK = wxNewId() |
| const int | IDED_PREV_BOOKMARK = wxNewId() |
|
|
|
|
|
|
|
|
|
|
|
The editor.
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4