<string>The user visible name of the group. It will be shown in the structure tree as a top node when there are elements belonging to this group in the document.</string>
<string>Regular expression to get the filename</string>
</property>
<property name="whatsThis" stdset="0">
<string>Regular expression to get the filename. The expression is used to <b>remove</b> the unnecessary strings from the element's text.</string>
<string>Regular expression to get the filename</string>
</property>
<property name="whatsThis" stdset="0">
<string>Regular expression to get the filename. The expression is used to <b>remove</b> the unnecessary strings from the element's text.</string>
<string>Elements identified by this entry will belong to this group</string>
</property>
<property name="whatsThis" stdset="0">
<string>Defines which tags belong to this group. The format is <i>tagname(attribute1, attribute2, ...)</i>. Tags with name <i>tagname</i> will appear under this group. The item text of the corresponding node in the tree will be <i>attribute1_value | attribute2_value | ...</i>Currently only one tag may be listed here.</string>
<string>The name that appears when no element were found</string>
</property>
<property name="whatsThis" stdset="0">
<string>The user visible name of the group. It will be shown in the structure tree as a top node when there are <b>no</b> elements belonging to this group in the document.</string>
<string>The name that appears when no element were found</string>
</property>
<property name="whatsThis" stdset="0">
<string>The user visible name of the group. It will be shown in the structure tree as a top node when there are <b>no</b> elements belonging to this group in the document.</string>
<string>Elements ideintified by this entry will belong to this group</string>
</property>
<property name="whatsThis" stdset="0">
<string>Defines which tags belong to this group. The format is <i>tagname(attribute1, attribute2, ...)</i>. Tags with name <i>tagname</i> will appear under this group. The item text of the corresponding node in the tree will be <i>attribute1_value | attribute2_value | ...</i>Currently only one tag may be listed here.</string>
<string>Regular expression to find the type of the element</string>
</property>
<property name="whatsThis" stdset="0">
<string>Regular expression to find the type of the element. The pattern is searched on the result of the <i>DefinitionRx</i> match and the first captured area will hold the element type.<br>
This will match strings like <b>$fooObj=new foo;</b>. Now this string is searched and it will tqfind <b>new foo;</b>, where <b>foo</b> is the first captured text (the regular expression matching <b>foo</b> is between brackets).<br>
<string>Regular expression to find the type of the element</string>
</property>
<property name="whatsThis" stdset="0">
<string>Regular expression to find the type of the element. The pattern is searched on the result of the <i>DefinitionRx</i> match and the first captured area will hold the element type.<br>
This will match strings like <b>$fooObj=new foo;</b>. Now this string is searched and it will tqfind <b>new foo;</b>, where <b>foo</b> is the first captured text (the regular expression matching <b>foo</b> is between brackets).<br>
<string>Regular expression to find what belong to this group</string>
</property>
<property name="whatsThis" stdset="0">
<string>Regular expression used to find text areas in the document, which will belong to this group. The first captured area shouldbe the actual name of the group entry.<br>
Example for a <i>class</i> group:<br>
<string>The name of the group that may be the tqparent of this. For example <b>classes</b> might be a tqparent of <b>functions</b> in case of member functions. This entry indicates this possible relationship and is used to provide functionality like member autocompletion.</string>
<string>The name of the group that may be the tqparent of this. For example <b>classes</b> might be a tqparent of <b>functions</b> in case of member functions. This entry indicates this possible relationship and is used to provide functionality like member autocompletion.</string>
<string>Regular expression to tell when to bring up the completion box with the elements of this group</string>
</property>
<property name="whatsThis" stdset="0">
<string>Regular expression to tell when to bring up the completion box with the elements of this group.<br>
Example:<b>\bnew[\\s]+$</b> tells that after typing <b>new&nbsp;</b>, the completion box with the elements should be shown.</string>
<string>Regular expression to tell when to bring up the completion box with the elements of this group</string>
</property>
<property name="whatsThis" stdset="0">
<string>Regular expression to tell when to bring up the completion box with the elements of this group.<br>
Example:<b>\bnew[\\s]+$</b> tells that after typing <b>new&nbsp;</b>, the completion box with the elements should be shown.</string>
<string>Check if the filename that is in the elements text should be parsed</string>
</property>
<property name="whatsThis" stdset="0">
<string>Check if the filename that is in the elements text should be parsed. This makes sense only if the element may contain a filename and the <i>FileNameRx</i> is specified.</string>
<string>Regular expression to find what belong to this group</string>
</property>
<property name="whatsThis" stdset="0">
<string>Regular expression used to find text areas in the document, which will belong to this group. The first captured area shouldbe the actual name of the group entry.<br>
Example for a <i>class</i> group:<br>