commit eb66e68ed5d2f72de640b2dd374a3ad92d9852e6
Author: Enrico Forestieri <[email protected]>
Date:   Sun May 19 11:45:13 2019 +0200

    Add submenu to math context menu
    
    The "Rows & Columns" optional submenu is more easily accessible in
    the math context menu rather having to navigate to the "Edit" menu.
    All possible accelerators are already taken, so use the space bar.
    
    (cherry picked from commit ff7eb0eb387dd3d9631309e6ce58e0eeb38f6d5c)
---
 lib/ui/stdcontext.inc |    2 ++
 status.23x            |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/lib/ui/stdcontext.inc b/lib/ui/stdcontext.inc
index de3b48c..1302148 100644
--- a/lib/ui/stdcontext.inc
+++ b/lib/ui/stdcontext.inc
@@ -62,6 +62,8 @@ Menuset
                Separator
                Submenu "Insert|s" "insert_math_context"
                Separator
+               OptSubmenu "Rows & Columns| " "edit_tabular_features"
+               Separator
                OptItem "Add Line Above|o" "tabular-feature add-hline-above"
                OptItem "Add Line Below|B" "tabular-feature add-hline-below"
                OptItem "Delete Line Above|v" "tabular-feature 
delete-hline-above"
diff --git a/status.23x b/status.23x
index 245a1cd..349dd03 100644
--- a/status.23x
+++ b/status.23x
@@ -27,6 +27,7 @@ What's new
 
 * USER INTERFACE
 
+The "Rows & Columns" optional submenu has been added to the math context menu.
 
 
 

Reply via email to