# HG changeset patch # User Henry S. Thompson # Date 1497265862 -7200 # Node ID e46b3efbe84568d4a47b5745cff9e6d9911b6d3e # Parent 2da454c30b4758bed9b1f97ab8e35bf9ed6f5c1e start work on annotation menu desing diff -r 2da454c30b47 -r e46b3efbe845 annotate.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/annotate.xml Mon Jun 12 13:11:02 2017 +0200 @@ -0,0 +1,30 @@ + + + + + + Spreadsheet annotation spec + Henry S. Thompson + $Id$ + + +
+ Introduction +

This is a first pass at defining an annotation menu structure for +spreadsheets. The assumption is that we'll have an 'Annotate' entry in the Excel +right-button menu for selected regions, which will pop up region-appropriate +menus.

+
+
+ Top-level menus +

Right-clicking 'Annotate' when over a selected range will create a new +defined name of the form _Xnnn, where X is one of R, +C or M for rows (horizontal range +selection), columns (vertical range selection) or +matrix (for two-dimensional range selection) respectively, and +nnn is a serial number for the relevant selection type.

+ If the selection is a single cell I guess we try popping up a selection type menu, +with choices 'Row', 'Column', 'Matrix' and 'None' (the latter resulting in _Nnnn). +
+ +