Documentation/Source/eric5.QScintilla.Editor.html

changeset 2166
15b4e58d61d7
parent 2163
2b02339f52bf
child 2190
abd65b78425e
equal deleted inserted replaced
2165:f89fc1162ffe 2166:15b4e58d61d7
238 <td>Private slot handling the save context menu entry.</td> 238 <td>Private slot handling the save context menu entry.</td>
239 </tr><tr> 239 </tr><tr>
240 <td><a href="#Editor.__contextSaveAs">__contextSaveAs</a></td> 240 <td><a href="#Editor.__contextSaveAs">__contextSaveAs</a></td>
241 <td>Private slot handling the save as context menu entry.</td> 241 <td>Private slot handling the save as context menu entry.</td>
242 </tr><tr> 242 </tr><tr>
243 <td><a href="#Editor.__createChangeMarkerPixmap">__createChangeMarkerPixmap</a></td>
244 <td>Private method to create a pixmap for the change markers.</td>
245 </tr><tr>
243 <td><a href="#Editor.__cursorPositionChanged">__cursorPositionChanged</a></td> 246 <td><a href="#Editor.__cursorPositionChanged">__cursorPositionChanged</a></td>
244 <td>Private slot to handle the cursorPositionChanged signal.</td> 247 <td>Private slot to handle the cursorPositionChanged signal.</td>
245 </tr><tr> 248 </tr><tr>
246 <td><a href="#Editor.__deleteAllChangeMarkers">__deleteAllChangeMarkers</a></td> 249 <td><a href="#Editor.__deleteAllChangeMarkers">__deleteAllChangeMarkers</a></td>
247 <td>Private slot to delete all change markers.</td> 250 <td>Private slot to delete all change markers.</td>
1340 </p><a NAME="Editor.__contextSaveAs" ID="Editor.__contextSaveAs"></a> 1343 </p><a NAME="Editor.__contextSaveAs" ID="Editor.__contextSaveAs"></a>
1341 <h4>Editor.__contextSaveAs</h4> 1344 <h4>Editor.__contextSaveAs</h4>
1342 <b>__contextSaveAs</b>(<i></i>) 1345 <b>__contextSaveAs</b>(<i></i>)
1343 <p> 1346 <p>
1344 Private slot handling the save as context menu entry. 1347 Private slot handling the save as context menu entry.
1345 </p><a NAME="Editor.__cursorPositionChanged" ID="Editor.__cursorPositionChanged"></a> 1348 </p><a NAME="Editor.__createChangeMarkerPixmap" ID="Editor.__createChangeMarkerPixmap"></a>
1349 <h4>Editor.__createChangeMarkerPixmap</h4>
1350 <b>__createChangeMarkerPixmap</b>(<i>key, size=16, width=4</i>)
1351 <p>
1352 Private method to create a pixmap for the change markers.
1353 </p><dl>
1354 <dt><i>key</i></dt>
1355 <dd>
1356 key of the color to use (string)
1357 </dd><dt><i>size</i></dt>
1358 <dd>
1359 size of the pixmap (integer)
1360 </dd><dt><i>width</i></dt>
1361 <dd>
1362 width of the marker line (integer)
1363 </dd>
1364 </dl><dl>
1365 <dt>Returns:</dt>
1366 <dd>
1367 create pixmap (QPixmap)
1368 </dd>
1369 </dl><a NAME="Editor.__cursorPositionChanged" ID="Editor.__cursorPositionChanged"></a>
1346 <h4>Editor.__cursorPositionChanged</h4> 1370 <h4>Editor.__cursorPositionChanged</h4>
1347 <b>__cursorPositionChanged</b>(<i>line, index</i>) 1371 <b>__cursorPositionChanged</b>(<i>line, index</i>)
1348 <p> 1372 <p>
1349 Private slot to handle the cursorPositionChanged signal. 1373 Private slot to handle the cursorPositionChanged signal.
1350 </p><p> 1374 </p><p>

eric ide

mercurial