From 5a4f93f4138be98f17f3b3c4e000842e04cce4dc Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Wed, 23 Jul 2008 01:22:47 +0000 Subject: [PATCH] Formating issues to get some sensible issue. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25819 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 104 +++++++++++++++++++++++----------------------- 1 file changed, 53 insertions(+), 51 deletions(-) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index cc3b9c2ca8..0ec7f82403 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -6,7 +6,7 @@ * \author Lars Gullik Bjřnnes * \author Jean-Marc Lasgouttes * \author John Levon - * \author André Pönitz + * \author Andre Pönitz * \author Pavel Sanda * * Full author contact details are available in file CREDITS. @@ -198,7 +198,7 @@ void LyXAction::init() * \var lyx::FuncCode lyx::LFUN_ACCENT_TIE * \li Action: Adds a tie \htmlonly (a͡)\endhtmlonly over the next two character typed. - * \li Notion: the following char will finish the tie. + * \li Notion: The following char will finish the tie. * \li Syntax: accent-tie * \endvar */ @@ -315,7 +315,7 @@ void LyXAction::init() * \var lyx::FuncCode lyx::LFUN_OPTIONAL_INSERT * \li Action: Inserts an optional-argument (short title) inset. * \li Syntax: optional-insert - * \li Origin: Martin, 12 Aug 2002 + * \li Origin: vermeer, 12 Aug 2002 * \endvar */ { LFUN_OPTIONAL_INSERT, "optional-insert", Noop, Edit }, @@ -323,14 +323,14 @@ void LyXAction::init() * \var lyx::FuncCode lyx::LFUN_LINE_INSERT * \li Action: Inserts a horizontal line. * \li Syntax: line-insert - * \li Origin: poenitz, Oct 27 2003 + * \li Origin: Andre, Oct 27 2003 * \endvar */ { LFUN_LINE_INSERT, "line-insert", Noop, Edit }, /*! * \var lyx::FuncCode lyx::LFUN_NEWPAGE_INSERT * \li Action: Inserts a new page. - * \li Syntax: newpage-insert + * \li Syntax: newpage-insert * \li Params: : default: newpage * \li Origin: uwestoehr, 24 Nov 2007 * \endvar @@ -349,7 +349,8 @@ void LyXAction::init() * \li Action: Inserts a single unicode character. * \li Syntax: unicode-insert * \li Params: : The character to insert, given as its code - point, in hexadecimal, e.g.: unicode-insert 0x0100. + point, in hexadecimal. + * \li Sample: unicode-insert 0x0100 * \li Origin: Lgb, 22 Oct 2006 * \endvar */ @@ -379,7 +380,7 @@ void LyXAction::init() * \li Notion: Apart from lfun arguments you can use the following method: \n 1. input the type and argument of this inset, e.g. "menu paste", in the work area.\n - 2. select the text and run info-insert lfun.\n + 2. select the text and run info-insert lfun. * \li Syntax: info-insert * \li Params: : shortcut|lyxrc|package|textclass|menu|buffer \n : argument for a given type. Look into InsetInfo.h for detailed @@ -417,7 +418,7 @@ void LyXAction::init() course create some yourself. \n For dissolving the element see #LFUN_INSET_DISSOLVE. * \li Syntax: flex-insert - * \li Params: TYPE: CharStyle|Custom|Element|Standard + * \li Params: TYPE: CharStyle|Custom|Element|Standard \n Identifies whether this is a Character Style, a Custom Inset or an XML Element, and which dynamical sub-menu this flex inset is in on the LyX menu tree. @@ -491,7 +492,7 @@ void LyXAction::init() * \li Action: Inserts Index entry. * \li Notion: It automatically takes the word on the cursor position. * \li Syntax: index-insert - * \li Origin: Angus, 3 Aug 2000 + * \li Origin: leeming, 3 Aug 2000 * \endvar */ { LFUN_INDEX_INSERT, "index-insert", Noop, Edit }, @@ -544,7 +545,7 @@ void LyXAction::init() to a different type (target) fot the current document. * \li Syntax: notes-mutate * \li Params: : Note|Comment|Greyedout - * \li Origin: ps, 18 Jun 2008 + * \li Origin: sanda, 18 Jun 2008 * \endvar */ { LFUN_NOTES_MUTATE, "notes-mutate", Argument, Edit }, @@ -633,7 +634,7 @@ void LyXAction::init() * \li Syntax: scroll * \li Params: : line|page\n : up|down| - * \li Origin: Abdelrazak Younes, Dec 27 2007 + * \li Origin: Abdel, Dec 27 2007 * \endvar */ { LFUN_SCROLL, "scroll", ReadOnly, Edit }, @@ -805,7 +806,7 @@ void LyXAction::init() * \li Params: : data encoded from Find dialog (see #lyx::find2string()). If no parameter is given, search with last find-dialog data is used for search (i.e. find-next). - * \li Origin: poenitz, Jan 7 2004 + * \li Origin: Andre, Jan 7 2004 * \endvar */ { LFUN_WORD_FIND, "word-find", ReadOnly, Edit }, @@ -817,7 +818,7 @@ void LyXAction::init() " \n \n " - * \li Origin: poenitz, Jan 7 2004 + * \li Origin: Andre, Jan 7 2004 * \endvar */ { LFUN_WORD_REPLACE, "word-replace", Noop, Edit }, @@ -896,7 +897,7 @@ void LyXAction::init() * \var lyx::FuncCode lyx::LFUN_WORD_SELECT * \li Action: Puts the word where the cursor stands into the selection. * \li Syntax: word-select - * \li Author: Andre, 11 Sep 2002 + * \li Origin: Andre, 11 Sep 2002 * \endvar */ { LFUN_WORD_SELECT, "word-select", ReadOnly, Edit }, @@ -1059,7 +1060,7 @@ void LyXAction::init() * \var lyx::FuncCode lyx::LFUN_REPEAT * \li Action: Repeat the given command. * \li Syntax: repeat - * \li Author: poenitz, 27 Oct 2003 + * \li Origin: Andre, , 27 Oct 2003 * \endvar */ { LFUN_REPEAT, "repeat", NoBuffer, Edit }, @@ -1067,7 +1068,7 @@ void LyXAction::init() * \var lyx::FuncCode lyx::LFUN_CHARS_TRANSPOSE * \li Action: Transposes the character at the cursor with the one before it. * \li Syntax: chars-transpose - * \li Author: Lgb, 25 Apr 2001 + * \li Origin: Lgb, 25 Apr 2001 * \endvar */ { LFUN_CHARS_TRANSPOSE, "chars-transpose", Noop, Edit }, @@ -1165,7 +1166,7 @@ void LyXAction::init() * \var lyx::FuncCode lyx::LFUN_FONT_SIZE * \li Action: Sets font size according to lyx format string. * \li Syntax: font-size - * \li Params: : tiny|scriptsize|footnotesize|small|normal|large|larger| + * \li Params: : tiny|scriptsize|footnotesize|small|normal|large|larger|\n largest|huge|giant|increase|decrease|default * \endvar */ @@ -1342,7 +1343,7 @@ void LyXAction::init() * \var lyx::FuncCode lyx::LFUN_MARK_TOGGLE * \li Action: Toggle between #LFUN_MARK_ON and #LFUN_MARK_OFF . * \li Syntax: mark-toggle - * \li Origin: poenitz, May 5 2006 + * \li Origin: Andre, May 5 2006 * \endvar */ { LFUN_MARK_TOGGLE, "mark-toggle", ReadOnly, Edit }, @@ -1433,7 +1434,7 @@ void LyXAction::init() * \li Syntax: math-mutate * \li Params: : none|simple|equation|eqnarray|align|alignat|xalignat|xxalignat| multline|gather|flalign - * \li Origin: Andre', 23 May 2001 + * \li Origin: Andre, 23 May 2001 * \endvar */ { LFUN_MATH_MUTATE, "math-mutate", Noop, Math }, @@ -1445,7 +1446,7 @@ void LyXAction::init() * \li Params: : negative spaces: !|negmedspace|negthickspace \n positive spaces: ,|:|;|quad|qquad \n "," used by default. - * \li Origin: Andre', 25 Jul 2001; ps, 16 Jun 2008 + * \li Origin: Andre, 25 Jul 2001; sanda, 16 Jun 2008 * \endvar */ { LFUN_MATH_SPACE, "math-space", Noop, Math }, @@ -1499,7 +1500,7 @@ void LyXAction::init() * \li Params: : octave|maxima|maple|mathematica|script \n where "script" stands fot the external script (normalized expression will be passed) - * \li Origin: Andre', 24 Apr 2001 + * \li Origin: Andre, 24 Apr 2001 * \li Sample: math-extern maple simplify * \endvar */ @@ -1509,7 +1510,7 @@ void LyXAction::init() * \li Action: Changes arbitrarily the size used by math fonts inside a context. * \li Notion: Provides an interface to the LaTeX math mode font size commands. * \li Syntax: math-size