eric6/Documentation/Source/eric6.QScintilla.MarkupProviders.MarkupBase.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7989
a21d673a8f99
--- a/eric6/Documentation/Source/eric6.QScintilla.MarkupProviders.MarkupBase.html	Wed Sep 25 19:40:31 2019 +0200
+++ b/eric6/Documentation/Source/eric6.QScintilla.MarkupProviders.MarkupBase.html	Wed Sep 25 19:42:44 2019 +0200
@@ -18,32 +18,41 @@
 
 </style>
 </head>
-<body><a NAME="top" ID="top"></a>
+<body>
+<a NAME="top" ID="top"></a>
 <h1>eric6.QScintilla.MarkupProviders.MarkupBase</h1>
+
 <p>
 Module implementing the base class for the markup providers.
 </p>
 <h3>Global Attributes</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Classes</h3>
+
 <table>
+
 <tr>
 <td><a href="#MarkupBase">MarkupBase</a></td>
 <td>Class implementing the base class for the markup providers.</td>
 </tr>
 </table>
 <h3>Functions</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
-<hr /><hr />
+<hr />
+<hr />
 <a NAME="MarkupBase" ID="MarkupBase"></a>
 <h2>MarkupBase</h2>
+
 <p>
     Class implementing the base class for the markup providers.
-</p><p>
+</p>
+<p>
     Note: Derived classes need only implement those method they provide
     functionality for. This base class implements do nothing variants for
     all methods.
@@ -51,418 +60,551 @@
 <h3>Derived from</h3>
 object
 <h3>Class Attributes</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Class Methods</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Methods</h3>
+
 <table>
+
 <tr>
 <td><a href="#MarkupBase.__init__">MarkupBase</a></td>
 <td>Constructor</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MarkupBase.bold">bold</a></td>
 <td>Public method to generate bold text.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MarkupBase.bulletedList">bulletedList</a></td>
 <td>Public method to generate bulleted list text.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MarkupBase.code">code</a></td>
 <td>Public method to generate inline code text.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MarkupBase.codeBlock">codeBlock</a></td>
 <td>Public method to generate code block text.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MarkupBase.hasBold">hasBold</a></td>
 <td>Public method to indicate the availability of bold markup.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MarkupBase.hasBulletedList">hasBulletedList</a></td>
 <td>Public method to indicate the availability of bulleted list markup.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MarkupBase.hasCode">hasCode</a></td>
 <td>Public method to indicate the availability of inline code markup.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MarkupBase.hasCodeBlock">hasCodeBlock</a></td>
 <td>Public method to indicate the availability of code block markup.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MarkupBase.hasHyperlink">hasHyperlink</a></td>
 <td>Public method to indicate the availability of hyperlink markup.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MarkupBase.hasImage">hasImage</a></td>
 <td>Public method to indicate the availability of image markup.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MarkupBase.hasItalic">hasItalic</a></td>
 <td>Public method to indicate the availability of italic markup.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MarkupBase.hasLine">hasLine</a></td>
 <td>Public method to indicate the availability of a horizontal line markup.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MarkupBase.hasNumberedList">hasNumberedList</a></td>
 <td>Public method to indicate the availability of numbered list markup.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MarkupBase.hasQuote">hasQuote</a></td>
 <td>Public method to indicate the availability of block quote markup.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MarkupBase.hasStrikethrough">hasStrikethrough</a></td>
 <td>Public method to indicate the availability of strikethrough markup.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MarkupBase.header">header</a></td>
 <td>Public method to generate a header.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MarkupBase.headerLevels">headerLevels</a></td>
 <td>Public method to determine the available header levels.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MarkupBase.hyperlink">hyperlink</a></td>
 <td>Public method to generate hyperlink text.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MarkupBase.image">image</a></td>
 <td>Public method to generate image text.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MarkupBase.italic">italic</a></td>
 <td>Public method to generate italic text.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MarkupBase.kind">kind</a></td>
 <td>Public method to get the markup kind.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MarkupBase.line">line</a></td>
 <td>Public method to generate a horizontal line text.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MarkupBase.numberedList">numberedList</a></td>
 <td>Public method to generate numbered list text.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MarkupBase.quote">quote</a></td>
 <td>Public method to generate block quote text.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MarkupBase.strikethrough">strikethrough</a></td>
 <td>Public method to generate strikethrough text.</td>
 </tr>
 </table>
 <h3>Static Methods</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <a NAME="MarkupBase.__init__" ID="MarkupBase.__init__"></a>
 <h4>MarkupBase (Constructor)</h4>
 <b>MarkupBase</b>(<i></i>)
+
 <p>
         Constructor
