- The 'udas' command now accepts a filter, and reports UDA usage counts.
- The 'udas' command also detects and lists orphaned UDAs and usage counts.
This commit is contained in:
Paul Beckingham 2012-07-04 13:42:36 -04:00
parent 19cfd5453d
commit 1b329d34b3
3 changed files with 55 additions and 2 deletions

View file

@ -187,6 +187,8 @@
#define STRING_COLUMN_LABEL_TYPE "Type"
#define STRING_COLUMN_LABEL_LABEL "Label"
#define STRING_COLUMN_LABEL_VALUES "Allowed Values"
#define STRING_COLUMN_LABEL_UDACOUNT "Usage Count"
#define STRING_COLUMN_LABEL_ORPHAN "Orphan UDA"
// Column Examples
#define STRING_COLUMN_EXAMPLES_TAGS "home @chore"
@ -315,6 +317,8 @@
#define STRING_CMD_UDAS_NO "No UDAs defined."
#define STRING_CMD_UDAS_SUMMARY "{1} UDA defined"
#define STRING_CMD_UDAS_SUMMARY2 "{1} UDAs defined"
#define STRING_CMD_UDAS_ORPHAN "{1} Orphan UDA"
#define STRING_CMD_UDAS_ORPHANS "{1} Orphan UDAs"
#define STRING_CMD_DELETE_USAGE "Deletes the specified task"
#define STRING_CMD_DELETE_CONFIRM "Permanently delete task {1} '{2}'?"