NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <wx/wx.h>
#include <wx/stc/stc.h>
#include <wx/menu.h>
#include <wx/dynarray.h>
#include "editor.h"
#include "../terminal/terminal.hpp"
#include "../../common/datastructures.h"
#include "../../kernel/syntax.hpp"
Go to the source code of this file.
Classes | |
class | NumeReHistory |
Macros | |
#define | RM_WS_BOTH 0 |
#define | RM_WS_FRONT 1 |
#define | RM_WS_BACK 2 |
#define RM_WS_BACK 2 |
Definition at line 34 of file history.hpp.
#define RM_WS_BOTH 0 |
Definition at line 32 of file history.hpp.
#define RM_WS_FRONT 1 |
Definition at line 33 of file history.hpp.