Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-10-08 | Typo. | nyamatongwe | 1 | -1/+1 | |
2007-09-24 | Bug #1794426, return 0 if not in Unicode mode. | nyamatongwe | 1 | -1/+1 | |
2007-09-08 | Lexer for Asymptote. | nyamatongwe | 11 | -30/+343 | |
2007-08-26 | Send SCN_MODIFYATTEMPTRO notification for Cut. | nyamatongwe | 2 | -2/+2 | |
2007-08-19 | Bug #1777016 recognizing regular expression literals in more cases. | nyamatongwe | 1 | -3/+23 | |
2007-08-18 | Addition of DelWordRightEnd by Nick Treleaven eases compatibility with | nyamatongwe | 5 | -0/+18 | |
common GTK+ behaviour. | |||||
2007-08-18 | Fixed bug #1772351 SCI_CALLTIPSETBACK setting foreground rather than | nyamatongwe | 1 | -1/+1 | |
background colour. | |||||
2007-08-16 | Make selection of first or second character on line work with a selection | nyamatongwe | 1 | -2/+2 | |
foreground set. | |||||
2007-08-05 | Using IFaceTable to discover value of menu constants so can also be used | nyamatongwe | 1 | -8/+0 | |
from Lua. | |||||
2007-07-31 | Eric Promislow added an operator state for YAML and recognise comments | nyamatongwe | 3 | -8/+15 | |
after code. | |||||
2007-07-30 | Fix bug #1760848 by ensuring undo stack level is maintained during an | nyamatongwe | 1 | -0/+1 | |
automatic load while reload.preserves.undo=1. | |||||
2007-07-28 | Fix for bug #1762727. Use an int rather than char to hold character values | nyamatongwe | 1 | -46/+60 | |
as that is expected by CharacterSet. | |||||
2007-07-28 | Fix for #endregion from Jos. | nyamatongwe | 1 | -2/+3 | |
2007-07-28 | Fixed potential but unlikely unpaired undo group. | nyamatongwe | 1 | -1/+3 | |
2007-07-28 | Indented with AStyle. | nyamatongwe | 1 | -185/+185 | |
2007-07-27 | Changed lineStates to a SplitVector so that it supports insert and delete | nyamatongwe | 9 | -15/+35 | |
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 | XML script indicator is only active if only whitespace before it. | nyamatongwe | 1 | -1/+8 | |
2007-07-26 | Resetting correctly. | nyamatongwe | 1 | -0/+1 | |
2007-07-26 | Fixed bug when ShowAll called where linesInDocument was always reset to 1 | nyamatongwe | 1 | -1/+2 | |
which hid most of the file. | |||||
2007-07-26 | Optimised previous change to avoid extra redraws when modification does not | nyamatongwe | 3 | -2/+9 | |
affect visible area. | |||||
2007-07-26 | Documented SC_MOD_CHANGELINESTATE. | nyamatongwe | 1 | -1/+14 | |
2007-07-26 | Added notification for changing line state and use it to redraw if a line | nyamatongwe | 5 | -12/+25 | |
state change overruns the end of painting. | |||||
2007-07-25 | Fixed header order for changed ContractionState. | nyamatongwe | 1 | -3/+3 | |
2007-07-25 | Changed ContractionState data structure to be more efficient by not only | nyamatongwe | 8 | -229/+184 | |
modifying data near an insertion or deletion when there is good locality of modification. | |||||
2007-07-25 | Fix bug #1404276 by wrapping the line which just had the character added | nyamatongwe | 2 | -7/+20 | |
before ensuring the caret is visible. Also sets scroll bar in case line added by wrapping. | |||||
2007-07-25 | Fixed bugs where caret was not shown at start of wrapped lines or was shown | nyamatongwe | 3 | -3/+8 | |
at both the start of one line and the end of the previous line. | |||||
2007-07-24 | Changes to PropSet and PropSetFile make wild card suffixes work; evaluate | nyamatongwe | 2 | -26/+11 | |
file patterns from the starting PropSet, and add some const corectness. | |||||
2007-07-15 | Update from KHMan to improve format identifier lexing and disambiguate | nyamatongwe | 1 | -18/+44 | |
a bareword or keyword followed by a '/'. | |||||
2007-07-15 | Made clear that Scintilla does not support named coloours. | nyamatongwe | 1 | -1/+3 | |
2007-07-15 | Fixed bug #1754343 double test against SCI_CHARLEFTEXTEND. | nyamatongwe | 1 | -1/+1 | |
2007-07-15 | Credits. | nyamatongwe | 1 | -0/+1 | |
2007-07-15 | Patch from Juan Carlos Arevalo Baeza fixes string literals. | nyamatongwe | 1 | -1/+5 | |
2007-07-15 | Updated metapost folder uses keyword lists for fold strats and ends. | nyamatongwe | 1 | -39/+15 | |
2007-07-14 | Jos van der Zande: Fixed Commentblock issue when LF's | nyamatongwe | 1 | -5/+12 | |
are used as EOL. | |||||
2007-07-14 | Changes from Kein-Hong Man supports fixes bareword issues and underscores | nyamatongwe | 3 | -37/+142 | |
in numeric literals, and handles ^D and ^Z, subroutine prototypes, and formats. | |||||
2007-07-12 | Modification allows indentation guides to appear on lines that are | nyamatongwe | 6 | -12/+101 | |
empty. | |||||
2007-07-12 | More complex WordList and PropSet functionality moved to SciTE. | nyamatongwe | 2 | -427/+3 | |
2007-07-12 | Patch from Kein-Hong Man treats invalid octal lierals as hex numbers. | nyamatongwe | 1 | -4/+19 | |
2007-07-09 | Added TrackBack. | nyamatongwe | 1 | -0/+4 | |
2007-07-09 | Credits. | nyamatongwe | 1 | -0/+1 | |
2007-07-08 | More related projects. | nyamatongwe | 2 | -1/+16 | |
2007-07-08 | Added const to methods that should not logically need to modify object. | nyamatongwe | 5 | -23/+23 | |
2007-07-07 | Typo. | nyamatongwe | 1 | -6/+6 | |
2007-07-07 | Allows the popup to be displayed below as long as it can fit on the monitor | nyamatongwe | 5 | -8/+71 | |
the cursor is on rather than flipping up above the current point when near bottom of window. Implemented for GTK+ by John Ehresman. Partial Windows implementation #ifdefed out because it uses calls unavailable on Windows 95. | |||||
2007-07-06 | Added some users of Scintilla. | nyamatongwe | 1 | -0/+9 | |
2007-07-05 | lexer.errorlist.value.separate styles location and matched text separately | nyamatongwe | 3 | -5/+17 | |
for Find in Files command. | |||||
2007-07-05 | Keywords work with characters > 0x79. | nyamatongwe | 1 | -1/+1 | |
2007-07-05 | Credits. | nyamatongwe | 1 | -0/+3 | |
2007-07-05 | Moved expansion and contraction of decorators from Editor to Document | nyamatongwe | 2 | -2/+5 | |
as its slightly better modularity. | |||||
2007-07-04 | Use gtk_clipboard_set_can_store so copied text can be pasted after | nyamatongwe | 1 | -18/+15 | |
application exit. |