480Oswego2013 / CSC-HCI-480-2013-repo

8 stars 8 forks source link

Close tab feature. #5

Closed mkhayes closed 11 years ago

mkhayes commented 11 years ago

It would be nice if we could close tabs. I think a simple "x" button on the right side of the tab will do. This might be a good task for someone who hasn't done any GWT programming yet.

ibarnick commented 11 years ago

Some of this functionality has been implemented on the GWT branch. The development is still ongoing though so it hasn't been merged over yet.

kevinwinahradsky commented 11 years ago

This should be pretty doable on the uibinder branch now

patricktoohey commented 11 years ago

I believe this is closed. Nick, please review; specifically take a look at close method in DoublePanelActivity.java.

ibarnick commented 11 years ago

Looks good. The close tab functionality seemed to have gotten lost in a recent merge commit but it's back now.

Marking as closed.