aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Document.h
AgeCommit message (Expand)AuthorFilesLines
2003-09-28Hotspot improvements from Simon, including setting tonyamatongwe1-1/+1
2003-03-28Jakub's paragraph movement commands.nyamatongwe1-0/+2
2003-03-20Patch from Simon Steele to implement the hotspot style and associatednyamatongwe1-0/+1
2003-03-04Patch from Jakub to optionally implement more POSIX compatible regularnyamatongwe1-1/+1
2003-02-15Updating version numbers and copyright.nyamatongwe1-1/+1
2003-01-13Simplified and corrected code.nyamatongwe1-7/+6
2002-07-26Patch from John Ehresman to return false from styling operations whennyamatongwe1-2/+2
2002-04-21Some Win64 compatibility and size_t correctness.nyamatongwe1-1/+1
2002-04-04Improved caret movement in read-only mode by handling more cases where text i...nyamatongwe1-2/+1
2002-04-03Enhancements to read-only mode to stop caret moving when typing or deleting.nyamatongwe1-5/+6
2002-03-01Fixed problem where brace highlights were remembered in line layout cache.nyamatongwe1-0/+10
2002-02-28Line layout cache feature added.nyamatongwe1-0/+2
2002-01-18Updated copyrights for 2002.nyamatongwe1-1/+1
2002-01-13Added option to autocompletion AutoCSetDropRestOfWord which removes anynyamatongwe1-1/+1
2001-12-20Unicode and multi-byte fixes to edge display and column number calculation.nyamatongwe1-0/+1
2001-10-25Changed definition of word to either be a sequence of word characters ornyamatongwe1-2/+3
2001-07-03Simplified by removal of stylingPos variable as it mostly shadowednyamatongwe1-1/+0
2001-05-14Merged patch from Michele to add ability for tab key to perform indent whennyamatongwe1-18/+20
2001-04-29Addition of new target methods - versions of ReplaceTarget that take countednyamatongwe1-1/+1
2001-04-05Replace target functionality to make find and replace operations fasternyamatongwe1-1/+7
2001-04-04Moved to public domain regular expresion implementation.nyamatongwe1-2/+0
2001-04-03Regular expression find support.nyamatongwe1-1/+3
2001-02-24Updated documentation comments from Philippe.nyamatongwe1-16/+28
2001-01-28Updating copyright notices for 2001.nyamatongwe1-1/+1
2000-10-16Merged Jason's WordPart left and right movement patch.nyamatongwe1-0/+4
2000-09-04Added SCFIND_WORDSTART.nyamatongwe1-1/+4
2000-07-21Provide alternative symbols for all features defined in WinDefs.h to allownyamatongwe1-1/+1
2000-07-18Added functions to clear all styling and contraction.nyamatongwe1-0/+1
2000-06-22Removed deprecated APIs.nyamatongwe1-1/+3
2000-06-08Added GetColumn that determines the column of a position.nyamatongwe1-0/+1
2000-04-23Fixing problems with fold information degrading when lines inserted andnyamatongwe1-0/+10
2000-04-11Added smart indentation support code.nyamatongwe1-3/+4
2000-04-10Tab size and indent size can now be different.nyamatongwe1-0/+7
2000-04-07Changing code to ensure no warnings are produced by compilers.nyamatongwe1-1/+1
2000-04-06Initial Unicode support code.nyamatongwe1-0/+2
2000-04-03Added Mark's change to support changing the document from within thenyamatongwe1-0/+1
2000-03-22Split UndoHistory out of CellBuffer.nyamatongwe1-1/+4
2000-03-16Split up KeyWords.cxx into 7 individual lexer files Lex*.cxx.nyamatongwe1-0/+2
2000-03-09Marker changes are relayed through document to all views.nyamatongwe1-4/+4
2000-03-08Initial revisionnyamatongwe1-0/+222