#include <wx/wxprec.h>
#include <wx/wx.h>
#include <wx/filename.h>
#include <wx/dir.h>
#include <wx/textfile.h>
#include <wx/fdrepdlg.h>
#include <wx/splitter.h>
#include <wx/config.h>
#include <wx/log.h>
#include <wx/treectrl.h>
#include <wx/tokenzr.h>
#include <wx/docview.h>
#include <wx/colordlg.h>
#include <wx/image.h>
#include <wx/wxhtml.h>
#include <wx/splash.h>
#include <wx/stattext.h>
#include <wx/fs_zip.h>
#include <wx/stc/stc.h>
#include <wx/cmdline.h>
#include <wx/dnd.h>
#include <wx/xrc/xmlres.h>
#include <vector>
#include <iostream>
#include "wxFlatNotebook.h"
#include "mlua.h"
#include "config.h"
#include "monkeyfish.h"
#include "editorctrl.h"
#include "projecttree.h"
#include "projectpanel.h"
#include "sidebar.h"
#include "prefsdlg.h"
#include "processpanel.h"
#include "tools.h"
Classes | |
class | DnDFile |
File drop handler. More... | |
class | myToolMenuItem |
a simple tool menuItem to allow us to keep the path of the tool More... | |
Defines | |
#define | XTRA_TOOLS_MIN 3400 |
#define | XTRA_TOOLS_MAX 3499 |
Functions | |
void | InitXmlResource () |
This is some documentation.The main window. |
|
|
|
|
|
This is some documentation.The main window.
|