From a01ff241e2b9e9894fe2d8942b3b00fa380f939b Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Mon, 5 May 2008 07:52:48 +0000 Subject: [PATCH] Add context menu for outline operations. Choice of words might not be best. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24610 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/ui/stdcontext.inc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/ui/stdcontext.inc b/lib/ui/stdcontext.inc index 92b06a00d4..8bd408b24c 100644 --- a/lib/ui/stdcontext.inc +++ b/lib/ui/stdcontext.inc @@ -249,6 +249,11 @@ Menuset Item "Move Paragraph Up|o" "paragraph-move-up" Item "Move Paragraph Down|v" "paragraph-move-down" Separator + OptItem "Promote Section|r" "outline-in" + OptItem "Demote Section|m" "outline-out" + OptItem "Move Section down|d" "outline-down" + OptItem "Move Section up|u" "outline-up" + Separator Item "Apply Last Text Style|A" "font-free-apply" Submenu "Text Style|S" "edit_textstyles" Item "Paragraph Settings...|P" "layout-paragraph"