summaryrefslogtreecommitdiff
path: root/noncore/apps/tinykate/libkate/document/katehighlight.cpp
AgeCommit message (Collapse)AuthorFilesLines
2007-01-29Each file in this commit has an issue where the initial value of a variableerik1-4/+6
is assumed to be something but no initial value is given. This commit changes that by either assigning an initial value or removing the assumption on an initial value (usually the former).
2007-01-19Every single file in this commit had a memory leak where a resource iserik1-1/+6
allocated in the constructor but not de-allocated in the destructor. This commit fixes that.
2004-05-03- convert qDebug to odebugar1-61/+65
2003-01-28Added a Config derivative.kergoth1-18/+18
2002-11-10import of tiny kate. (saving not possible yet)jowenn1-0/+1459