</script></div></div><divclass="banner"><iframesrc="http://www.apache.org/ads/bannerbar.html"style="border-width:0;"frameborder="0"scrolling="no"></iframe><divclass="clear"></div></div></div><divclass="nav"><ulclass="menu"><li><divclass="menu-title">About</div><ul><li><ahref="../index.html">Overview</a></li><li><ahref="http://twitter.com/ApacheJMeter">JMeter on Twitter<imgsrc="../images/twitter.png"alt="Icon for JMeter on Twitter"></a></li><li><ahref="../issues.html">Issue Tracking</a></li><li><ahref="http://projects.apache.org/feeds/rss/jmeter.xml">Subscribe to What's New</a></li><li><ahref="http://www.apache.org/licenses/">License</a></li></ul></li></ul><ulclass="menu"><li><divclass="menu-title">Download</div><ul><li><ahref="../download_jmeter.cgi">Download Releases</a></li><li><ahref="../nightly.html">Developer (Nightly) Builds</a></li></ul></li></ul><ulclass="menu"><li><divclass="menu-title">Documentation</div><ul><li><ahref="../changes.html">Changes per version</a></li><li><ahref="../usermanual/get-started.html">Get Started</a></li><li><ahref="../usermanual/index.html">User Manual</a></li><li><ahref="../usermanual/best-practices.html">Best Practices</a></li><li><ahref="../usermanual/component_reference.html">Component Reference</a></li><li><ahref="../usermanual/functions.html">Functions Reference</a></li><li><ahref="../api/index.html">Javadocs</a></li><li><ahref="../building.html">Building JMeter and Add-Ons</a></li><li><ahref="http://wiki.apache.org/jmeter">JMeter Wiki</a></li><li><ahref="http://wiki.apache.org/jmeter/JMeterFAQ">FAQ (Wiki)</a></li></ul></li></ul><ulclass="menu"><li><divclass="menu-title">Tutorials (PDF format)</div><ul><li><ahref="../usermanual/jmeter_distributed_testing_step_by_step.pdf">Distributed Testing</a></li><li><ahref="../usermanual/jmeter_proxy_step_by_step.pdf">Recording Tests</a></li><li><ahref="../usermanual/junitsampler_tutorial.pdf">JUnit Sampler</a></li><li><ahref="../usermanual/jmeter_accesslog_sampler_step_by_step.pdf">Access Log Sampler</a></li><li><ahref="../extending/jmeter_tutorial.pdf">Extending JMeter</a></li></ul></li></ul><ulclass="menu"><li><divclass="menu-title">Community</div><ul><li><ahref="http://wiki.apache.org/jmeter/JMeterCommitters">Contributors</a></li><li><ahref="../mail.html">Mailing Lists</a></li><li><ahref="../svnindex.html">SVN Repositories</a></li></ul></li></ul><ulclass="menu"><li><divclass="menu-title">Foundation</div><ul><li><ahref="http://www.apache.org/">ASF</a></li><li><ahref="http://www.apache.org/foundation/getinvolved.html">Get Involved in the ASF</a></li><li><ahref="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li><li><ahref="http://www.apache.org/foundation/thanks.html">Thanks</a></li></ul></li></ul></div><divclass="main"id="content"><ulclass="pagelinks"><li><ahref="regular_expressions.html">< Prev</a></li><li><ahref="../index.html">Index</a></li><li><ahref="glossary.html">Next ></a></li></ul><divclass="section"><h1id="hints">21. Hints and Tips<aclass="sectionlink"href="#hints"title="Link to here">¶</a></h1>
<li>Case Sensitive : Makes search case sensitive</li>
<li>Regexp : Is text to search a regexp, if so Regexp will be searched in Tree of components, example "\btest\b" will match any component that contains test in searchable elements of the component</li>
<figure><ahref="../images/screenshots/searching/raw-search.png"><imgsrc="../images/screenshots/searching/raw-search.png"width="663"height="300"alt="Figure 1 - Search raw text in TreeView"></a><figcaption>Figure 1 - Search raw text in TreeView</figcaption></figure>
<figure><ahref="../images/screenshots/searching/raw-search-result.png"><imgsrc="../images/screenshots/searching/raw-search-result.png"width="667"height="319"alt="Figure 2 - Result in TreeView"></a><figcaption>Figure 2 - Result in TreeView</figcaption></figure>
<figure><ahref="../images/screenshots/searching/regexp-search.png"><imgsrc="../images/screenshots/searching/regexp-search.png"width="642"height="307"alt="Figure 3 - Search Regexp in TreeView (in this example we search whole word)"></a><figcaption>Figure 3 - Search Regexp in TreeView (in this example we search whole word)</figcaption></figure>
<figure><ahref="../images/screenshots/searching/regexp-search-result.png"><imgsrc="../images/screenshots/searching/regexp-search-result.png"width="596"height="328"alt="Figure 4 - Result in TreeView"></a><figcaption>Figure 4 - Result in TreeView</figcaption></figure>
<divclass="subsection"><h2>21.4 Toolbar icons size<aclass="sectionlink"href="#toolbar"title="Link to here">¶</a></h2>
<divclass="description">
<p>
You can change the size of icons in the toolbar using the property <pre>jmeter.toolbar.icons.size</pre> with these values: 22x22 (default size), 32x32 or 48x48.
</p>
</div>
<figure><ahref="../images/screenshots/icons-22x22.jpg"><imgsrc="../images/screenshots/icons-22x22.jpg"width="296"height="95"alt="Icons with the size 22x22."></a><figcaption>Icons with the size 22x22.</figcaption></figure>
<figure><ahref="../images/screenshots/icons-32x32.jpg"><imgsrc="../images/screenshots/icons-32x32.jpg"width="300"height="106"alt="Icons with the size 32x32."></a><figcaption>Icons with the size 32x32.</figcaption></figure>
<figure><ahref="../images/screenshots/icons-48x48.jpg"><imgsrc="../images/screenshots/icons-48x48.jpg"width="365"height="120"alt="Icons with the size 48x48."></a><figcaption>Icons with the size 48x48.</figcaption></figure>