eric6/Documentation/Source/eric6.QScintilla.Shell.html

changeset 7989
a21d673a8f99
parent 7887
c1588f5a83e9
child 7990
3b865f4b7dff
equal deleted inserted replaced
7988:c4c17121eff8 7989:a21d673a8f99
1140 1140
1141 <p> 1141 <p>
1142 Private method to return the line and column of the last character. 1142 Private method to return the line and column of the last character.
1143 </p> 1143 </p>
1144 <dl> 1144 <dl>
1145 <dt>Returns:</dt> 1145 <dt>Return:</dt>
1146 <dd> 1146 <dd>
1147 tuple of two values (int, int) giving the line and column 1147 tuple of two values (int, int) giving the line and column
1148 </dd> 1148 </dd>
1149 </dl> 1149 </dl>
1150 <a NAME="Shell.__indentLength" ID="Shell.__indentLength"></a> 1150 <a NAME="Shell.__indentLength" ID="Shell.__indentLength"></a>
1160 <dd> 1160 <dd>
1161 line to determine the indentation length for 1161 line to determine the indentation length for
1162 </dd> 1162 </dd>
1163 </dl> 1163 </dl>
1164 <dl> 1164 <dl>
1165 <dt>Returns:</dt> 1165 <dt>Return:</dt>
1166 <dd> 1166 <dd>
1167 indentation length 1167 indentation length
1168 </dd> 1168 </dd>
1169 </dl> 1169 </dl>
1170 <dl> 1170 <dl>
1243 1243
1244 <p> 1244 <p>
1245 Private method to check, if the cursor is on the last line. 1245 Private method to check, if the cursor is on the last line.
1246 </p> 1246 </p>
1247 <dl> 1247 <dl>
1248 <dt>Returns:</dt> 1248 <dt>Return:</dt>
1249 <dd> 1249 <dd>
1250 flag indicating that the cursor is on the last line (boolean) 1250 flag indicating that the cursor is on the last line (boolean)
1251 </dd> 1251 </dd>
1252 </dl> 1252 </dl>
1253 <a NAME="Shell.__isHistoryIndexValid" ID="Shell.__isHistoryIndexValid"></a> 1253 <a NAME="Shell.__isHistoryIndexValid" ID="Shell.__isHistoryIndexValid"></a>
1256 1256
1257 <p> 1257 <p>
1258 Private method to test, if the history index is valid. 1258 Private method to test, if the history index is valid.
1259 </p> 1259 </p>
1260 <dl> 1260 <dl>
1261 <dt>Returns:</dt> 1261 <dt>Return:</dt>
1262 <dd> 1262 <dd>
1263 flag indicating validity 1263 flag indicating validity
1264 </dd> 1264 </dd>
1265 </dl> 1265 </dl>
1266 <dl> 1266 <dl>
1343 <dd> 1343 <dd>
1344 index to start search from 1344 index to start search from
1345 </dd> 1345 </dd>
1346 </dl> 1346 </dl>
1347 <dl> 1347 <dl>
1348 <dt>Returns:</dt> 1348 <dt>Return:</dt>
1349 <dd> 1349 <dd>
1350 tuple containing the index of found entry and a flag indicating 1350 tuple containing the index of found entry and a flag indicating
1351 that something was found 1351 that something was found
1352 </dd> 1352 </dd>
1353 </dl> 1353 </dl>
1374 <dd> 1374 <dd>
1375 index to start search from 1375 index to start search from
1376 </dd> 1376 </dd>
1377 </dl> 1377 </dl>
1378 <dl> 1378 <dl>
1379 <dt>Returns:</dt> 1379 <dt>Return:</dt>
1380 <dd> 1380 <dd>
1381 tuple containing the index of found entry and a flag indicating 1381 tuple containing the index of found entry and a flag indicating
1382 that something was found 1382 that something was found
1383 </dd> 1383 </dd>
1384 </dl> 1384 </dl>
1750 <dd> 1750 <dd>
1751 reference to the event (QEvent) 1751 reference to the event (QEvent)
1752 </dd> 1752 </dd>
1753 </dl> 1753 </dl>
1754 <dl> 1754 <dl>
1755 <dt>Returns:</dt> 1755 <dt>Return:</dt>
1756 <dd> 1756 <dd>
1757 flag indicating, if the event was handled (boolean) 1757 flag indicating, if the event was handled (boolean)
1758 </dd> 1758 </dd>
1759 </dl> 1759 </dl>
1760 <a NAME="Shell.executeLines" ID="Shell.executeLines"></a> 1760 <a NAME="Shell.executeLines" ID="Shell.executeLines"></a>
1807 <dd> 1807 <dd>
1808 next window 1808 next window
1809 </dd> 1809 </dd>
1810 </dl> 1810 </dl>
1811 <dl> 1811 <dl>
1812 <dt>Returns:</dt> 1812 <dt>Return:</dt>
1813 <dd> 1813 <dd>
1814 flag indicating the movement 1814 flag indicating the movement
1815 </dd> 1815 </dd>
1816 </dl> 1816 </dl>
1817 <a NAME="Shell.focusOutEvent" ID="Shell.focusOutEvent"></a> 1817 <a NAME="Shell.focusOutEvent" ID="Shell.focusOutEvent"></a>
1848 1848
1849 <p> 1849 <p>
1850 Public slot to get the clients type. 1850 Public slot to get the clients type.
1851 </p> 1851 </p>
1852 <dl> 1852 <dl>
1853 <dt>Returns:</dt> 1853 <dt>Return:</dt>
1854 <dd> 1854 <dd>
1855 client type (string) 1855 client type (string)
1856 </dd> 1856 </dd>
1857 </dl> 1857 </dl>
1858 <a NAME="Shell.getHistory" ID="Shell.getHistory"></a> 1858 <a NAME="Shell.getHistory" ID="Shell.getHistory"></a>
1869 type of the debug client (string). 1869 type of the debug client (string).
1870 If it is None, the current history is returned. 1870 If it is None, the current history is returned.
1871 </dd> 1871 </dd>
1872 </dl> 1872 </dl>
1873 <dl> 1873 <dl>
1874 <dt>Returns:</dt> 1874 <dt>Return:</dt>
1875 <dd> 1875 <dd>
1876 reference to the history list (list of strings) 1876 reference to the history list (list of strings)
1877 </dd> 1877 </dd>
1878 </dl> 1878 </dl>
1879 <a NAME="Shell.getHistoryIndex" ID="Shell.getHistoryIndex"></a> 1879 <a NAME="Shell.getHistoryIndex" ID="Shell.getHistoryIndex"></a>
1882 1882
1883 <p> 1883 <p>
1884 Public method to get the current value of the history index. 1884 Public method to get the current value of the history index.
1885 </p> 1885 </p>
1886 <dl> 1886 <dl>
1887 <dt>Returns:</dt> 1887 <dt>Return:</dt>
1888 <dd> 1888 <dd>
1889 history index 1889 history index
1890 </dd> 1890 </dd>
1891 </dl> 1891 </dl>
1892 <dl> 1892 <dl>
1908 1908
1909 <p> 1909 <p>
1910 Public method to get the shell history style. 1910 Public method to get the shell history style.
1911 </p> 1911 </p>
1912 <dl> 1912 <dl>
1913 <dt>Returns:</dt> 1913 <dt>Return:</dt>
1914 <dd> 1914 <dd>
1915 shell history style 1915 shell history style
1916 </dd> 1916 </dd>
1917 </dl> 1917 </dl>
1918 <dl> 1918 <dl>
1944 1944
1945 <p> 1945 <p>
1946 Public method to check, if the history is enabled. 1946 Public method to check, if the history is enabled.
1947 </p> 1947 </p>
1948 <dl> 1948 <dl>
1949 <dt>Returns:</dt> 1949 <dt>Return:</dt>
1950 <dd> 1950 <dd>
1951 flag indicating if history is enabled 1951 flag indicating if history is enabled
1952 </dd> 1952 </dd>
1953 </dl> 1953 </dl>
1954 <dl> 1954 <dl>
2206 2206
2207 <p> 2207 <p>
2208 Public method to get a reference to the shell widget. 2208 Public method to get a reference to the shell widget.
2209 </p> 2209 </p>
2210 <dl> 2210 <dl>
2211 <dt>Returns:</dt> 2211 <dt>Return:</dt>
2212 <dd> 2212 <dd>
2213 reference to the shell widget (Shell) 2213 reference to the shell widget (Shell)
2214 </dd> 2214 </dd>
2215 </dl> 2215 </dl>
2216 <a NAME="ShellAssembly.showFind" ID="ShellAssembly.showFind"></a> 2216 <a NAME="ShellAssembly.showFind" ID="ShellAssembly.showFind"></a>

eric ide

mercurial