Module implementing a compatability interface class to QsciScintilla.
QsciScintillaCompat | Class implementing a compatability interface to QsciScintilla. |
QSCINTILLA_VERSION | Module function to return the QScintilla version. |
Class implementing a compatability interface to QsciScintilla.
This class implements all the functions, that were added to QsciScintilla incrementally. This class ensures compatibility to older versions of QsciScintilla.
QsciScintillaCompat | Constructor |
clearAlternateKeys | Protected method to clear the alternate key commands. |
clearKeys | Protected method to clear the key commands. |
clearStyles | Public method to set the styles according the selected Qt style. |
delete | Public method to delete the character to the right of the cursor. |
deleteBack | Public method to delete the character to the left of the cursor. |
deleteLineLeft | Public method to delete the line to the left of the cursor. |
deleteLineRight | Public method to delete the line to the right of the cursor. |
deleteWordLeft | Public method to delete the word to the left of the cursor. |
deleteWordRight | Public method to delete the word to the right of the cursor. |
editorCommand | Public method to perform a simple editor command. |
extendSelectionLeft | Public method to extend the selection one character to the left. |
extendSelectionRight | Public method to extend the selection one character to the right. |
extendSelectionToBOL | Public method to extend the selection to the beginning of the line. |
extendSelectionToEOL | Public method to extend the selection to the end of the line. |
extendSelectionWordLeft | Public method to extend the selection one word to the left. |
extendSelectionWordRight | Public method to extend the selection one word to the right. |
getZoom | Public method used to retrieve the current zoom factor. |
lineAt | Public method to calculate the line at a position. |
monospacedStyles | Public method to set the current style to be monospaced. |
moveCursorLeft | Public method to move the cursor left. |
moveCursorRight | Public method to move the cursor right. |
moveCursorToEOL | Public method to move the cursor to the end of line. |
moveCursorWordLeft | Public method to move the cursor left one word. |
moveCursorWordRight | Public method to move the cursor right one word. |
scrollVertical | Public method to scroll the text area. |
setLexer | Public method to set the lexer. |
zoomIn | Public method used to increase the zoom factor. |
zoomOut | Public method used to decrease the zoom factor. |
zoomTo | Public method used to zoom to a specific zoom factor. |
Constructor
Protected method to clear the alternate key commands.
Protected method to clear the key commands.
Public method to set the styles according the selected Qt style.
Public method to delete the character to the right of the cursor.
Public method to delete the character to the left of the cursor.
Public method to delete the line to the left of the cursor.
Public method to delete the line to the right of the cursor.
Public method to delete the word to the left of the cursor.
Public method to delete the word to the right of the cursor.
Public method to perform a simple editor command.
Public method to extend the selection one character to the left.
Public method to extend the selection one character to the right.
Public method to extend the selection to the beginning of the line.
Public method to extend the selection to the end of the line.
Public method to extend the selection one word to the left.
Public method to extend the selection one word to the right.
Public method used to retrieve the current zoom factor.
Public method to calculate the line at a position.
This variant is able to calculate the line for positions in the margins and for empty lines.
Public method to set the current style to be monospaced.
Public method to move the cursor left.
Public method to move the cursor right.
Public method to move the cursor to the end of line.
Public method to move the cursor left one word.
Public method to move the cursor right one word.
Public method to scroll the text area.
Public method to set the lexer.
Public method used to increase the zoom factor.
Public method used to decrease the zoom factor.
Public method used to zoom to a specific zoom factor.
Module function to return the QScintilla version.
If the installed QScintilla is a snapshot version, then assume it is of the latest release and return a version number of 0x99999.