Propogate colors to new windows on opening (744294)
[nedit.git] / source / help_topic.h
blob2fdaf2b20f6d9420b28b27bacfbc76235bc36a09
1 /*******************************************************************************
2 * *
3 * help_topic.h -- Nirvana Editor help display *
4 * *
5 Generated on May 25, 2003 (Do NOT edit!)
6 Source of content from file help.etx
7 * *
8 * Copyright (c) 1999-2003 Mark Edel *
9 * *
10 * This is free software; you can redistribute it and/or modify it under the *
11 * terms of the GNU General Public License as published by the Free Software *
12 * Foundation; either version 2 of the License, or (at your option) any later *
13 * version. *
14 * *
15 * This software is distributed in the hope that it will be useful, but WITHOUT *
16 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or *
17 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License *
18 * for more details. *
19 * *
20 * You should have received a copy of the GNU General Public License along with *
21 * software; if not, write to the Free Software Foundation, Inc., 59 Temple *
22 * Place, Suite 330, Boston, MA 02111-1307 USA *
23 * *
24 * Nirvana Text Editor *
25 * September 10, 1991 *
26 * *
27 * Written by Mark Edel *
28 * *
29 *******************************************************************************/
31 #define MAX_HEADING 3
32 #define STL_HD 16+1
33 #define STL_LINK 16
34 #define STL_NM_HEADER 'R'
35 #define STL_NM_LINK 'Q'
36 #define STYLE_MARKER '\01'
37 #define STYLE_PLAIN 'A'
38 #define TKN_LIST_SIZE 4
40 enum HelpTopic {
41 HELP_START,
42 HELP_SELECT,
43 HELP_SEARCH,
44 HELP_CLIPBOARD,
45 HELP_MOUSE,
46 HELP_KEYBOARD,
47 HELP_FILL,
48 HELP_FORMAT,
49 HELP_PROGRAMMER,
50 HELP_TABS,
51 HELP_INDENT,
52 HELP_SYNTAX,
53 HELP_TAGS,
54 HELP_CALLTIPS,
55 HELP_BASICSYNTAX,
56 HELP_ESCAPESEQUENCES,
57 HELP_PARENCONSTRUCTS,
58 HELP_ADVANCEDTOPICS,
59 HELP_EXAMPLES,
60 HELP_SHELL,
61 HELP_LEARN,
62 HELP_MACRO_LANG,
63 HELP_MACRO_SUBRS,
64 HELP_RANGESET,
65 HELP_HILITEINFO,
66 HELP_ACTIONS,
67 HELP_CUSTOMIZE,
68 HELP_PREFERENCES,
69 HELP_RESOURCES,
70 HELP_BINDING,
71 HELP_PATTERNS,
72 HELP_SMART_INDENT,
73 HELP_COMMAND_LINE,
74 HELP_SERVER,
75 HELP_RECOVERY,
76 HELP_VERSION,
77 HELP_DISTRIBUTION,
78 HELP_MAILING_LIST,
79 HELP_DEFECTS,
80 HELP_TABS_DIALOG,
81 HELP_CUSTOM_TITLE_DIALOG,
82 HELP_LAST_ENTRY,
83 HELP_none = 0x7fffffff /* Illegal topic */
86 #define NUM_TOPICS HELP_LAST_ENTRY