mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Move similar LFUNs to one place.
This commit is contained in:
parent
d63b137ae6
commit
d1297047e7
@ -2675,17 +2675,6 @@ void LyXAction::init()
|
||||
*/
|
||||
{ LFUN_VIEW_SPLIT, "view-split", ReadOnly, Buffer },
|
||||
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_TAB_GROUP_CLOSE
|
||||
* \li Action: Close the current tab group.
|
||||
* \li Notion: This only closes the work areas, not the buffers themselves.
|
||||
The still opened buffers can be visualized in another tab group.
|
||||
* \li Syntax: tab-group-close
|
||||
* \li Origin: Abdel, 21 Feb 2008
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_TAB_GROUP_CLOSE, "tab-group-close", ReadOnly, Buffer },
|
||||
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_VIEW_CLOSE
|
||||
* \li Action: Close the current document work area.
|
||||
@ -2697,6 +2686,17 @@ void LyXAction::init()
|
||||
*/
|
||||
{ LFUN_VIEW_CLOSE, "view-close", ReadOnly, Buffer },
|
||||
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_TAB_GROUP_CLOSE
|
||||
* \li Action: Close the current tab group.
|
||||
* \li Notion: This only closes the work areas, not the buffers themselves.
|
||||
The still opened buffers can be visualized in another tab group.
|
||||
* \li Syntax: tab-group-close
|
||||
* \li Origin: Abdel, 21 Feb 2008
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_TAB_GROUP_CLOSE, "tab-group-close", ReadOnly, Buffer },
|
||||
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_DIALOG_SHOW
|
||||
* \li Action: Shows hidden dialog or creates new one for a given function/inset settings etc.
|
||||
|
Loading…
Reference in New Issue
Block a user