#10593 closed enhancement (fixed)
in "tag checker rules list" make it obvious which downloadable rules are already used
Reported by: | mkoniecz | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 15.08 |
Component: | Core | Version: | |
Keywords: | template_report | Cc: |
Description (last modified by )
What steps will reproduce the problem?
- F12
- Validator settings
- Tag checker rules
- Attempt to check which ones from left are already used
What is the expected result?
It is possible to do it in easy way.
What happens instead?
It is not indicated which downloadable rules are used, both list are sorted in a different ways. On top of it entries in the left and right list have different heights.
Proposed fix:
Sort both list using the same order.
Repository Root: http://josm.openstreetmap.de/svn Build-Date: 2014-10-05 01:34:55 Last Changed Author: Don-vip Revision: 7599 Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Relative URL: ^/trunk URL: http://josm.openstreetmap.de/svn/trunk Last Changed Date: 2014-10-05 01:24:20 +0200 (Sun, 05 Oct 2014) Last Changed Rev: 7599 Identification: JOSM/1.5 (7599 en) Linux Ubuntu 14.04.1 LTS Memory Usage: 264 MB / 889 MB (27 MB allocated, but free) Java version: 1.7.0_67, Oracle Corporation, Java HotSpot(TM) Server VM Dataset consistency test: No problems found Plugins: - ImportImagePlugin (30416) - OpeningHoursEditor (30609) - PicLayer (30436) - buildings_tools (30485) - geotools (30569) - jts (30416) - log4j (30416) - measurement (30641) - notes (v0.9.4) - turnrestrictions (30651)
Attachments (1)
Change History (11)
Changed 9 years ago by
Attachment: | Selection_001.png added |
---|
comment:1 Changed 9 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 9 years ago by
comment:3 Changed 9 years ago by
Description: | modified (diff) |
---|
comment:4 Changed 9 years ago by
For Maps we already use green background color to indicate, that an entries match.
When we are on it, maybe we should also think about displaying icons. Due to #10581 I'm reworking the JOSM cron a bit and thinking about replacing the icon lines in styles, rules, presets with an inline base64 encoding. This will increase file size, but then all is inline and no additional icon loading necessary (like we do for plugins). Could be unified for plugins as well BTW.
comment:6 Changed 9 years ago by
comment:7 Changed 9 years ago by
Type: | defect → enhancement |
---|
comment:9 Changed 8 years ago by
Milestone: | → 15.07 |
---|
There is the same problem also for mappaint styles and presets. I think the best would be if there is the same solution for all three. For mappaint styles the proposed solution ("Sort both list using the same order.") will not work, since the manually order is important in the right column (and alphabetic order in the left column is good). My suggestion would be to hide or make the text color grey in the left column, if the entry is already in the right column.