-</p><a NAME="MarkupBase.bold" ID="MarkupBase.bold"></a>
+</p>
+<a NAME="MarkupBase.bold" ID="MarkupBase.bold"></a>
 <h4>MarkupBase.bold</h4>
 <b>bold</b>(<i>editor</i>)
+
 <p>
         Public method to generate bold text.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>editor</i> (Editor)</dt>
 <dd>
 reference to the editor to work on
 </dd>
-</dl><a NAME="MarkupBase.bulletedList" ID="MarkupBase.bulletedList"></a>
+</dl>
+<a NAME="MarkupBase.bulletedList" ID="MarkupBase.bulletedList"></a>
 <h4>MarkupBase.bulletedList</h4>
 <b>bulletedList</b>(<i>editor</i>)
+
 <p>
         Public method to generate bulleted list text.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>editor</i> (Editor)</dt>
 <dd>
 reference to the editor to work on
 </dd>
-</dl><a NAME="MarkupBase.code" ID="MarkupBase.code"></a>
+</dl>
+<a NAME="MarkupBase.code" ID="MarkupBase.code"></a>
 <h4>MarkupBase.code</h4>
 <b>code</b>(<i>editor</i>)
+
 <p>
         Public method to generate inline code text.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>editor</i> (Editor)</dt>
 <dd>
 reference to the editor to work on
 </dd>
-</dl><a NAME="MarkupBase.codeBlock" ID="MarkupBase.codeBlock"></a>
+</dl>
+<a NAME="MarkupBase.codeBlock" ID="MarkupBase.codeBlock"></a>
 <h4>MarkupBase.codeBlock</h4>
 <b>codeBlock</b>(<i>editor</i>)
+
 <p>
         Public method to generate code block text.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>editor</i> (Editor)</dt>
 <dd>
 reference to the editor to work on
 </dd>
-</dl><a NAME="MarkupBase.hasBold" ID="MarkupBase.hasBold"></a>
+</dl>
+<a NAME="MarkupBase.hasBold" ID="MarkupBase.hasBold"></a>
 <h4>MarkupBase.hasBold</h4>
 <b>hasBold</b>(<i></i>)
+
 <p>
         Public method to indicate the availability of bold markup.
-</p><dl>
+</p>
+<dl>
 <dt>Returns:</dt>
 <dd>
 flag indicating the availability of bold markup
 </dd>
-</dl><dl>
+</dl>
+<dl>
 <dt>Return Type:</dt>
 <dd>
 bool
 </dd>
-</dl><a NAME="MarkupBase.hasBulletedList" ID="MarkupBase.hasBulletedList"></a>
+</dl>
+<a NAME="MarkupBase.hasBulletedList" ID="MarkupBase.hasBulletedList"></a>
 <h4>MarkupBase.hasBulletedList</h4>
 <b>hasBulletedList</b>(<i></i>)
+
 <p>
         Public method to indicate the availability of bulleted list markup.
-</p><dl>
+</p>
+<dl>
 <dt>Returns:</dt>
 <dd>
 flag indicating the availability of bulleted list markup
 </dd>
-</dl><dl>
+</dl>
+<dl>
 <dt>Return Type:</dt>
 <dd>
 bool
 </dd>
-</dl><a NAME="MarkupBase.hasCode" ID="MarkupBase.hasCode"></a>
+</dl>
+<a NAME="MarkupBase.hasCode" ID="MarkupBase.hasCode"></a>
 <h4>MarkupBase.hasCode</h4>
 <b>hasCode</b>(<i></i>)
+
 <p>
         Public method to indicate the availability of inline code markup.
-</p><dl>
+</p>
+<dl>
 <dt>Returns:</dt>
 <dd>
 flag indicating the availability of inline code markup
 </dd>
-</dl><dl>
+</dl>
+<dl>
 <dt>Return Type:</dt>
 <dd>
 bool
 </dd>
-</dl><a NAME="MarkupBase.hasCodeBlock" ID="MarkupBase.hasCodeBlock"></a>
+</dl>
+<a NAME="MarkupBase.hasCodeBlock" ID="MarkupBase.hasCodeBlock"></a>
 <h4>MarkupBase.hasCodeBlock</h4>
 <b>hasCodeBlock</b>(<i></i>)
+
 <p>
         Public method to indicate the availability of code block markup.
-</p><dl>
+</p>
+<dl>
 <dt>Returns:</dt>
 <dd>
 flag indicating the availability of code block markup
 </dd>
-</dl><dl>
+</dl>
+<dl>
 <dt>Return Type:</dt>
 <dd>
 bool
 </dd>
-</dl><a NAME="MarkupBase.hasHyperlink" ID="MarkupBase.hasHyperlink"></a>
+</dl>
+<a NAME="MarkupBase.hasHyperlink" ID="MarkupBase.hasHyperlink"></a>
 <h4>MarkupBase.hasHyperlink</h4>
 <b>hasHyperlink</b>(<i></i>)
