aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Document.h
AgeCommit message (Expand)AuthorFilesLines
2011-01-10Fixing double-click inside word selecting non-word characters. Bug #3111174.nyamatongwe1-1/+1
2010-09-25Optimization of line layout by minimizing calls in Editor::LayoutLine and avo...nyamatongwe1-0/+3
2010-09-16Making methods const when they should be.nyamatongwe1-2/+2
2010-08-19Adding GetLineIndentation to IDocument.nyamatongwe1-1/+1
2010-08-19Exposed BufferPointer through IDocument.nyamatongwe1-1/+1
2010-08-05Case insensitive search in DBCS and faster processing of DBCS.nyamatongwe1-0/+1
2010-08-04Added NextPosition as more efficient way to iterate through DBCS characters.nyamatongwe1-0/+1
2010-07-28Restore container lexing functionality which was accidentally removed by lexe...rel-2-20nyamatongwe1-0/+3
2010-07-13Files changed for new lexer design.nyamatongwe1-14/+47
2010-05-05Made some methods const.nyamatongwe1-4/+4
2010-04-30Made compatible with clang.nyamatongwe1-3/+3
2010-03-26Simplify code and use better variable names.nyamatongwe1-1/+2
2010-03-25New case insensitive searching implementation uses objects implementingnyamatongwe1-3/+21
2010-02-17Formatting whitespace.nyamatongwe1-8/+8
2009-07-10Duplicate works on discontiguous selections by duplicating each selection.nyamatongwe1-0/+21
2009-07-03Discontiguoues selection and virtual space initial commit.nyamatongwe1-0/+1
2009-06-24Some extra const constraints added while working on discontiguous selection.nyamatongwe1-3/+3
2009-06-10Clear out per-line data when all contents removed.nyamatongwe1-0/+1
2009-04-22Removed Document methods that returned parts of annotations in favour ofnyamatongwe1-14/+17
2009-04-22Fixed bug where not styling last document line on screen when followed bynyamatongwe1-0/+13
2009-04-19Added UNDO_MAY_COALESCE flag to AddUndoAction.nyamatongwe1-1/+1
2009-04-12Annotations and text margins added.nyamatongwe1-8/+39
2009-04-04Added AddUndoAction call for adding application actions into undo stack.nyamatongwe1-2/+6
2008-06-29Simon Steele's modification to allow replacing the regularnyamatongwe1-4/+20
2008-04-27Implemented GetCharacterPointer feature.nyamatongwe1-0/+1
2007-10-10Detect and handle invalid byte sequences in UTF-8 mode by displaying eachnyamatongwe1-0/+1
2007-08-26Send SCN_MODIFYATTEMPTRO notification for Cut.nyamatongwe1-2/+1
2007-07-26Added notification for changing line state and use it to redraw if a linenyamatongwe1-1/+1
2007-07-08Added const to methods that should not logically need to modify object.nyamatongwe1-6/+6
2007-06-01integrate OS X support for scintilla. a big patch with a little commit messa...scaraveo1-0/+8
2007-04-07More decoration code, with modifications reported from document to viewsnyamatongwe1-0/+1
2007-04-05Implemented decorations which are extended indicators.nyamatongwe1-0/+2
2007-01-26Separated reentrance check into text modification and styling modification fl...nyamatongwe1-1/+2
2007-01-26Avoid trying to style when inside a modification as that styling will be thro...nyamatongwe1-1/+1
2007-01-02Separated the cell buffer into substance and style buffers.nyamatongwe1-4/+3
2006-02-25Patch from Greg Smith with further modifications moved characternyamatongwe1-3/+3
2005-12-11Patch from Armel Asselin in RFE 1377661 to store positions in undo stacknyamatongwe1-1/+1
2005-12-09Fixed bug #1373855 by taking DBCS into account when matching braces.nyamatongwe1-0/+1
2005-10-30MarkerAddSet added.nyamatongwe1-0/+1
2005-05-07Patch from Robert that avoids slow performance for multiple step undonyamatongwe1-0/+2
2005-04-13Patch from Robert to include line number in some marker notifications.nyamatongwe1-2/+2
2005-03-19Patch from Franck Marcia to treat lines containing only whitespace asnyamatongwe1-0/+1
2005-02-17Fix for bug 1110111 by moving end of styling to first argument if it isnyamatongwe1-2/+2
2004-08-09Moved ConvertLineEnds from ScintillaGTK to Document so that it can be usednyamatongwe1-0/+1
2004-05-27Fixed behaviour of SetWordChars so characters can be removednyamatongwe1-1/+1
2004-05-02Some comments and const modifiers from Philippe.nyamatongwe1-1/+1
2004-04-27Continuation Marker feature from Hans Eckardt.nyamatongwe1-2/+2
2004-01-20Method to preallocate document space.nyamatongwe1-2/+3
2004-01-13When styling is performed outside a styleneeded event,nyamatongwe1-0/+1
2003-11-01Patch from Roy Wood to allow changing the characters that are in thenyamatongwe1-3/+5