qtext Module Reference

QextScintilla

void getCursorPosition(int *line, int *index);

This takes no parameters and returns a tuple of the values returned by the line and index pointers.

void getSelection(int *lineFrom, int *indexFrom, int *lineTo, int *indexTo);

This takes no parameters and returns a tuple of the values returned by the lineFrom, indexFrom, lineTo and indexTo pointers.

QextScintillaAPIs

QextScintillaAPIs is fully implemented.

QextScintillaBase

QextScintillaBase is fully implemented.

QextScintillaCommand

QextScintillaCommand is fully implemented.

QextScintillaCommandSet

QextScintillaCommandSet is fully implemented.

QextScintillaLexer

QextScintillaLexer is fully implemented.

QextScintillaLexerCPP

QextScintillaLexerCPP is fully implemented.

QextScintillaLexerCSharp

QextScintillaLexerCSharp is fully implemented.

QextScintillaLexerHTML (QScintilla v1.1+)

QextScintillaLexerHTML is fully implemented.

QextScintillaLexerIDL

QextScintillaLexerIDL is fully implemented.

QextScintillaLexerJava

QextScintillaLexerJava is fully implemented.

QextScintillaLexerJavaScript

QextScintillaLexerJavaScript is fully implemented.

QextScintillaLexerPython

QextScintillaLexerPython is fully implemented.

QextScintillaLexerSQL (QScintilla v1.1+)

QextScintillaLexerSQL is fully implemented.

QextScintillaMacro

QextScintillaMacro is fully implemented.

QextScintillaPrinter

QextScintillaPrinter is fully implemented.