<p>TextSearch wyszukuje frazy w plikach tekstowych. Zazwyczaj jest uruchamiany z menu kontekstowego <ahref="../tracker-add-ons.html">dodatków Trackera</a>, wywołanego na zaznaczeniu plików lub katalogów wybranych do przeszukania.</p>
<p>Fraza do wyszukania jest wpisywana w polu tekstowym na górze okna, a wyszukiwanie rozpoczyna się klawiszem <spanclass="key">RETURN</span> lub przyciskiem <spanclass="button">Szukaj</span>. Jeżeli opcja <spanclass="menu">Pokaż linie</span> jest zaznaczona, wpisy na liście są automatycznie rozwijane, pokazując linie w plikach w których fraza została znaleziona.</p>
<tr><tdclass="onelinetop"><spanclass="menu">New window</span></td><td></td><td><spanclass="key">ALT</span><spanclass="key">N</span></td><td></td><td>Opens a new window where you can enter another string and search through the same files/folders.
<tr><td><spanclass="menu">Set target...</span></td><td></td><td><spanclass="key">ALT</span><spanclass="key">F</span></td><td></td><td>Lets you choose a new set of files and folders to search through. Alternatively you can drag and drop files/folders into the window.</td></tr>
<tr><td><spanclass="menu">Trim selection</span></td><td></td><td><spanclass="key">ALT</span><spanclass="key">T</span></td><td></td><td>Removes all entries from the list that are not currently selected.</td></tr>
<tr><td><spanclass="menu">Open selection</span></td><td></td><td><spanclass="key">ALT</span><spanclass="key">O</span></td><td></td><td>Opens the currently selected files with their preferred application (same as a double-click). If it's a text editor supporting it (like Pe), you can jump to the exact line the search string was found.</td></tr>
<tr><td><spanclass="menu">Show files in Tracker</span></td><td></td><td><spanclass="key">ALT</span><spanclass="key">K</span></td><td></td><td>Opens the location of the currently selected files in Tracker.</td></tr>
<tr><tdclass="onelinetop"><spanclass="menu">Copy text to clipboard</span></td><td></td><td><spanclass="key">ALT</span><spanclass="key">B</span></td><td></td><td>Copies the current selection to the clipboard.</td></tr>
<tr><tdcolspan="3"class="onelinetop"><spanclass="menu">Skip folders starting with a dot</span></td><td></td><td>This is useful when working in a "unixy" environment, where often administrative files are hidden inside "<tt>.folders/</tt>". Source versioning systems like SVN and CVS are examples of applications using this and are also widely used in Haiku.</td></tr>
<tr><tdcolspan="3"><spanclass="menu">Regular expression</span></td><td></td><td>TextSearch uses the command line tool <spanclass="cli">grep</span>. For it, special characters like <tt>'"*\$?!</tt> and spaces have to be escaped with a <tt>\</tt>. Activating this setting means you have to do this yourself, but in exchange grants you the power of <ahref="http://en.wikipedia.org/wiki/Regular_expression"class="external free"title="Wikipedia: Regular expressions"rel="nofollow">regular expressions</a>.</td></tr>
<tr><tdcolspan="3"><spanclass="menu">Text files only</span></td><td></td><td>TextSearch is currently only useful for finding strings in plain text files. Deactivating this setting will have it look through any kind of file anyway.</td></tr>
<tr><tdcolspan="3"><spanclass="menu">Open files in code editor</span></td><td></td><td>Forces files to be opened in the preferred code editor (that handles text/x-source-code). Otherwise a file will be opened in whatever app is set for its filetype. Useful, for example, when editing HTML files that normally would open in your browser.</td></tr>