medit/doc/help-sections.h

38 lines
1.9 KiB
C
Raw Normal View History

2010-09-04 04:25:07 -07:00
#ifndef MOO_HELP_SECTIONS_H
#define MOO_HELP_SECTIONS_H
2010-08-30 22:19:58 -07:00
2010-09-04 04:25:07 -07:00
#define HELP_SECTION_APP_LICENSE "License.html"
#define HELP_SECTION_DIALOG_FIND "index.html"
#define HELP_SECTION_DIALOG_FIND_FILE "index.html"
#define HELP_SECTION_DIALOG_FIND_IN_FILES "index.html"
#define HELP_SECTION_DIALOG_REPLACE "index.html"
#define HELP_SECTION_DOCUMENT "Document-object.html"
#define HELP_SECTION_DOCUMENT_VIEW "DocumentView-object.html"
#define HELP_SECTION_EDITING_OPTIONS "editing_002doptions.html"
#define HELP_SECTION_FILE_SELECTOR "index.html"
2010-09-06 16:13:19 -07:00
#define HELP_SECTION_LICENSE_GPL "GNU-GPL.html"
2010-09-04 04:25:07 -07:00
#define HELP_SECTION_LICENSE_LFS "LuaFileSystem-License.html"
2010-09-06 16:13:19 -07:00
#define HELP_SECTION_LICENSE_LGPL "GNU-LGPL.html"
2010-09-04 04:25:07 -07:00
#define HELP_SECTION_LICENSE_LUA "Lua-License.html"
2010-09-06 16:13:19 -07:00
#define HELP_SECTION_LICENSE_PENLIGHT "Penlight-License.html"
2010-09-04 04:25:07 -07:00
#define HELP_SECTION_LICENSE_XDG_UTILS "xdg_002dutils-License.html"
#define HELP_SECTION_PREFS_ACCELS "index.html"
#define HELP_SECTION_PREFS_DIALOG "index.html"
#define HELP_SECTION_PREFS_FILE "Preferences-files.html"
#define HELP_SECTION_PREFS_FILE_FILTERS "prefs_002dfile_002dfilters.html"
#define HELP_SECTION_PREFS_FILE_SELECTOR "index.html"
#define HELP_SECTION_PREFS_LANGS_AND_FILTERS "prefs_002dlangs_002dand_002dfilters.html"
#define HELP_SECTION_PREFS_LANGS_OPTIONS "prefs_002dlang_002doptions.html"
#define HELP_SECTION_PREFS_PLUGINS "index.html"
#define HELP_SECTION_REGEX "Regular-expressions.html"
#define HELP_SECTION_SCRIPT "Scripting.html"
#define HELP_SECTION_SCRIPT_APPLICATION "Application-object.html"
#define HELP_SECTION_SCRIPT_DOCUMENT_WINDOW "DocumentWindow-object.html"
#define HELP_SECTION_SCRIPT_EDITOR "Editor-object.html"
#define HELP_SECTION_USER_TOOLS "User_002ddefined-Tools.html"
#define HELP_SECTION_USER_TOOLS_FILES "Storing-tools-in-files.html"
#define HELP_SECTION_USER_TOOLS_MANAGING "Managing-tools.html"
#define HELP_SECTION_USER_TOOLS_SHELL_SCRIPTS "Shell-scripts.html"
2010-08-30 22:19:58 -07:00
2010-09-04 04:25:07 -07:00
#endif /* MOO_HELP_SECTIONS_H */