#include "..\util\listener.h"Go to the source code of this file.
Classes |
|
| class | ScriptEditor |
Defines |
|
| #define | IDM_NEW 10 |
| #define | IDM_OPEN 11 |
| #define | IDM_EVAL_ALL 40026 |
| #define | IDM_CLOSE 40024 |
Functions |
|
| ScripterExport void | open_script (const MCHAR *filename=NULL, edit_window *ew=NULL, const MCHAR *path=NULL) |
| ScripterExport edit_window * | show_editor_pos (const MCHAR *file_name, int pos) |
| ScripterExport edit_window * | get_editor_window (const MCHAR *file_name) |
| ScripterExport bool | show_editor_pos_ex (const MCHAR *file_name, int pos) |
| #define IDM_NEW 10 |
Definition at line 13 of file scripteditor.h.
| #define IDM_OPEN 11 |
Definition at line 14 of file scripteditor.h.
| #define IDM_EVAL_ALL 40026 |
Definition at line 15 of file scripteditor.h.
| #define IDM_CLOSE 40024 |
Definition at line 16 of file scripteditor.h.
| ScripterExport void open_script | ( | const MCHAR * | filename = NULL, |
| edit_window * | ew = NULL, |
||
| const MCHAR * | path = NULL |
||
| ) |
| ScripterExport edit_window* show_editor_pos | ( | const MCHAR * | file_name, |
| int | pos | ||
| ) |
| ScripterExport edit_window* get_editor_window | ( | const MCHAR * | file_name | ) |
| ScripterExport bool show_editor_pos_ex | ( | const MCHAR * | file_name, |
| int | pos | ||
| ) |