benrhughes / todotxt.net

An implementation of todo.txt for Windows using the .NET framework
http://benrhughes.github.io/todotxt.net/
Other
500 stars 123 forks source link

better filter preset labels ?? #391

Closed jsb111 closed 5 years ago

jsb111 commented 5 years ago

Would it be possible to show the actual filter text rather the the filter number in filter menu? I think that would be conveinient for many users.

    <RoutedUICommand x:Key="DefineFilters" Text="Define Filters" />
    <RoutedUICommand x:Key="RemoveFilter" Text="Remove Filter" />
    <RoutedUICommand x:Key="ApplyFilterPreset1" Text=**"Apply Preset Filter 1"** />
    <RoutedUICommand x:Key="ApplyFilterPreset2" Text="Apply Preset Filter 2" />
    <RoutedUICommand x:Key="ApplyFilterPreset3" Text="Apply Preset Filter 3" />
    <RoutedUICommand x:Key="ApplyFilterPreset4" Text="Apply Preset Filter 4" />
    <RoutedUICommand x:Key="ApplyFilterPreset5" Text="Apply Preset Filter 5" />
    <RoutedUICommand x:Key="ApplyFilterPreset6" Text="Apply Preset Filter 6" />
    <RoutedUICommand x:Key="ApplyFilterPreset7" Text="Apply Preset Filter 7" />
    <RoutedUICommand x:Key="ApplyFilterPreset8" Text="Apply Preset Filter 8" />
    <RoutedUICommand x:Key="ApplyFilterPreset9" Text="Apply Preset Filter 9" />