multippt/cs2103aug12-w10-4s

UI Button enhancement

Closed this issue · 3 comments

Remove button should remove the task immediately. This is so that if I'm doing 
a search filter, I can remove several tasks efficiently without needing to 
retype the filter for every remove.

Double (or single) click to edit the item. Clicking on change button can also 
do the trick. Editing of this item can be done in-place via a textbox.

If the command do not have alias, do not display "alias: none", simply display 
nothing. This is to reduce the redundant information shown.

Original issue reported on code.google.com by ready...@gmail.com on 27 Oct 2012 at 3:19

First and third items mentioned here are fixed as of rev c7ee8cbf3e72 on the ui 
branch.

Regarding the second item: the change button was implemented as a replacement 
for double-clicking to edit. Having both is redundant (and double-click to edit 
is non-obvious.)

Considering adding in-line editing as discussed, but am internally debating as 
to whether it adds value without detracting from the core intention of the 
product (a command-based task manager).

Original comment by jchen...@gmail.com on 28 Oct 2012 at 10:05

Original comment by jchen...@gmail.com on 4 Nov 2012 at 2:03

  • Changed state: Started
  • Added labels: Milestone-v0.4
In-line editing is in as of rev fb544aaeb3f8 on ui branch.

Original comment by jchen...@gmail.com on 4 Nov 2012 at 4:48

  • Changed state: Done