aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Document.cxx
AgeCommit message (Expand)AuthorFilesLines
2006-02-25Patch from Greg Smith with further modifications moved characternyamatongwe1-39/+23
2005-12-11Patch from Armel Asselin in RFE 1377661 to store positions in undo stacknyamatongwe1-4/+4
2005-12-09Fixed bug #1373855 by taking DBCS into account when matching braces.nyamatongwe1-0/+52
2005-12-04Marker modification notifications contain the correct line numbernyamatongwe1-0/+5
2005-11-16The indent command no longer indents completely empty lines.nyamatongwe1-3/+6
2005-10-30MarkerAddSet added.nyamatongwe1-0/+9
2005-09-10Reduced range of styling modification notification so that out of regionnyamatongwe1-4/+7
2005-06-07Added virtual destructor to avoid warnings from GCC 4.nyamatongwe1-0/+3
2005-06-02Fix bug in multi-byte encodings where making selection upper case or lowernyamatongwe1-4/+3
2005-05-07Patch from Robert that avoids slow performance for multiple step undonyamatongwe1-76/+100
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-15/+27
2005-02-08Patch from Josiah Reynolds to avoid matches of line endnyamatongwe1-4/+4
2005-02-04Avoid performing any actions when inserting a 0 length string.nyamatongwe1-8/+12
2005-02-03Patch from Josiah Reynolds to prevent backwards searches fromnyamatongwe1-1/+3
2004-12-03Patch from Regis Vaquette to allow compilation for Windows CE.nyamatongwe1-2/+2
2004-09-27Fix for bug 1025190 where a whole word find would match onnyamatongwe1-1/+1
2004-08-09Moved ConvertLineEnds from ScintillaGTK to Document so that it can be usednyamatongwe1-0/+31
2004-08-03Patch from Gene Barry to avoid movement of markers when callingnyamatongwe1-24/+23
2004-07-22New method SCI_FINDCOLUMN.nyamatongwe1-1/+1
2004-05-27Fixed behaviour of SetWordChars so characters can be removednyamatongwe1-3/+3
2004-05-02Some comments and const modifiers from Philippe.nyamatongwe1-3/+13
2004-04-27Continuation Marker feature from Hans Eckardt.nyamatongwe1-0/+1
2004-01-14Fixed GetFoldParent to return -1 for all top level lines.nyamatongwe1-1/+1
2004-01-13When styling is performed outside a styleneeded event,nyamatongwe1-4/+8
2003-11-30Handle backslashed characters in replacement for regex.nyamatongwe1-11/+55
2003-11-04Simplified SetCharClasses and added SCI_SETCHARSDEFAULT.nyamatongwe1-46/+2
2003-11-01Patch from Roy Wood to allow changing the characters that are in thenyamatongwe1-4/+49
2003-10-27Patches from Roy Wood:nyamatongwe1-0/+34
2003-09-28Hotspot improvements from Simon, including setting tonyamatongwe1-3/+7
2003-09-07Ensure word selection doesn't decompose DBCS characters.nyamatongwe1-1/+1
2003-09-02Fixed hang when searching backwards in UTF-8 file for stringnyamatongwe1-1/+1
2003-07-26Fix to make backwards regular expression searches not skip over text.nyamatongwe1-4/+4
2003-07-26Patch from Yair Siegel to include the string being inserted in anyamatongwe1-1/+1
2003-04-18New methods for finding the next or previous position taking multi bytenyamatongwe1-24/+15
2003-03-28Jakub's paragraph movement commands.nyamatongwe1-1/+28
2003-03-20Patch from Simon Steele to implement the hotspot style and associatednyamatongwe1-0/+13
2003-03-06Avoiding infinite loop in regex search backwards for ^nyamatongwe1-1/+2
2003-03-04Patch from Jakub to optionally implement more POSIX compatible regularnyamatongwe1-11/+25
2003-02-15Updating version numbers and copyright.nyamatongwe1-1/+1
2003-02-07WordPartLeft and WordPartRight made safe for non-ASCII.nyamatongwe1-27/+56
2003-01-18Removed special casing of '^' and '$' that tried to prevent hangs. This isnyamatongwe1-12/+0
2003-01-13Simplified and corrected code.nyamatongwe1-51/+17
2003-01-12Changes to make DBCS work on GTK+ and handle DBCS sequences longer than 2 bytes.nyamatongwe1-21/+41
2002-10-08Extra safety by anding mask into styles being set.nyamatongwe1-6/+7
2002-10-03Fixed infinite loop finding zero width match at end of range.nyamatongwe1-1/+1
2002-09-15Made backwards regex work better with more complex regular expressions.nyamatongwe1-10/+3
2002-09-15Made reverse regex searches work a bit.nyamatongwe1-10/+28
2002-07-28Changed styling notifications to only include the range up to the lastnyamatongwe1-4/+7
2002-07-26Patch from John Ehresman to return false from styling operations whennyamatongwe1-8/+19