mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Forgot these.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29682 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
14eeb2bdc5
commit
a8682e3f5f
@ -42,7 +42,7 @@ The following new LyX functions have been introduced:
|
||||
|
||||
- LFUN_CHANGE_PREVIOUS ("change-previous").
|
||||
|
||||
- LFUN_INSERT_LABEL_AS_REF ("insert-label-as-reference").
|
||||
- LFUN_LABEL_INSERT_AS_REF ("label-insert-as-reference").
|
||||
|
||||
- LFUN_SECTION_SELECT ("section-select").
|
||||
|
||||
|
@ -45,6 +45,7 @@ Menuset
|
||||
Separator
|
||||
OptItem "Equation Label|L" "label-insert"
|
||||
OptItem "Toggle Labeling/Numbering|T" "math-number-toggle"
|
||||
OptItem "Copy as Reference|R" "copy-label-as-reference"
|
||||
Separator
|
||||
Item "Split Cell|C" "cell-split"
|
||||
Separator
|
||||
@ -422,8 +423,8 @@ Menuset
|
||||
#
|
||||
|
||||
Menu "context-toc-label"
|
||||
OptItem "Copy Label as Reference|C" "copy-label-as-reference"
|
||||
OptItem "Insert Reference at Cursor Position|I" "insert-label-as-reference"
|
||||
OptItem "Copy as Reference|C" "copy-label-as-reference"
|
||||
OptItem "Insert Reference at Cursor Position|I" "label-insert-as-reference"
|
||||
Separator
|
||||
Item "Settings...|S" "inset-settings"
|
||||
End
|
||||
|
@ -3270,11 +3270,11 @@ void LyXAction::init()
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_LABEL_INSERT_AS_REF
|
||||
* \li Action: Inserts the label as a cross-reference at the position of the cursor.
|
||||
* \li Syntax: insert-label-as-reference
|
||||
* \li Syntax: label-insert-as-reference
|
||||
* \li Origin: vfr, 7 Apr 2009
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_LABEL_INSERT_AS_REF, "insert-label-as-reference", Noop, Edit},
|
||||
{ LFUN_LABEL_INSERT_AS_REF, "label-insert-as-reference", Noop, Edit},
|
||||
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_BUFFER_ZOOM_IN
|
||||
|
Loading…
Reference in New Issue
Block a user