mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
GuiView.cpp, LyXAction.cpp: sort entries
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29659 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ada03a9682
commit
152b32684d
@ -2527,10 +2527,10 @@ void LyXAction::init()
|
||||
* \li Syntax: dialog-show <NAME> [<DATA>]
|
||||
* \li Params: <NAME>: aboutlyx|bibitem|bibtex|box|branch|changes|character|citation|\n
|
||||
document|errorlist|ert|external|file|findreplace|float|graphics|\n
|
||||
include|index|info|nomenclature|label|listings|log|mathdelimiter|\n
|
||||
href|include|index|info|nomenclature|label|listings|log|mathdelimiter|\n
|
||||
mathmatrix|note|paragraph|phantom|prefs|print|ref|sendto|space|\n
|
||||
spellchecker|symbols|tabular|tabularcreate|thesaurus|texinfo|toc|href|\n
|
||||
view-source|vspace|wrap|<SPECIAL> \n
|
||||
spellchecker|symbols|tabular|tabularcreate|thesaurus|texinfo|toc|\n
|
||||
view-source|vspace|wrap|<SPECIAL> \n
|
||||
<SPECIAL>: latexlog|vclog \n
|
||||
<DATA>: data, usually settings for the given dialog. Use debug mode for the
|
||||
details.
|
||||
|
@ -2417,11 +2417,12 @@ namespace {
|
||||
char const * const dialognames[] = {
|
||||
"aboutlyx", "bibitem", "bibtex", "box", "branch", "changes", "character",
|
||||
"citation", "document", "errorlist", "ert", "external", "file", "findreplace",
|
||||
"float", "graphics", "include", "index", "index_print", "info", "nomenclature",
|
||||
"label", "log", "mathdelimiter", "mathmatrix", "mathspace", "note", "paragraph",
|
||||
"phantom", "prefs", "print", "ref", "sendto", "space", "spellchecker",
|
||||
"symbols", "tabular", "tabularcreate", "thesaurus", "texinfo", "toc", "href",
|
||||
"view-source", "vspace", "wrap", "listings", "findreplaceadv" };
|
||||
"findreplaceadv", "float", "graphics", "href", "include", "index",
|
||||
"index_print", "info", "listings", "label", "log", "mathdelimiter",
|
||||
"mathmatrix", "mathspace", "nomenclature", "note", "paragraph", "phantom",
|
||||
"prefs", "print", "ref", "sendto", "space", "spellchecker", "symbols",
|
||||
"tabular", "tabularcreate", "thesaurus", "texinfo", "toc", "view-source",
|
||||
"vspace", "wrap", " };
|
||||
|
||||
char const * const * const end_dialognames =
|
||||
dialognames + (sizeof(dialognames) / sizeof(char *));
|
||||
|
Loading…
Reference in New Issue
Block a user