imdone-atom
imdone-atom copied to clipboard
Show "delete" button for custom tokens even when they are being used
Let's say I have several files with comments that start with EXAMPLE
. If I create a token called EXAMPLE
in imdone and then decide to delete it, I can't do it via the GUI; I have to do so either by manually editing config.json
(not hard, I know) or by deleting every occurrence of "EXAMPLE" and then clicking the correspondent "delete <TOKEN>" button on the tasks tab.
The issue here is that the "delete" button is only visible if the list is empty. I can understand this behavior when it comes to default tokens (TODO
, REVIEW
, etc.), but I don't think this should be happening with custom ones.
I like this. I'm working on a major release at the moment, but plan to do a soft launch. I can put it in after that.
Great to know, thanks!