#ifndef MOO_HELP_SECTIONS_H #define MOO_HELP_SECTIONS_H #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" #define HELP_SECTION_LICENSE_GPL "GNU-GPL.html" #define HELP_SECTION_LICENSE_LFS "LuaFileSystem-License.html" #define HELP_SECTION_LICENSE_LGPL "GNU-LGPL.html" #define HELP_SECTION_LICENSE_LUA "Lua-License.html" #define HELP_SECTION_LICENSE_PENLIGHT "Penlight-License.html" #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" #endif /* MOO_HELP_SECTIONS_H */