Changes between Version 83 and Version 84 of Help/Dialog/Filter
- Timestamp:
- 2021-04-30T10:28:24+02:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Dialog/Filter
v83 v84 4 4 = Filter panel = 5 5 6 [[JOSMImage(dialogs/filter,middle,48,link=,margin-right=20)]] ''Keyboard shortcut:'' '''{{{Alt+Shift+F}}}'''— one of the [wikitr:/Help/ToggleDialogs#Toactivateawindow JOSM panels]6 [[JOSMImage(dialogs/filter,middle,48,link=,margin-right=20)]] ''Keyboard shortcut:'' **`Alt+Shift+F`** — one of the [wikitr:/Help/ToggleDialogs#Toactivateawindow JOSM panels] 7 7 8 8 The filter panel allows the user to temporarily disable and optionally hide certain types of [wikitr:/Help/Concepts/Object objects] based on one (or multiple) filters. … … 28 28 * Disable/separate objects that were fully tagged (using tag count and custom filters) from incomplete objects 29 29 * Disable recently modified objects (and it is irrelevant: if it modified by you or another person) 30 * Untagged objects {{{untagged}}}can be used instead of Notes at [osmwww: openstreetmap.org]. It is faster than to set/remove{{{fixme=resurvey}}}- please don't overuse this principle30 * Untagged objects `untagged` can be used instead of Notes at [osmwww: openstreetmap.org]. It is faster than to set/remove `fixme=resurvey` - please don't overuse this principle 31 31 32 32 === Overview === … … 36 36 37 37 === Columns ===#Columns 38 * '''E'''(''Enable''): Enable or disable this filter line.39 * '''H'''(''Hide elements'' from [wikitr:/Help/MapView main view]): normally, all matched objects are disabled, but you can completely hide them:38 * **E** (''Enable''): Enable or disable this filter line. 39 * **H** (''Hide elements'' from [wikitr:/Help/MapView main view]): normally, all matched objects are disabled, but you can completely hide them: 40 40 * disabled - visible and displayed as grey 41 41 * hidden - the chosen objects are completely hidden 42 * '''Text''': The search term or property that defines the objects that are filtered. Every search query from [wikitr:/Help/Action/Search Search] action is supported:42 * **Text**: The search term or property that defines the objects that are filtered. Every search query from [wikitr:/Help/Action/Search Search] action is supported: 43 43 * standard substring search (or exact search with "quotes") 44 44 * Regular expressions ([https://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html Java Regex]) 45 45 * MapCSS syntax 46 * '''I'''(''Inverse Filter''): Normally, the specified objects are hidden and the rest is shown. If this option is activated, only the specified objects are shown and the rest is hidden.47 * '''M'''(''Filter Mode'') - how a ''filter line'' is combined with ''filter lines'' above ''filter line'' in question:46 * **I** (''Inverse Filter''): Normally, the specified objects are hidden and the rest is shown. If this option is activated, only the specified objects are shown and the rest is hidden. 47 * **M** (''Filter Mode'') - how a ''filter line'' is combined with ''filter lines'' above ''filter line'' in question: 48 48 * R (''replace selection'') - effectively disable all ''filter lines'' above 49 49 * A (''add to selection'') - most users want this, ''filter lines'' with this mode are independent of each other