commit: Insert a spans of rows and columns.

From: Martin Sevior (msevior@seviorpc.ph.unimelb.edu.au)
Date: Thu Aug 28 2003 - 04:13:49 EDT

  • Next message: Jordi Mas: "HELPUS: Russian and Hebrew translations"

    CVS:
    ----------------------------------------------------------------------
    CVS: Enter Log. Lines beginning with `CVS:' are removed automatically
    CVS:
    CVS: Committing in .
    CVS:
    CVS: Modified Files:
    CVS: src/text/fmt/xp/fv_View.cpp src/text/fmt/xp/fv_View.h
    CVS: src/text/fmt/xp/fv_View_cmd.cpp
    CVS: src/wp/ap/xp/ap_EditMethods.cpp src/wp/ap/xp/ap_String_Id.h
    CVS:
    ----------------------------------------------------------------------
    Allow multiple columns rows to be inserted by selecting a range of
    cells.
    Strings changed to reflect the new functionality.

    This fixes bug 4760. Now if you select a range of cells and do insert
    rows or insert columns the number of rows or columns in your selected
    range will be inserted.

    This is similar to how spread sheets operate.

    Note that I changed the English strings to the plural form to reflect
    this new ability.

    dcl(MENU_LABEL_TABLE_INSERT_COLUMNS_BEFORE, "Columns &Left")
    dcl(MENU_LABEL_TABLE_INSERT_COLUMNS_AFTER, "Columns &Right")
    dcl(MENU_LABEL_TABLE_INSERTCOLUMN, "Insert &Columns")
    dcl(MENU_LABEL_TABLE_INSERT_ROWS_BEFORE, "Rows &Above")
    dcl(MENU_LABEL_TABLE_INSERT_ROWS_AFTER, "Rows &Below")
    dcl(MENU_LABEL_TABLE_INSERTROW, "Insert &Rows")

    Sorry Translators :-(

    Martin



    This archive was generated by hypermail 2.1.4 : Thu Aug 28 2003 - 03:23:34 EDT