Menu

#7 Sum remove features

open-accepted
Interface (3)
5
2005-03-25
2004-09-27
Aaron Hamid
No

Sum->Remove needs to work on Element tab. The
table needs to support multiple selection. Currently
it repops-up the popup menu.

Discussion

  • Aaron Hamid

    Aaron Hamid - 2005-03-25

    Logged In: YES
    user_id=1290

    Looks like it has been disabled pending "undo" support:

    in corina.editor.EditorSumMenu:

    // remove item
    remMenu = Builder.makeMenuItem("element_remove");
    remMenu.addActionListener(new AbstractAction() {
    public void actionPerformed(ActionEvent e) {
    // DISABLED: elemPanel.removeSelectedRows();
    // fixme: make this undoable
    }
    });
    add(remMenu);

     
  • Aaron Hamid

    Aaron Hamid - 2005-03-25
    • labels: --> Interface
    • assigned_to: nobody --> aaron
    • status: open --> open-accepted
     
MongoDB Logo MongoDB