Comments
Martin Matula <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.tasklist.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, I started to use the tasklist module and it is really cool - I love it. I have just two comments: 1) I think it would be much better if the Source Tasks were persistent rather than transient. They could be added lazily as user opens various files in editor or ad hoc by invoking action like "Scan sources" on a directory or filesystem. Marking items as done/removing them could be done by a very low priority thread in large intervals (1 hour or more) and when the file is open/changed. Then it will be good to show Filename column in the list (currently it does not make sense nor as an optional column). 2) This is more a UI issue - I think the task icons are misleading. None of the icons for incomplete tasks should contain checkmark (no matter if its red or of some other color). Checkmark should be present only on icons for tasks marked as done. So e.g. for the Source Tasks, it would be better to have just icon containing the paper sheet (without the check mark) for done==false. Regards, Martin