Updated documentation.
[kdbg.git] / kdbg / commandids.h
blob7ada462c3a519dc48c430a87b8f9761ea38c4844
1 // $Id$
3 // Copyright by Johannes Sixt
4 // This file is under GPL, the GNU General Public Licence
6 #ifndef COMMANDIDS_H
7 #define COMMANDIDS_H
9 #define ID_FILE_OPEN 1
10 #define ID_FILE_RELOAD 2
11 #define ID_FILE_SAVE 3
12 #define ID_FILE_SAVEAS 4
13 #define ID_FILE_SAVE_URL 5
14 #define ID_FILE_CLOSE 6
15 #define ID_FILE_EXECUTABLE 7
16 #define ID_FILE_QUIT 8
17 #define ID_FILE_COREFILE 9
18 #define ID_FILE_GLOBAL_OPTIONS 10
20 #define ID_PROGRAM_RUN 20
21 #define ID_PROGRAM_STEP 21
22 #define ID_PROGRAM_NEXT 22
23 #define ID_PROGRAM_FINISH 23
24 #define ID_PROGRAM_UNTIL 24
25 #define ID_PROGRAM_BREAK 25
26 #define ID_PROGRAM_ARGS 26
27 #define ID_PROGRAM_RUN_AGAIN 27
28 #define ID_PROGRAM_ATTACH 28
29 #define ID_PROGRAM_DETACH 29
30 #define ID_PROGRAM_KILL 30
32 #define ID_BRKPT_SET 40
33 #define ID_BRKPT_TEMP 41
34 #define ID_BRKPT_ENABLE 42
35 #define ID_BRKPT_LIST 45
37 #define ID_EDIT_COPY 50
38 #define ID_EDIT_PASTE 51
39 #define ID_EDIT_CUT 52
40 #define ID_EDIT_SEARCH 53
41 #define ID_EDIT_SEARCHAGAIN 54
43 #define ID_VIEW_TOOLBAR 60
44 #define ID_VIEW_STATUSBAR 61
45 #define ID_VIEW_FINDDLG 62
46 #define ID_VIEW_SOURCE 63
47 #define ID_VIEW_STACK 64
48 #define ID_VIEW_LOCALS 65
49 #define ID_VIEW_WATCHES 66
50 #define ID_VIEW_REGISTERS 67
51 #define ID_VIEW_THREADS 68
52 #define ID_VIEW_OUTPUT 69
54 #define ID_HELP_ABOUT 100
55 #define ID_HELP_HELP 101
57 // 0x101..0x10f are window menu entries
58 #define ID_WINDOW_MORE 0x100
59 #define ID_WINDOW_INDEX_MASK 0xf
61 // statusbar ids
62 #define ID_STATUS_MSG 191
63 #define ID_STATUS_BUSY 192
64 #define ID_STATUS_ACTIVE 193
65 #define ID_STATUS_LINENO 194
66 #endif // COMMANDIDS_H