+
 <p>
         Public method to indicate the availability of hyperlink markup.
-</p><dl>
+</p>
+<dl>
 <dt>Returns:</dt>
 <dd>
 flag indicating the availability of hyperlink markup
 </dd>
-</dl><dl>
+</dl>
+<dl>
 <dt>Return Type:</dt>
 <dd>
 bool
 </dd>
-</dl><a NAME="MarkupBase.hasImage" ID="MarkupBase.hasImage"></a>
+</dl>
+<a NAME="MarkupBase.hasImage" ID="MarkupBase.hasImage"></a>
 <h4>MarkupBase.hasImage</h4>
 <b>hasImage</b>(<i></i>)
+
 <p>
         Public method to indicate the availability of image markup.
-</p><dl>
+</p>
+<dl>
 <dt>Returns:</dt>
 <dd>
 flag indicating the availability of image markup
 </dd>
-</dl><dl>
+</dl>
+<dl>
 <dt>Return Type:</dt>
 <dd>
 bool
 </dd>
-</dl><a NAME="MarkupBase.hasItalic" ID="MarkupBase.hasItalic"></a>
+</dl>
+<a NAME="MarkupBase.hasItalic" ID="MarkupBase.hasItalic"></a>
 <h4>MarkupBase.hasItalic</h4>
 <b>hasItalic</b>(<i></i>)
+
 <p>
         Public method to indicate the availability of italic markup.
-</p><dl>
+</p>
+<dl>
 <dt>Returns:</dt>
 <dd>
 flag indicating the availability of italic markup
 </dd>
-</dl><dl>
+</dl>
+<dl>
 <dt>Return Type:</dt>
 <dd>
 bool
 </dd>
-</dl><a NAME="MarkupBase.hasLine" ID="MarkupBase.hasLine"></a>
+</dl>
+<a NAME="MarkupBase.hasLine" ID="MarkupBase.hasLine"></a>
 <h4>MarkupBase.hasLine</h4>
 <b>hasLine</b>(<i></i>)
+
 <p>
         Public method to indicate the availability of a horizontal line markup.
-</p><dl>
+</p>
+<dl>
 <dt>Returns:</dt>
 <dd>
 flag indicating the availability of a horizontal line markup
 </dd>
-</dl><dl>
+</dl>
+<dl>
 <dt>Return Type:</dt>
 <dd>
 bool
 </dd>
-</dl><a NAME="MarkupBase.hasNumberedList" ID="MarkupBase.hasNumberedList"></a>
+</dl>
+<a NAME="MarkupBase.hasNumberedList" ID="MarkupBase.hasNumberedList"></a>
 <h4>MarkupBase.hasNumberedList</h4>
 <b>hasNumberedList</b>(<i></i>)
+
 <p>
         Public method to indicate the availability of numbered list markup.
-</p><dl>
+</p>
+<dl>
 <dt>Returns:</dt>
 <dd>
 flag indicating the availability of numbered list markup
 </dd>
-</dl><dl>
+</dl>
+<dl>
 <dt>Return Type:</dt>
 <dd>
 bool
 </dd>
-</dl><a NAME="MarkupBase.hasQuote" ID="MarkupBase.hasQuote"></a>
+</dl>
+<a NAME="MarkupBase.hasQuote" ID="MarkupBase.hasQuote"></a>
 <h4>MarkupBase.hasQuote</h4>
 <b>hasQuote</b>(<i></i>)
+
 <p>
         Public method to indicate the availability of block quote markup.
-</p><dl>
+</p>
+<dl>
 <dt>Returns:</dt>
 <dd>
 flag indicating the availability of block quote markup
 </dd>
-</dl><dl>
+</dl>
+<dl>
 <dt>Return Type:</dt>
 <dd>
 bool
 </dd>
-</dl><a NAME="MarkupBase.hasStrikethrough" ID="MarkupBase.hasStrikethrough"></a>
+</dl>
+<a NAME="MarkupBase.hasStrikethrough" ID="MarkupBase.hasStrikethrough"></a>
 <h4>MarkupBase.hasStrikethrough</h4>
 <b>hasStrikethrough</b>(<i></i>)
+
 <p>
         Public method to indicate the availability of strikethrough markup.
-</p><dl>
+</p>
+<dl>
 <dt>Returns:</dt>
 <dd>
 flag indicating the availability of strikethrough markup
 </dd>
-</dl><dl>
+</dl>
+<dl>
 <dt>Return Type:</dt>
 <dd>
 bool
 </dd>
-</dl><a NAME="MarkupBase.header" ID="MarkupBase.header"></a>
+</dl>
+<a NAME="MarkupBase.header" ID="MarkupBase.header"></a>
 <h4>MarkupBase.header</h4>
 <b>header</b>(<i>editor, level</i>)
