<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
- <text value="<html> No hints will be shown for methods matched by any of these patterns.<br> Pattern matches fully quialifed method name, parameters count and parameter names. <ul> <li>java.lang matches all methods from "java.lang" package</li> <li>java.lang.*(*, *) matches all methods from "java.lang" package with couple parameters</li> <li>(*info) matches all single parameter methods when parameter name ends with "info"</li> <li>(key, value) will match all methods with parameters "key" and "value"</li> <li>*.put(key, value) will match all put methods with "key" and "value" params </ul> </html>"/>
+ <text value="<html> No in-line parameter name hints will be shown for methods matching any of these patterns.<br> Patterns are matched on fully qualified method name, parameter count and parameter names. <ul> <li><code>java.lang</code> matches all methods from <em>java.lang</em> package</li> <li><code>java.lang.*(*, *)</code> matches all methods from the <em>java.lang</em> package with two parameters</li> <li><code>(*info)</code> matches all single parameter methods where the parameter name ends with <em>info</em></li> <li><code>(key, value)</code> matches all methods with parameters <em>key</em> and <em>value</em></li> <li><code>*.put(key, value)</code> matches all <em>put</em> methods with <em>key</em> and <em>value</em> parameters </ul> </html>"/>
</properties>
</component>
</children>