「利用者:Aligorith/Outliner Search」の版間の差分

提供: wiki
移動先: 案内検索
(Robot: Changing template: K)
 
(1版 をインポートしました)
 
(相違点なし)

2018年6月29日 (金) 02:50時点における最新版

Introduction

A request from the Plumiferos feature wishlist, this feature enables you to find an item with the name you provide. You can either do a new search, or find the next element with a particular name.

Searching

Only searches for simple strings are possible right now. Things like regular-expressions, booleans, python-code, are not supported.

Upon a successful search, the Outliner will unfold all the levels hiding the found item. The found item will become the only item in the outliner with outliner selection.

Usage

  • F - partial strings
  • CtrlF - partial (case sensitive)
  • AltF - complete match
  • CtrlAltF - exact match (case sensitive)
  • ⇧ ShiftF - to repeat a search. It cycles around when it reaches the last entry.