RiverWare 6.5: Table Row/Column Label Editor Dialog: Tabular Clipboard Copy/Paste
Phil Weinstein, CADSWES, edit: 3-25-2014
Project: BOR Truckee (Phil's March 2014 Tasks)

Table Row/Column Label Editor Dialog:
    Added Context Menu with Copy/Paste/Clear

      

In RiverWare 6.4 and prior versions, the Table Slot Row/Column Label Editor Dialog did not have a context menu. It is used for editing either Row or Column labels for a particular Table Slot. The dialog presents a single column of editable cells, one cell per Table Slot row or column.

A context menu has been added with these three operations:

  1. Copy -- copies the text in the selected cells to the system clipboard, one cell per line.
  2. Paste -- copies the text lines in the system clipboard to the selected cells, up to the number of lines in the clipboard. Only the selected cells are changed.
  3. Clear -- clears the selected cells.

All three operate on the selected label text cells, and are enabled only if at least one cell is selected and all selected cells are contiguous. Additionally, the "Paste" operation is enabled only if the system clipboard contains at least one line of text.

Note that Table Slots only on Data Objects have user-editable labels.

---