Changes between Version 59 and Version 60 of Help/Dialog/Filter


Ignore:
Timestamp:
2017-07-01T13:03:43+02:00 (9 years ago)
Author:
Klumbumbus
Comment:

readd link

Legend:

Unmodified
Added
Removed
Modified
  • Help/Dialog/Filter

    v59 v60  
    4242 * '''Text''': The search term or property that defines the objects that are filtered. Every search query from [Help/Action/Search Search] action is supported:
    4343  * standard substring search (or exact search with "quotes")
    44   * Regular expressions (standard Java)
     44  * Regular expressions ([http://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html Java Regex])
    4545  * MapCSS syntax
    4646 * '''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.