SearchSettings.wrapAround

Set wrapAround property.

  1. bool wrapAround [@property getter]
  2. bool wrapAround [@property setter]
    class SearchSettings
    @property
    void
    wrapAround
    (
    bool propval
    )

Parameters

propval bool

For a forward search, continue at the beginning of the buffer if no search occurrence is found. For a backward search, continue at the end of the buffer.