| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-09-29 | Mark local functions as static. | Neil Hodgson | 1 | -1/+1 | |
| 2015-09-04 | Bug [#1757]. Treat CRLF as two characters in SCI_COUNTCHARACTERS. | Neil | 1 | -2/+0 | |
| 2015-07-27 | Add Position.h as a place-holder and to allow #include "Position.h" in source. | Neil | 1 | -0/+1 | |
| 2015-07-20 | Use Sci_Position when required to implement interfaces. | Neil | 1 | -16/+16 | |
| 2015-06-11 | Added MultipleSelectAddNext, MultipleSelectAddEach, IsRangeWord, and | Neil | 1 | -1/+1 | |
| TargetWholeDocument. | |||||
| 2015-06-04 | Move FindText flag decoding from caller to function to minimize code and chance | Neil | 1 | -2/+5 | |
| of mistakes. | |||||
| 2015-05-21 | Fix bug with TentativeUndo where the undo history was being damaged on OS X. | Neil Hodgson | 1 | -0/+2 | |
| For example the sequence ['a', 'c', left, 'b', undo] would produce "c" instead of "ac". | |||||
| 2015-05-15 | Backed out changeset: 7caa35787c19 | Neil | 1 | -4/+5 | |
| Change made reverse iteration dangerous. | |||||
| 2015-05-13 | Ensure SCI_POSITIONRELATIVE returns a position clamped into the document range | Neil | 1 | -5/+4 | |
| sensibly. From Mitchell Foral. | |||||
| 2015-02-19 | Add methods for converting between byte positions and UTF-16 code point ↵ | Neil Hodgson | 1 | -0/+36 | |
| positions. This is needed on Cocoa where the IME wants to be able to index into the document with UTF-16 counts to match Cocoa's own use of UTF-16. | |||||
| 2015-01-22 | Fix compilation failure of C++11 <regex> on Windows using gcc. | Neil | 1 | -4/+5 | |
| 2014-12-22 | Replace function UnicodeFromBytes with UnicodeFromUTF8 as they are exactly the | Neil | 1 | -15/+3 | |
| same. Add unit tests for UnicodeFromUTF8. | |||||
| 2014-10-03 | CountCharacters can be const so it is now. | Neil | 1 | -1/+1 | |
| 2014-10-02 | Allow using C++11 <regex> for searches as a provisional feature. | Neil | 1 | -39/+462 | |
| 2014-10-02 | Include <stdexcept> so that exceptions derived from std::runtime_error can be | Neil | 1 | -0/+1 | |
| used. | |||||
| 2014-09-13 | Use const where possible in regular expression code. | Neil | 1 | -6/+6 | |
| 2014-08-19 | Bug [#1645]. Validate position of deletion. | Neil | 1 | -0/+2 | |
| 2014-07-18 | Added the tentative undo feature. This is useful for IMEs that want to display | Neil | 1 | -0/+59 | |
| and manipulate a character being composed, but may then commit or remove it leaving no history in undo of the intermediate forms. | |||||
| 2014-05-24 | Header include statements are now in a standardised order with that order | Neil | 1 | -2/+2 | |
| defined in scripts/HeaderOrder.txt. | |||||
| 2014-05-24 | Removing style byte indicators. | Neil | 1 | -16/+6 | |
| 2014-04-16 | Allow filtering of insertions. | Neil | 1 | -53/+60 | |
| 2013-12-15 | Make single argument constructors explicit to avoid unexpected conversions. | Neil | 1 | -1/+1 | |
| 2013-12-15 | Format normalization - whitespace and braces made consistent. | Neil | 1 | -3/+3 | |
| Parameter names added to method declarations. | |||||
| 2013-09-26 | Enhance stability by defining GetLineEndPosition for lines beyond end of ↵ | Neil | 1 | -1/+1 | |
| document to return document size. | |||||
| 2013-07-25 | Make Coverity happy. Ensure return value is seen to never be negative although | Neil | 1 | -1/+1 | |
| it never really could be. | |||||
| 2013-07-22 | Added the character representation feature. | Neil | 1 | -0/+9 | |
| 2013-07-21 | Replace all instances of isascii with Scintilla-specific IsASCII. | Neil | 1 | -6/+6 | |
| iasascii is not part of ISO C or C++ but is a BSD extension so caused problems when compiling in strict compliance mode. | |||||
| 2013-07-11 | Include case conversion data in Scintilla so that all platforms will perform | Neil | 1 | -41/+1 | |
| case conversion of Unicode text in accordance with Unicode. | |||||
| 2013-06-29 | Bug: [#1483]. Split GetRelativePosition into 2 calls one for moving between ↵ | Neil | 1 | -23/+31 | |
| character positions and the other for retrieving a character and width. | |||||
| 2013-06-27 | Bug: [#1483]. Adding StyleContext::GetRelativeCharacter for ↵ | nyamatongwe | 1 | -0/+65 | |
| character-oriented access. Implemented using new method IDocumentWithLineEnd::GetRelativePosition. | |||||
| 2013-05-24 | Made methods const where they can be and are logically const as well. | nyamatongwe | 1 | -15/+15 | |
| 2013-05-05 | Removed nethods that are no longer used and are less safe than alternatives. | nyamatongwe | 1 | -29/+0 | |
| 2013-05-04 | Replacing raw pointers and allocations with std::string. | nyamatongwe | 1 | -4/+3 | |
| 2013-05-01 | Replacing raw pointers and allocations with std::vector and std::string. | nyamatongwe | 1 | -0/+22 | |
| 2013-05-01 | Replacing raw pointer and allocation with std::string. | nyamatongwe | 1 | -47/+16 | |
| 2013-04-28 | Use std::vector for list of watchers instead of manual management. | nyamatongwe | 1 | -51/+28 | |
| 2013-04-24 | Cosmetic: remove line-end whitespace. | nyamatongwe | 1 | -6/+6 | |
| 2013-04-19 | Remove unused methods. | nyamatongwe | 1 | -36/+0 | |
| 2013-04-17 | Disallow undo and redo when not collecting undo as it is likely that the ↵ | nyamatongwe | 1 | -2/+2 | |
| document is not in the state at the end of the undo history and performing undo will not be able to return to a previous state. | |||||
| 2013-04-09 | Slightly better behaviour for regular expression search in DBCS: ensure end of | nyamatongwe | 1 | -0/+2 | |
| match range is not in the middle of a character. | |||||
| 2013-01-19 | Support the three Unicode line ends NEL, LS, and PS in CellBuffer, Document, | nyamatongwe | 1 | -1/+33 | |
| Editor and the message interface. Will only be turned on for lexers that support Unicode line ends. | |||||
| 2013-01-19 | To allow for new line end sequences implement IsPositionInLineEnd on the | nyamatongwe | 1 | -0/+4 | |
| document and use it instead of checks for particular byte values. Use equivalent checks against numCharsBeforeEOL in other contexts. When line ends visible, display byte value blobs for non-ASCII line ends. | |||||
| 2013-01-19 | Implement APIs for Unicode line ends and substyles and expose to | nyamatongwe | 1 | -1/+19 | |
| message interface. Expose IDocumentWithLineEnd interface on Document. | |||||
| 2012-09-04 | Cache the CaseFolder object between FindText calls so that finding many ↵ | nyamatongwe | 1 | -1/+23 | |
| instances of a common string in the document doesn't spend excessive time constructing case folder objects. | |||||
| 2012-07-02 | Remove functions provided by headers. | nyamatongwe | 1 | -9/+0 | |
| 2012-07-02 | Make IsLowerCase and IsUpperCase not depend on non-portable isascii, take | nyamatongwe | 1 | -8/+0 | |
| an int argument to match similar calls, and move to header for wider use. | |||||
| 2012-06-17 | Use std::string instead of fixed size strings. | nyamatongwe | 1 | -12/+9 | |
| Decrease direct access to the autocompletion list box from outside AutoComplete. | |||||
| 2012-06-16 | Redraw margin when changing margin styles. | nyamatongwe | 1 | -0/+2 | |
| 2012-06-04 | Properly position caret after undoing coalesced delete operations. Bug #3523326. | Marko Njezic | 1 | -4/+27 | |
| 2012-06-04 | Validate length of deletion: negative values caused crashes. | nyamatongwe | 1 | -1/+1 | |
