eric6/Documentation/Source/eric6.QScintilla.Editor.html

branch
maintenance
changeset 7642
72721823d453
parent 7322
cd8ee889589f
parent 7635
0cdead130a81
child 7850
e64b178499da
equal deleted inserted replaced
7608:f7cb83647621 7642:72721823d453
432 <td><a href="#Editor.__getOverrideValue">__getOverrideValue</a></td> 432 <td><a href="#Editor.__getOverrideValue">__getOverrideValue</a></td>
433 <td>Private method to get an override value for the current file type.</td> 433 <td>Private method to get an override value for the current file type.</td>
434 </tr> 434 </tr>
435 <tr> 435 <tr>
436 <td><a href="#Editor.__getPyVersion">__getPyVersion</a></td> 436 <td><a href="#Editor.__getPyVersion">__getPyVersion</a></td>
437 <td>Private method to return the Python main version (2 or 3) or 0 if it's not a Python file at all.</td> 437 <td>Private method to return the Python main version or 0 if it's not a Python file at all.</td>
438 </tr> 438 </tr>
439 <tr> 439 <tr>
440 <td><a href="#Editor.__getSaveFileName">__getSaveFileName</a></td> 440 <td><a href="#Editor.__getSaveFileName">__getSaveFileName</a></td>
441 <td>Private method to get the name of the file to be saved.</td> 441 <td>Private method to get the name of the file to be saved.</td>
442 </tr> 442 </tr>
2547 <a NAME="Editor.__getPyVersion" ID="Editor.__getPyVersion"></a> 2547 <a NAME="Editor.__getPyVersion" ID="Editor.__getPyVersion"></a>
2548 <h4>Editor.__getPyVersion</h4> 2548 <h4>Editor.__getPyVersion</h4>
2549 <b>__getPyVersion</b>(<i></i>) 2549 <b>__getPyVersion</b>(<i></i>)
2550 2550
2551 <p> 2551 <p>
2552 Private method to return the Python main version (2 or 3) or 0 if it's 2552 Private method to return the Python main version or 0 if it's
2553 not a Python file at all. 2553 not a Python file at all.
2554 </p> 2554 </p>
2555 <dl> 2555 <dl>
2556 <dt>Returns:</dt> 2556 <dt>Returns:</dt>
2557 <dd> 2557 <dd>
2558 Python version (2 or 3) or 0 if it's not a Python file (int) 2558 Python version or 0 if it's not a Python file (int)
2559 </dd> 2559 </dd>
2560 </dl> 2560 </dl>
2561 <a NAME="Editor.__getSaveFileName" ID="Editor.__getSaveFileName"></a> 2561 <a NAME="Editor.__getSaveFileName" ID="Editor.__getSaveFileName"></a>
2562 <h4>Editor.__getSaveFileName</h4> 2562 <h4>Editor.__getSaveFileName</h4>
2563 <b>__getSaveFileName</b>(<i>path=None</i>) 2563 <b>__getSaveFileName</b>(<i>path=None</i>)
5567 Public method to return a flag indicating a Python2 file. 5567 Public method to return a flag indicating a Python2 file.
5568 </p> 5568 </p>
5569 <dl> 5569 <dl>
5570 <dt>Returns:</dt> 5570 <dt>Returns:</dt>
5571 <dd> 5571 <dd>
5572 flag indicating a Python2 file (boolean) 5572 flag reporting always False
5573 </dd>
5574 </dl>
5575 <dl>
5576 <dt>Return Type:</dt>
5577 <dd>
5578 bool
5573 </dd> 5579 </dd>
5574 </dl> 5580 </dl>
5575 <a NAME="Editor.isPy3File" ID="Editor.isPy3File"></a> 5581 <a NAME="Editor.isPy3File" ID="Editor.isPy3File"></a>
5576 <h4>Editor.isPy3File</h4> 5582 <h4>Editor.isPy3File</h4>
5577 <b>isPy3File</b>(<i></i>) 5583 <b>isPy3File</b>(<i></i>)
5593 Public method to return a flag indicating a Python (2 or 3) file. 5599 Public method to return a flag indicating a Python (2 or 3) file.
5594 </p> 5600 </p>
5595 <dl> 5601 <dl>
5596 <dt>Returns:</dt> 5602 <dt>Returns:</dt>
5597 <dd> 5603 <dd>
5598 flag indicating a Python (2 or 3) file (boolean) 5604 flag indicating a Python3 file (boolean)
5599 </dd> 5605 </dd>
5600 </dl> 5606 </dl>
5601 <a NAME="Editor.isRubyFile" ID="Editor.isRubyFile"></a> 5607 <a NAME="Editor.isRubyFile" ID="Editor.isRubyFile"></a>
5602 <h4>Editor.isRubyFile</h4> 5608 <h4>Editor.isRubyFile</h4>
5603 <b>isRubyFile</b>(<i></i>) 5609 <b>isRubyFile</b>(<i></i>)

eric ide

mercurial