--- a/Documentation/Source/eric6.Plugins.WizardPlugins.QRegularExpressionWizard.QRegularExpressionWizardCharactersDialog.html Sat Mar 11 19:17:59 2017 +0100 +++ b/Documentation/Source/eric6.Plugins.WizardPlugins.QRegularExpressionWizard.QRegularExpressionWizardCharactersDialog.html Sat Mar 11 19:18:57 2017 +0100 @@ -117,17 +117,17 @@ Private slot to add a line of entry widgets for single characters. </p><a NAME="QRegularExpressionWizardCharactersDialog.__formatCharacter" ID="QRegularExpressionWizardCharactersDialog.__formatCharacter"></a> <h4>QRegularExpressionWizardCharactersDialog.__formatCharacter</h4> -<b>__formatCharacter</b>(<i>char, format</i>) +<b>__formatCharacter</b>(<i>char, formatIdentifier</i>) <p> Private method to format the characters entered into the dialog. </p><dl> <dt><i>char</i></dt> <dd> character string entered into the dialog (string) -</dd><dt><i>format</i></dt> +</dd><dt><i>formatIdentifier</i></dt> <dd> -string giving a special format (-c, -h, -i or -o) or - the already formatted character (string) +string giving a special format (-c, -h, -i or + -o) or the already formatted character (string) </dd> </dl><dl> <dt>Returns:</dt> @@ -141,11 +141,11 @@ Private method to initialize the W3C character selector entries. </p><a NAME="QRegularExpressionWizardCharactersDialog.__performSelectedAction" ID="QRegularExpressionWizardCharactersDialog.__performSelectedAction"></a> <h4>QRegularExpressionWizardCharactersDialog.__performSelectedAction</h4> -<b>__performSelectedAction</b>(<i>format, lineedit, combo</i>) +<b>__performSelectedAction</b>(<i>formatIdentifier, lineedit, combo</i>) <p> Private method performing some actions depending on the input. </p><dl> -<dt><i>format</i></dt> +<dt><i>formatIdentifier</i></dt> <dd> format of the selected entry (string) </dd><dt><i>lineedit</i></dt> @@ -170,14 +170,14 @@ </dd> </dl><a NAME="QRegularExpressionWizardCharactersDialog.__populateCharacterCombo" ID="QRegularExpressionWizardCharactersDialog.__populateCharacterCombo"></a> <h4>QRegularExpressionWizardCharactersDialog.__populateCharacterCombo</h4> -<b>__populateCharacterCombo</b>(<i>combo, format</i>) +<b>__populateCharacterCombo</b>(<i>combo, formatIdentifier</i>) <p> Private method to populate a character selection combo. </p><dl> <dt><i>combo</i></dt> <dd> combo box to be populated (QComboBox) -</dd><dt><i>format</i></dt> +</dd><dt><i>formatIdentifier</i></dt> <dd> format identifier (one of "-ccp", "-ccn", "-cbp", "-cbn", "-csp", "-csn", "-psp", "-psn")