Definition textdocumentfilter.h:22
virtual Change * filterChange(TextDocument *doc, Change *change, int coalesceId)=0
This method is called for any other change Just before this change is executed the changes are passed...
virtual void filterReplaceRangeSet(TextDocument *doc, TextRangeSet &rangeSet, QString &str)
makes it possible to modify the range-set that's passed to the document
Definition textdocumentfilter.cpp:19
This is the base and abstract class of a text document A TextDocument is the model part of the editor...
Definition textdocument.h:42
The basic textrange class. A simple class of textrange with a simple vector implementation.
Definition textrange.h:202