Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-14 | Enable build of debug version. | nyamatongwe | 1 | -5/+6 | |
2009-08-06 | Preparing release 2.0. | nyamatongwe | 1 | -4/+4 | |
2009-08-01 | Fix for Bug #2830223: ScintillaWin::Finalise should NOT call | nyamatongwe | 1 | -1/+0 | |
DestroySystemCaret. | |||||
2009-07-23 | Fix for Bug #2825485, paste in read-only mode sends EN_CHANGE despite no | nyamatongwe | 1 | -1/+0 | |
change taking place. | |||||
2009-07-21 | Removed SString.h. | nyamatongwe | 4 | -104/+100 | |
2009-07-21 | Using a much simpler property set implementation. | nyamatongwe | 1 | -0/+1 | |
Accessor objects use the PropertyGet interface to access just the property set methods they need. Removed SString. | |||||
2009-07-21 | Replacing SString with std::string. | nyamatongwe | 1 | -1/+1 | |
2009-07-14 | Added controls for enabling multiple selection and multiple selection | nyamatongwe | 1 | -0/+2 | |
typing. Renamed multiline options to reflect use on multiple selections. Using std::vector for selections. | |||||
2009-07-13 | VC6 gives many spurious level 4 warnings when using standard library so | nyamatongwe | 1 | -1/+1 | |
turn warning level down to 3. | |||||
2009-07-12 | Since exception handling now turned on, do not check return value from new. | nyamatongwe | 2 | -45/+33 | |
2009-07-10 | Duplicate works on discontiguous selections by duplicating each selection. | nyamatongwe | 1 | -2/+1 | |
UndoGroup class simplifies grouping actions together in the undo history. | |||||
2009-07-10 | Allow pasting into virtual space. | nyamatongwe | 1 | -2/+5 | |
2009-07-07 | Using the last style on a line to determine the width of a virtual space | nyamatongwe | 1 | -4/+2 | |
rather than use the default style. This adapts better for comments which use a different font. | |||||
2009-07-06 | Allow drag and drop in virtual space. | nyamatongwe | 1 | -12/+14 | |
2009-07-03 | Use screen point for caret that includes virtual spcace so that, for | nyamatongwe | 1 | -4/+4 | |
example, the IME appears near the caret when the caret is in virtual space. Changed LocationFromPosition to work on a SelectionPosition and added convenience method for finding screen point of main caret. | |||||
2009-07-03 | Included Selection and made VC6 version more similar to later versions. | nyamatongwe | 2 | -14/+27 | |
2009-07-03 | Discontiguoues selection and virtual space initial commit. | nyamatongwe | 3 | -24/+29 | |
2009-06-28 | Updates for release 1.79. | nyamatongwe | 1 | -4/+4 | |
2009-05-27 | Branded structs in Scintilla.h with Sci_ prefix and added forwarding macros | nyamatongwe | 1 | -2/+2 | |
from old name to new. | |||||
2009-05-06 | First stage of Cocoa platform addition. | nyamatongwe | 1 | -38/+38 | |
Changed identifier id since this is a reserved word in Objective C. SCI_LEXER and SCI_NAMESPACE turned on automatically for OS X native compilation. | |||||
2009-05-03 | Turned on exceptions. | nyamatongwe | 5 | -556/+624 | |
Translate exceptions into status codes before leaving Scintilla. Pick up status codes in SciTE and throw a ScintillaFailure exception. SciTE on Windows catches ScintillaFailure, shows message and exits. | |||||
2009-04-12 | Annotations and text margins added. | nyamatongwe | 3 | -7/+14 | |
2009-03-29 | Lexer for SML. Feature Request #2710950. | nyamatongwe | 3 | -1/+7 | |
2009-03-04 | Nimrod lexer from Andreas Rumpf added. | nyamatongwe | 3 | -5/+11 | |
2009-01-23 | Reinstated EScript after license returned to standard Scintilla license. | nyamatongwe | 4 | -6/+16 | |
2009-01-22 | Updates for version 1.78. | nyamatongwe | 1 | -5/+5 | |
2009-01-22 | Removal of EScript lexer cause changes to build files, etc. | nyamatongwe | 4 | -16/+6 | |
2009-01-01 | Lexer for PowerPro from Christopher Bean. | nyamatongwe | 3 | -4/+10 | |
2008-12-13 | Lexer added for SORCUS Installation files. | nyamatongwe | 3 | -3/+9 | |
2008-10-22 | Addition of lexers for TAL, TACL, and COBOL from ozlooper. FR #2127406 | nyamatongwe | 3 | -8/+27 | |
2008-10-16 | Updates for 1.77 | nyamatongwe | 1 | -4/+4 | |
2008-09-14 | Avoid warning. | nyamatongwe | 1 | -3/+3 | |
2008-09-14 | Added LexMySQL by Anders Karlsson. | nyamatongwe | 3 | -4/+10 | |
2008-09-07 | Encapsulation of conversion to Unicode to simplify text measuring and | nyamatongwe | 1 | -37/+32 | |
drawing code. | |||||
2008-09-06 | Comment fix. | nyamatongwe | 1 | -1/+1 | |
2008-09-06 | Changes to improve handling of long lines. | nyamatongwe | 1 | -53/+82 | |
2008-07-27 | Property to set interpratation of keys to always use Unicode. | nyamatongwe | 1 | -1/+11 | |
2008-07-06 | Bug #2011297: Do not export Scintilla_DirectFunction if STATIC_BUILD | nyamatongwe | 1 | -1/+5 | |
2008-06-29 | Simon Steele's modification to allow replacing the regular | nyamatongwe | 2 | -4/+20 | |
expression implementation. | |||||
2008-06-15 | Bug #1989278. Right mouse button down moves caret. | nyamatongwe | 1 | -0/+5 | |
2008-03-13 | Updated version numbers. | nyamatongwe | 1 | -5/+5 | |
2008-01-19 | CopyAllowLine from 280Z28 / Sam Harwell that reproduces Visual Studio's | nyamatongwe | 1 | -11/+38 | |
behaviour when performing copy on an empty selection copies the current line. | |||||
2008-01-18 | PowerShell lexer implemented by Tim Gerundt. | nyamatongwe | 3 | -3/+9 | |
2008-01-08 | Fixes horizontal scroll when document is wide and scroll position does | nyamatongwe | 1 | -4/+9 | |
not fit into 16 bits. | |||||
2007-12-31 | Added Magik lexer. | nyamatongwe | 3 | -5/+11 | |
2007-11-23 | Ensure palette is not selected into any surfaces when it may need to be | nyamatongwe | 1 | -1/+1 | |
released. Stops resource leaks in palette mode. | |||||
2007-11-13 | Updating version number to 1.75. | nyamatongwe | 1 | -4/+4 | |
2007-11-04 | Added support for 'R' language by Stephen Stagg. | nyamatongwe | 3 | -1/+7 | |
2007-09-24 | Bug #1794426, return 0 if not in Unicode mode. | nyamatongwe | 1 | -1/+1 | |
2007-09-08 | Lexer for Asymptote. | nyamatongwe | 3 | -10/+16 | |