Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-21 | Using a much simpler property set implementation. | nyamatongwe | 1 | -10/+0 | |
Accessor objects use the PropertyGet interface to access just the property set methods they need. Removed SString. | |||||
2009-07-12 | Since now using exceptions, don't check result from new. | nyamatongwe | 1 | -4/+0 | |
2009-07-12 | Since exception handling now turned on, do not check return value from new. | nyamatongwe | 1 | -2/+0 | |
2009-07-10 | Duplicate works on discontiguous selections by duplicating each selection. | nyamatongwe | 1 | -4/+2 | |
UndoGroup class simplifies grouping actions together in the undo history. | |||||
2009-07-03 | Discontiguoues selection and virtual space initial commit. | nyamatongwe | 1 | -0/+4 | |
2009-06-24 | Some extra const constraints added while working on discontiguous selection. | nyamatongwe | 1 | -3/+3 | |
2009-06-10 | Clear out per-line data when all contents removed. | nyamatongwe | 1 | -0/+7 | |
2009-04-25 | Avoid out of bounds write when asked to add marker to line beyond end of | nyamatongwe | 1 | -5/+9 | |
document. | |||||
2009-04-22 | Removed Document methods that returned parts of annotations in favour of | nyamatongwe | 1 | -39/+9 | |
methods that return StyledText objects. Provided LineLength call on StyledText rather than iterator objects. Simplified code and made more things const. | |||||
2009-04-22 | Fixed bug where not styling last document line on screen when followed by | nyamatongwe | 1 | -0/+10 | |
annotation lines. StyledText class encapsulates related data when drawing annotations and margins. | |||||
2009-04-12 | Annotations and text margins added. | nyamatongwe | 1 | -7/+157 | |
2009-04-04 | Added AddUndoAction call for adding application actions into undo stack. | nyamatongwe | 1 | -6/+18 | |
2008-12-23 | Avoid warnings with gcc 4.3 | nyamatongwe | 1 | -4/+4 | |
2008-12-16 | Namespace work for OS X / XCode compatibility. | nyamatongwe | 1 | -4/+6 | |
2008-10-22 | Fixes a namespace problem with the new replaceable regex. | nyamatongwe | 1 | -0/+8 | |
2008-06-29 | Simon Steele's modification to allow replacing the regular | nyamatongwe | 1 | -195/+227 | |
expression implementation. | |||||
2008-04-15 | Florian Balmer fixed VCHome for last line of document. | nyamatongwe | 1 | -2/+2 | |
2007-10-10 | Detect and handle invalid byte sequences in UTF-8 mode by displaying each | nyamatongwe | 1 | -5/+55 | |
individual invalid byte as a hex blob. | |||||
2007-07-27 | Changed lineStates to a SplitVector so that it supports insert and delete | nyamatongwe | 1 | -1/+0 | |
so inserting and deleting lines does not cause a really large number of changed values under most circumstances leading to fewer notifications. SVector is no longer used. | |||||
2007-07-26 | Added notification for changing line state and use it to redraw if a line | nyamatongwe | 1 | -9/+11 | |
state change overruns the end of painting. | |||||
2007-07-08 | Added const to methods that should not logically need to modify object. | nyamatongwe | 1 | -5/+5 | |
2007-07-05 | Moved expansion and contraction of decorators from Editor to Document | nyamatongwe | 1 | -0/+5 | |
as its slightly better modularity. | |||||
2007-06-24 | Make the styles array variable length so it can be increased to 256 entries | nyamatongwe | 1 | -5/+1 | |
without always taking 24K. | |||||
2007-06-01 | integrate OS X support for scintilla. a big patch with a little commit ↵ | scaraveo | 1 | -0/+4 | |
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-19 | Optimized indicator changing with separate SC_MOD_CHANGEINDICATOR | nyamatongwe | 1 | -4/+1 | |
notification flag. | |||||
2007-04-19 | All Unicode planes supported, not just the Basic Multilingual Plane. | nyamatongwe | 1 | -1/+3 | |
2007-04-07 | More decoration code, with modifications reported from document to views | nyamatongwe | 1 | -0/+11 | |
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-02-13 | Optimisation that avoids double check for line ends. | nyamatongwe | 1 | -2/+2 | |
2007-01-26 | Separated reentrance check into text modification and styling modification ↵ | nyamatongwe | 1 | -20/+21 | |
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 | -3/+2 | |
thrown away. | |||||
2007-01-02 | Separated the cell buffer into substance and style buffers. | nyamatongwe | 1 | -33/+14 | |
2007-01-01 | Major change to CellBuffer class with addition of Partitioning class and ↵ | nyamatongwe | 1 | -1/+3 | |
SplitVector template. Inserting and deleting lines are made more efficient by lessening the amount of per line information copied. Marker data is only allocated for each line if markers are added. | |||||
2006-10-29 | Fix infinite loop when GetColumn called with position beyond end of text. | nyamatongwe | 1 | -0/+2 | |
2006-10-17 | Armel Asselin contributed a feature that adds the flag SC_STARTACTION to | nyamatongwe | 1 | -4/+6 | |
modification notifications where the modification is the first step of an undo transaction. This is used to synchronize with the container's undo stack. | |||||
2006-02-25 | Patch from Greg Smith with further modifications moved character | nyamatongwe | 1 | -39/+23 | |
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 | -4/+4 | |
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/+52 | |
Moved brace matching from Editor into Document. | |||||
2005-12-04 | Marker modification notifications contain the correct line number | nyamatongwe | 1 | -0/+5 | |
for single marker changes and -1 for multiple marker changes. This ensures redrawn when changed. | |||||
2005-11-16 | The indent command no longer indents completely empty lines. | nyamatongwe | 1 | -3/+6 | |
2005-10-30 | MarkerAddSet added. | nyamatongwe | 1 | -0/+9 | |
2005-09-10 | Reduced range of styling modification notification so that out of region | nyamatongwe | 1 | -4/+7 | |
painting is less likely, so painting will complete without triggering a full repaint. This was a problem with some lexers that backtracked to see if the line before a modification needed restyling. | |||||
2005-06-07 | Added virtual destructor to avoid warnings from GCC 4. | nyamatongwe | 1 | -0/+3 | |
2005-06-02 | Fix bug in multi-byte encodings where making selection upper case or lower | nyamatongwe | 1 | -4/+3 | |
case would not change the first character on each line. | |||||
2005-05-07 | Patch from Robert that avoids slow performance for multiple step undo | nyamatongwe | 1 | -76/+100 | |
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 | -15/+27 | |
empty for the paragraph up and paragraph down actions. | |||||
2005-02-08 | Patch from Josiah Reynolds to avoid matches of line end | nyamatongwe | 1 | -4/+4 | |
characters. | |||||
2005-02-04 | Avoid performing any actions when inserting a 0 length string. | nyamatongwe | 1 | -8/+12 | |
Added an undo action around setting line indenation so it is undone together. | |||||
2005-02-03 | Patch from Josiah Reynolds to prevent backwards searches from | nyamatongwe | 1 | -1/+3 | |
matching when the search string extended beyond the end of the search range. |