aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ContractionState.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-04-19Using std::fill instead of a loop is much faster. As much as 4x on a large bl...nyamatongwe1-0/+2
2013-02-28Return last display line for document lines beyond document end.nyamatongwe1-1/+1
2011-07-02Fix warning from previous change.nyamatongwe1-0/+2
2011-07-02Fix for assertion failure with annotation. Bug #3347268.nyamatongwe1-1/+1
2011-06-07Make SCN_NEEDSHOWN notification work when word wrap is enabled.nyamatongwe1-0/+8
2010-09-24Added SCI_CONTRACTEDFOLDNEXT as a way to find contracted fold headers efficie...nyamatongwe1-0/+17
2010-02-17Formatting whitespace.nyamatongwe1-2/+2
2007-07-26Resetting correctly.nyamatongwe1-0/+1
2007-07-26Fixed bug when ShowAll called where linesInDocument was always reset to 1nyamatongwe1-1/+2
2007-07-25Changed ContractionState data structure to be more efficient by not onlynyamatongwe1-195/+151
2007-06-01integrate OS X support for scintilla. a big patch with a little commit messa...scaraveo1-0/+4
2006-12-31Fixed folding slowness when pasting a large amount of text on an empty line. ...nyamatongwe1-1/+1
2006-02-07Set linesInDisplay to linesInDoc in ShowAll to avoid crashes whennyamatongwe1-0/+6
2003-10-16When lines are deleted, move up line heights.nyamatongwe1-0/+1
2002-02-20Fixed off-by-one when handling beyond end of display lines.nyamatongwe1-1/+1
2002-02-03When changing document, ensured rewrap performed.nyamatongwe1-4/+6
2001-12-23Optimisation that avoids creating the lines and docLines arrays unlessnyamatongwe1-0/+10
2001-12-19Wrapping supported.nyamatongwe1-15/+75
2001-02-24Updated documentation comments from Philippe.nyamatongwe1-1/+3
2001-01-28Updating copyright notices for 2001.nyamatongwe1-1/+1
2000-07-18Added functions to clear all styling and contraction.nyamatongwe1-0/+6
2000-07-06Optimisations.nyamatongwe1-6/+0
2000-04-27Fixed bug when deleting lines.nyamatongwe1-7/+8
2000-04-23Fixing problems with fold information degrading when lines inserted andnyamatongwe1-2/+7
2000-04-21Changed font sizing to use more Windows compatible calculationnyamatongwe1-1/+1
2000-04-01Fixed warnings from Borland compiler.nyamatongwe1-1/+0
2000-03-23Fixed bug in ContractionState when files larer than 400 lines had fold points...nyamatongwe1-4/+4
2000-03-08Initial revisionnyamatongwe1-0/+203