Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2007-07-03 | Changed #ifdef PLAT_MACOSX to #if PLAT_MACOSX as PLAT_MACOSX is always | nyamatongwe | 1 | -4/+4 | |
defined but is 0 on other platforms. | |||||
2007-07-02 | Scroll width tracking feature. | nyamatongwe | 5 | -2/+38 | |
2007-06-30 | Support for Abaqus language added by Sergio Lucato. | nyamatongwe | 12 | -30/+335 | |
2007-06-30 | Folding added by Sergio Lucato. | nyamatongwe | 1 | -1/+118 | |
2007-06-29 | Removed OS X specific WaitMouseMoved call since the generic code no longer | nyamatongwe | 3 | -76/+58 | |
starts a drag unless the mouse moves. | |||||
2007-06-25 | Allow use of all 8 bits for lexical styles and LexHTML set to use 8 buts. | nyamatongwe | 4 | -16/+16 | |
2007-06-24 | Make the styles array variable length so it can be increased to 256 entries | nyamatongwe | 5 | -151/+153 | |
without always taking 24K. | |||||
2007-06-23 | Fixed indentation. | nyamatongwe | 1 | -21/+21 | |
2007-06-23 | Fixes for bug #1732146, Armenian input on Windows by registering the | nyamatongwe | 2 | -33/+46 | |
Scintilla windows class as wide and using GetMessageW/DispatchMessageW in the SciTE event loop. | |||||
2007-06-22 | Credits. | nyamatongwe | 1 | -0/+1 | |
2007-06-22 | Folding added by instanton. | nyamatongwe | 2 | -5/+303 | |
2007-06-22 | Changed decorator style to just cover the decorator name. | nyamatongwe | 1 | -3/+1 | |
2007-06-20 | Fixed spelling, bad styles and date. | nyamatongwe | 1 | -5/+5 | |
2007-06-18 | Fixed date. | nyamatongwe | 1 | -1/+1 | |
2007-06-17 | More updates for 1.74. | nyamatongwe | 1 | -0/+10 | |
2007-06-17 | Made contributors list multi-column to use less space. | nyamatongwe | 2 | -207/+269 | |
Updated links and dates. | |||||
2007-06-17 | Added warning about limited regular expression support. | nyamatongwe | 1 | -0/+4 | |
2007-06-15 | Correctly measure widths of Latin1 characters that take 2 bytes in UTF-8. | nyamatongwe | 1 | -6/+16 | |
2007-06-15 | Ligatures. | nyamatongwe | 1 | -0/+3 | |
2007-06-15 | Updated download sizes. | nyamatongwe | 1 | -2/+2 | |
2007-06-15 | Updated for 1.74. | nyamatongwe | 1 | -2/+11 | |
2007-06-15 | Lua 5.1 and scripting additions. | nyamatongwe | 1 | -0/+6 | |