+
 <p>
         Public method to generate a header.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>editor</i> (Editor)</dt>
 <dd>
 reference to the editor to work on
-</dd><dt><i>level</i> (int)</dt>
+</dd>
+<dt><i>level</i> (int)</dt>
 <dd>
 header level
 </dd>
-</dl><a NAME="MarkupBase.headerLevels" ID="MarkupBase.headerLevels"></a>
+</dl>
+<a NAME="MarkupBase.headerLevels" ID="MarkupBase.headerLevels"></a>
 <h4>MarkupBase.headerLevels</h4>
 <b>headerLevels</b>(<i></i>)
+
 <p>
         Public method to determine the available header levels.
-</p><dl>
+</p>
+<dl>
 <dt>Returns:</dt>
 <dd>
 supported header levels
 </dd>
-</dl><dl>
+</dl>
+<dl>
 <dt>Return Type:</dt>
 <dd>
 int
 </dd>
-</dl><a NAME="MarkupBase.hyperlink" ID="MarkupBase.hyperlink"></a>
+</dl>
+<a NAME="MarkupBase.hyperlink" ID="MarkupBase.hyperlink"></a>
 <h4>MarkupBase.hyperlink</h4>
 <b>hyperlink</b>(<i>editor</i>)
+
 <p>
         Public method to generate hyperlink text.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>editor</i> (Editor)</dt>
 <dd>
 reference to the editor to work on
 </dd>
-</dl><a NAME="MarkupBase.image" ID="MarkupBase.image"></a>
+</dl>
+<a NAME="MarkupBase.image" ID="MarkupBase.image"></a>
 <h4>MarkupBase.image</h4>
 <b>image</b>(<i>editor</i>)
+
 <p>
         Public method to generate image text.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>editor</i> (Editor)</dt>
 <dd>
 reference to the editor to work on
 </dd>
-</dl><a NAME="MarkupBase.italic" ID="MarkupBase.italic"></a>
+</dl>
+<a NAME="MarkupBase.italic" ID="MarkupBase.italic"></a>
 <h4>MarkupBase.italic</h4>
 <b>italic</b>(<i>editor</i>)
+
 <p>
         Public method to generate italic text.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>editor</i> (Editor)</dt>
 <dd>
 reference to the editor to work on
 </dd>
-</dl><a NAME="MarkupBase.kind" ID="MarkupBase.kind"></a>
+</dl>
+<a NAME="MarkupBase.kind" ID="MarkupBase.kind"></a>
 <h4>MarkupBase.kind</h4>
 <b>kind</b>(<i></i>)
+
 <p>
         Public method to get the markup kind.
-</p><dl>
+</p>
+<dl>
 <dt>Returns:</dt>
 <dd>
 markup kind all lowercased
 </dd>
-</dl><dl>
+</dl>
+<dl>
 <dt>Return Type:</dt>
 <dd>
 str
 </dd>
-</dl><a NAME="MarkupBase.line" ID="MarkupBase.line"></a>
+</dl>
+<a NAME="MarkupBase.line" ID="MarkupBase.line"></a>
 <h4>MarkupBase.line</h4>
 <b>line</b>(<i>editor</i>)
+
 <p>
         Public method to generate a horizontal line text.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>editor</i> (Editor)</dt>
 <dd>
 reference to the editor to work on
 </dd>
-</dl><a NAME="MarkupBase.numberedList" ID="MarkupBase.numberedList"></a>
+</dl>
+<a NAME="MarkupBase.numberedList" ID="MarkupBase.numberedList"></a>
 <h4>MarkupBase.numberedList</h4>
 <b>numberedList</b>(<i>editor</i>)
+
 <p>
         Public method to generate numbered list text.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>editor</i> (Editor)</dt>
 <dd>
 reference to the editor to work on
 </dd>
-</dl><a NAME="MarkupBase.quote" ID="MarkupBase.quote"></a>
+</dl>
+<a NAME="MarkupBase.quote" ID="MarkupBase.quote"></a>
 <h4>MarkupBase.quote</h4>
 <b>quote</b>(<i>editor</i>)
+
 <p>
         Public method to generate block quote text.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>editor</i> (Editor)</dt>
 <dd>
 reference to the editor to work on
 </dd>
-</dl><a NAME="MarkupBase.strikethrough" ID="MarkupBase.strikethrough"></a>
+</dl>
+<a NAME="MarkupBase.strikethrough" ID="MarkupBase.strikethrough"></a>
 <h4>MarkupBase.strikethrough</h4>
 <b>strikethrough</b>(<i>editor</i>)
+
 <p>
         Public method to generate strikethrough text.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>editor</i> (Editor)</dt>
 <dd>
 reference to the editor to work on

eric ide

mercurial