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"
|
2010-09-06 16:36:50 -07:00
|
|
|
#define HELP_SECTION_EDITING_OPTIONS "Options-for-editing-text.html"
|
2010-09-04 04:25:07 -07:00
|
|
|
#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"
|
2010-09-06 16:36:50 -07:00
|
|
|
#define HELP_SECTION_PREFS_FILE "meditrc.html"
|
|
|
|
#define HELP_SECTION_PREFS_FILE_FILTERS "File-filters-tab.html"
|
2010-09-04 04:25:07 -07:00
|
|
|
#define HELP_SECTION_PREFS_FILE_SELECTOR "index.html"
|
2010-09-06 16:36:50 -07:00
|
|
|
#define HELP_SECTION_PREFS_LANGS_AND_FILTERS "Preferences.html"
|
|
|
|
#define HELP_SECTION_PREFS_LANGS_OPTIONS "Language-options-tab.html"
|
2010-09-04 04:25:07 -07:00
|
|
|
#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"
|
2010-09-06 16:36:50 -07:00
|
|
|
#define HELP_SECTION_USER_TOOLS "User_002ddefined-tools.html"
|
2010-09-04 04:25:07 -07:00
|
|
|
#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 */
|