#12554 closed enhancement (fixed)
Disable storing last used values for some tags
Reported by: | Zverikk | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 16.04 |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
Some tags, like roof:colour, or addr:housenumber, or pk, or ref, rarely repeat, and just take up space in the last used tags list (in the tag editor dialog), which is quite short. Could you please make an option to exclude some keys from that list?
Attachments (1)
Change History (19)
comment:1 by , 9 years ago
comment:2 by , 9 years ago
The idea is to keep the list small, by not showing key-value pairs that won't be used again. These pairs shift useful pairs off the list, so hiding them doesn't help.
comment:3 by , 9 years ago
@Zverikk: Hiding the tags with "useless" values would sure help. ;)
Thanks for posting this ticket so I don't have to.
follow-up: 9 comment:4 by , 9 years ago
A criterion to decide "useless" keys/values without having to maintain yet-another key-list in the code is welcome :)
comment:5 by , 9 years ago
@simon04: I would be satisfied with a filter the user can configure to his own liking.
comment:7 by , 9 years ago
Or an ignore system similar to the validation errors: right click on a recent tag → "ignore key", "ignore tag"?
comment:8 by , 9 years ago
Replying to Don-vip:
Maybe only keys with values defined in presets?
For housenumbers and colours this wouldn't work.
There is no addr:housenumber=77Q nor roof:colour=89ab12 and similar stuff set as preset.
follow-up: 10 comment:9 by , 9 years ago
Replying to simon04:
A criterion to decide "useless" keys/values without having to maintain yet-another key-list in the code is welcome :)
I don't think it is possible:
addr:street=*
-> keepaddr:housenumber=*
-> ignoreheight=*
-> keep (?)- ...
Replying to simon04:
Or an ignore system similar to the validation errors: right click on a recent tag → "ignore key", "ignore tag"?
Sounds good.
comment:10 by , 9 years ago
Just a thought: even when tagging the same housenumber twice seems unlikely, I maybe want to see it in the list anyway, because I maybe want to click on it to set the key and just adjust the value. So user should decide, which tags he wants to hide.
Replying to bastiK:
Replying to simon04:
Or an ignore system similar to the validation errors: right click on a recent tag → "ignore key", "ignore tag"?
Sounds good.
yes.
comment:11 by , 9 years ago
Milestone: | → 16.03 |
---|
by , 9 years ago
Attachment: | 2016-03-06-171138_1200x1920_scrot.png added |
---|
you can change the number of displayed tags. see also #12438 for new option to hide already set tags.