Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

src/editorctrl.cpp File Reference

#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()

Define Documentation

#define BOOKMARK_MARKER   0
 

#define BOOKMARK_MARKER_STYLE   wxSTC_MARK_ARROW
 


Function Documentation

const wxString validChars wxT("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890_")   ) 
 


Variable Documentation

const int IDED_FILE_SAVE = wxNewId()
 

The editor.

const int IDED_FILE_SAVEAS = wxNewId()
 

const int IDED_NEXT_BOOKMARK = wxNewId()
 

const int IDED_PREV_BOOKMARK = wxNewId()
 

const int IDED_TOGGLE_BOOKMARK = wxNewId()
 


Generated on Fri Mar 10 12:32:03 2006 for MonkeyFish by  doxygen 1.4.4