Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-04-27 | Implemented GetCharacterPointer feature. | nyamatongwe | 1 | -0/+1 | |
2007-10-10 | Detect and handle invalid byte sequences in UTF-8 mode by displaying each | nyamatongwe | 1 | -0/+1 | |
individual invalid byte as a hex blob. | |||||
2007-08-26 | Send SCN_MODIFYATTEMPTRO notification for Cut. | nyamatongwe | 1 | -2/+1 | |
2007-07-26 | Added notification for changing line state and use it to redraw if a line | nyamatongwe | 1 | -1/+1 | |
state change overruns the end of painting. | |||||
2007-07-08 | Added const to methods that should not logically need to modify object. | nyamatongwe | 1 | -6/+6 | |
2007-06-01 | integrate OS X support for scintilla. a big patch with a little commit ↵ | scaraveo | 1 | -0/+8 | |
message :) - now uses namespaces (optionally for non-os x) to avoid conflicts with OS X libraries - several fixes in the OS X layer since the branch was commited in 2005 - used in Komodo since 2005, so pretty stable | |||||
2007-04-07 | More decoration code, with modifications reported from document to views | nyamatongwe | 1 | -0/+1 | |
although this isn't optimal. Some checking for null changes. Messages documented. Methods for changing indicators in Accessor so can be used by lexers. | |||||
2007-04-05 | Implemented decorations which are extended indicators. | nyamatongwe | 1 | -0/+2 | |
2007-01-26 | Separated reentrance check into text modification and styling modification ↵ | nyamatongwe | 1 | -1/+2 | |
flags to allow styling to be performed within a text modification | |||||
2007-01-26 | Avoid trying to style when inside a modification as that styling will be ↵ | nyamatongwe | 1 | -1/+1 | |
thrown away. | |||||
2007-01-02 | Separated the cell buffer into substance and style buffers. | nyamatongwe | 1 | -4/+3 | |
2006-02-25 | Patch from Greg Smith with further modifications moved character | nyamatongwe | 1 | -3/+3 | |
classification from Document into a separate CharClassify class and file and uses this from RESearch for regular expression word end \< and \> instead of built-in table. | |||||
2005-12-11 | Patch from Armel Asselin in RFE 1377661 to store positions in undo stack | nyamatongwe | 1 | -1/+1 | |
in terms of document (cell) position rather than byte position. Will help allow expansion to more than 2 bytes per cell. | |||||
2005-12-09 | Fixed bug #1373855 by taking DBCS into account when matching braces. | nyamatongwe | 1 | -0/+1 | |
Moved brace matching from Editor into Document. | |||||
2005-10-30 | MarkerAddSet added. | nyamatongwe | 1 | -0/+1 | |
2005-05-07 | Patch from Robert that avoids slow performance for multiple step undo | nyamatongwe | 1 | -0/+2 | |
or redo by only modifying the scroll bars at the end. When document is read only, undo and redo send a SCN_MODIFYATTEMPTRO notification. | |||||
2005-04-13 | Patch from Robert to include line number in some marker notifications. | nyamatongwe | 1 | -2/+2 | |
2005-03-19 | Patch from Franck Marcia to treat lines containing only whitespace as | nyamatongwe | 1 | -0/+1 | |
empty for the paragraph up and paragraph down actions. | |||||
2005-02-17 | Fix for bug 1110111 by moving end of styling to first argument if it is | nyamatongwe | 1 | -2/+2 | |
currently after the argument. | |||||
2004-08-09 | Moved ConvertLineEnds from ScintillaGTK to Document so that it can be used | nyamatongwe | 1 | -0/+1 | |
on other platforms. Changed name to TransformLineEnds as Document already had a ConvertLineEnds. | |||||
2004-05-27 | Fixed behaviour of SetWordChars so characters can be removed | nyamatongwe | 1 | -1/+1 | |
from set of word characters. Implemented by setting any (alphanumeric or '_') characters not in argument to be punctuation. | |||||
2004-05-02 | Some comments and const modifiers from Philippe. | nyamatongwe | 1 | -1/+1 | |
2004-04-27 | Continuation Marker feature from Hans Eckardt. | nyamatongwe | 1 | -2/+2 | |
2004-01-20 | Method to preallocate document space. | nyamatongwe | 1 | -2/+3 | |
2004-01-13 | When styling is performed outside a styleneeded event, | nyamatongwe | 1 | -0/+1 | |
increment the style clock so the layout cache is invalidated and so the styling is displayed. | |||||
2003-11-01 | Patch from Roy Wood to allow changing the characters that are in the | nyamatongwe | 1 | -3/+5 | |
whitespace class. | |||||
2003-10-27 | Patches from Roy Wood: | nyamatongwe | 1 | -0/+1 | |
Word movement to end of word. Stuttered page movement. User defined keyboard accelerators on GTK+. | |||||
2003-09-28 | Hotspot improvements from Simon, including setting to | nyamatongwe | 1 | -1/+1 | |
limit hotspots to a single line. | |||||
2003-03-28 | Jakub's paragraph movement commands. | nyamatongwe | 1 | -0/+2 | |
2003-03-20 | Patch from Simon Steele to implement the hotspot style and associated | nyamatongwe | 1 | -0/+1 | |
notifications. | |||||
2003-03-04 | Patch from Jakub to optionally implement more POSIX compatible regular | nyamatongwe | 1 | -1/+1 | |
expressions. \(..\) changes to (..) Fixes problem where find previous would not find earlier matches on same line. | |||||
2003-02-15 | Updating version numbers and copyright. | nyamatongwe | 1 | -1/+1 | |
2003-01-13 | Simplified and corrected code. | nyamatongwe | 1 | -7/+6 | |
IsDBCS no longer present as now must deal with 3 byte DBCS so use LenChar and DBCSCharLength. | |||||
2002-07-26 | Patch from John Ehresman to return false from styling operations when | nyamatongwe | 1 | -2/+2 | |
reentering causes styling to not be performed. | |||||
2002-04-21 | Some Win64 compatibility and size_t correctness. | nyamatongwe | 1 | -1/+1 | |
2002-04-04 | Improved caret movement in read-only mode by handling more cases where text ↵ | nyamatongwe | 1 | -2/+1 | |
is inserted and be removing handling of cases where text is deleted as these are handled automatically in the modification listener. | |||||
2002-04-03 | Enhancements to read-only mode to stop caret moving when typing or deleting. | nyamatongwe | 1 | -5/+6 | |
2002-03-01 | Fixed problem where brace highlights were remembered in line layout cache. | nyamatongwe | 1 | -0/+10 | |
2002-02-28 | Line layout cache feature added. | nyamatongwe | 1 | -0/+2 | |
2002-01-18 | Updated copyrights for 2002. | nyamatongwe | 1 | -1/+1 | |
2002-01-13 | Added option to autocompletion AutoCSetDropRestOfWord which removes any | nyamatongwe | 1 | -1/+1 | |
word characters following an insertion made by auto-completion. Bundled the changes made by an autocompletion into one undo action. | |||||
2001-12-20 | Unicode and multi-byte fixes to edge display and column number calculation. | nyamatongwe | 1 | -0/+1 | |
Tab arrows are drawn within their areas when line height is large. | |||||
2001-10-25 | Changed definition of word to either be a sequence of word characters or | nyamatongwe | 1 | -2/+3 | |
a sequence of punctuation. Punctuation is defined as those character that are not in the set of word characters but are not new line (\r or \n) characters or space characters. Space characters are ' ' and control characters. Word boundaries occur between sequences of these four (word, punctuation, space and newline) classes although there is some fiddling to ensure spaces are correctly associated with their adjacent words when performing some operations such as delete to end of word. | |||||
2001-07-03 | Simplified by removal of stylingPos variable as it mostly shadowed | nyamatongwe | 1 | -1/+0 | |
endStyled and there were bugs when they got out of synch. Avoid setting endStyled to -1 as this led to bugs in clients. | |||||
2001-05-14 | Merged patch from Michele to add ability for tab key to perform indent when | nyamatongwe | 1 | -18/+20 | |
selection is empty and within indentation and for backspace to unindent in the same circumstances. | |||||
2001-04-29 | Addition of new target methods - versions of ReplaceTarget that take counted | nyamatongwe | 1 | -1/+1 | |
strings to allow for nulls, SearchInTarget and Get/SetSearchFlags to use a series of calls rather than a structure. Handling of \000 in search and replace. Handling of /escapes within character ranges of regular expressions. Some handling of bare ^ and $ regular expressions. | |||||
2001-04-05 | Replace target functionality to make find and replace operations faster | nyamatongwe | 1 | -1/+7 | |
by diminishing screen updates and allow for \d patterns in the replacement text. | |||||
2001-04-04 | Moved to public domain regular expresion implementation. | nyamatongwe | 1 | -2/+0 | |
2001-04-03 | Regular expression find support. | nyamatongwe | 1 | -1/+3 | |
2001-02-24 | Updated documentation comments from Philippe. | nyamatongwe | 1 | -16/+28 | |