| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-09-09 | Backport: Feature [feature-requests:1350]. Add SCI_GETMULTIEDGECOLUMN. | mitchell | 1 | -0/+40 | |
| Backport of changeset 8507:e72e8cf58ea7. | |||||
| 2020-04-08 | Backport: Feature [feature-requests:1344]. Add methods for iterating through ↵ | Iain Clarke | 1 | -3/+36 | |
| the marker handles and marker numbers on a line. Backport of changeset 8129:665c31051e3c. | |||||
| 2019-11-26 | Backport: Bug [#2140]. Fix where anchor and caret differ only in amount of ↵ | Neil | 1 | -0/+18 | |
| virtual space so one was considered start and was moved for an insertion at that position. This could flip the order of the positions or change the length of the selection. Backport of changeset 7775:a9a0edc8f2f2. | |||||
| 2019-11-25 | Backport: Fix regression in 7773 where position wasn't moved on to account ↵ | Neil | 1 | -0/+32 | |
| for virtual space consumption. Backport of changeset 7774:9419bd4557e4. | |||||
| 2019-11-24 | Backport: Bug [#2140]. Move rather than grow selection when insertion at start. | Neil | 1 | -0/+92 | |
| Backport of changeset 7773:20f353cd5507. | |||||
| 2019-11-21 | Backport: Add test to ensure indicators move sensibly as text is inserted. | Neil | 1 | -3/+40 | |
| Backport of changeset 7769:c32e6dcf139a. | |||||
| 2019-11-15 | Backport: Feature [feature-requests:#1316] Allow target to have virtual space. | Neil | 1 | -0/+20 | |
| Backport of changeset 7768:5d73aa55a6ee. | |||||
| 2019-11-15 | Backport: Feature [feature-requests:#1316] Add access to virtual space at ↵ | Neil | 1 | -0/+4 | |
| start and end of multiple selections. Backport of changeset 7767:80102fe650b2. | |||||
| 2019-06-15 | Backport: Test Scintilla GetStatus and SetStatus. | Neil | 1 | -0/+7 | |
| Backport of changeset 7571:747cb54f1114. | |||||
| 2019-05-02 | Backport: Optimize SCI_GETTEXT by calling Document::GetCharRange instead of ↵ | Neil | 1 | -1/+6 | |
| looping for each byte. Backport of changeset 7489:c9118d39963d. | |||||
| 2019-04-05 | Backport: Feature [feature-requests:#1272]. Add API to set default fold ↵ | Neil | 1 | -0/+5 | |
| display text. Backport of changeset 7400:9fcb52fdb307. | |||||
| 2019-03-31 | Backport: Feature [feature-requests:#1272]. Add FoldDisplayTextGetStyle to match | Zufu Liu | 1 | -0/+5 | |
| FoldDisplayTextSetStyle. Backport of changeset 7394:8fe3c581aeb9. | |||||
| 2019-04-16 | Backport: Feature [feature-requests:#1259]. Add ↵ | mitchell | 1 | -0/+5 | |
| SCI_SETCHARACTERCATEGORYOPTIMIZATION API to optimize speed of character category features. Backport of changeset 7392:2832adedd0f4, but with added includes for Sci::clamp(). | |||||
| 2018-10-09 | Backport: Extra tests for out-of-range arguments. | Neil | 1 | -0/+3 | |
| Backport of changeset 7107:d61f8e08117b. | |||||
| 2018-07-10 | Backport: Optional indexing of line starts in UTF-8 documents by UTF-32 code ↵ | Neil | 1 | -0/+95 | |
| points and UTF-16 code units added. Converted instances of C++17 std::string_view to C++11. Also used const_casts where appropriate to fix compile errors. Backport of changeset 7063:0d5edc93e280. | |||||
| 2018-02-24 | Backport: Fix move-extends-selection mode for rectangular and line selections. | Mitchell Foral | 1 | -0/+82 | |
| Backport of changeset 6458:0a8a766722c0. | |||||
| 2016-02-23 | Retry OpenClipboard if it fails as another application may have opened it. | Neil | 1 | -3/+4 | |
| 2015-09-04 | Bug [#1757]. Treat CRLF as two characters in SCI_COUNTCHARACTERS. | Neil | 1 | -0/+8 | |
| 2015-06-11 | Added MultipleSelectAddNext, MultipleSelectAddEach, IsRangeWord, and | Neil | 1 | -0/+54 | |
| TargetWholeDocument. | |||||
| 2015-04-14 | Ensure SCI_TEXTHEIGHT uses valid style data and remove test pauses that | Neil | 1 | -3/+0 | |
| hid this. | |||||
| 2014-08-08 | Implement explicit tab stops per line. | Neil | 1 | -0/+74 | |
| From Nick Gravgaard. | |||||
| 2014-08-08 | Remove extra whitespace. | Neil | 1 | -10/+10 | |
| 2014-05-24 | Removing style byte indicators. | Neil | 1 | -4/+0 | |
| 2014-01-14 | CallTipSetPosStart API added. | Neil | 1 | -0/+21 | |
| 2014-01-01 | Specify minimum Python version for scripts. | Neil | 1 | -0/+1 | |
| 2013-12-22 | Add tests for style attributes. | Neil | 1 | -0/+89 | |
| 2013-12-17 | Added DropSelectionN API. | Neil | 1 | -0/+34 | |
| 2013-09-26 | Enhance stability by defining GetLineEndPosition for lines beyond end of ↵ | Neil | 1 | -0/+6 | |
| document to return document size. | |||||
| 2013-09-05 | Added SCI_GETPRIMARYSTYLEFROMSTYLE. | Neil | 1 | -0/+4 | |
| 2013-09-05 | Bug [#1520]. Make SCI_GETSTYLEFROMSUBSTYLE work for secondary styles. | Neil | 1 | -4/+19 | |
| 2013-09-03 | Added another test for cpp lexer support for Unicode line ends. | Neil | 1 | -0/+1 | |
| 2013-09-03 | Added GetStyleFromSubStyle. | Neil | 1 | -0/+32 | |
| Tests for this and other sub styles methods. | |||||
| 2013-08-20 | Added PositionRelative to optimize navigation by character. | Neil | 1 | -0/+45 | |
| 2013-07-22 | Added the character representation feature. | Neil | 1 | -0/+26 | |
| 2013-07-22 | There were occsional failures in clipboard tests so add some DoEvents calls | Neil | 1 | -0/+2 | |
| to allow clipboard status to be propogated between windows. Seems to avoid the failures. | |||||
| 2013-07-11 | Include case conversion data in Scintilla so that all platforms will perform | Neil | 1 | -40/+30 | |
| case conversion of Unicode text in accordance with Unicode. | |||||
| 2013-07-07 | First argument to SetText is not used so was difficult to set a text ↵ | Neil | 1 | -20/+20 | |
| containing NUL. Add SetContents to make it easier to setup test cases. | |||||
| 2013-07-07 | When case conversion changes the length of the text, ensure only | Neil | 1 | -0/+35 | |
| valid memory accessed and that the converted text is selected. | |||||
| 2013-07-05 | Implemented tests for Qt on Linux. | Neil | 1 | -24/+22 | |
| 2013-07-04 | Fix bug with use of strings instead of byte strings as this | Neil | 1 | -9/+22 | |
| caused failures on Linux. Check for platform to allow different default line ends, Russian encodings and folding behaviour. | |||||
| 2013-05-10 | Handle most stringresult methods generically. | nyamatongwe | 1 | -88/+32 | |
| Make compatible with PyPy. | |||||
| 2013-05-08 | Avoid warning. | nyamatongwe | 1 | -0/+20 | |
| 2013-05-05 | Make test run on older version of Python. | nyamatongwe | 1 | -1/+1 | |
| 2013-05-04 | Added tests for CopyAllowLine, SelectionDuplicate, and LineTranspose. | nyamatongwe | 1 | -0/+24 | |
| 2013-02-25 | Editor: SCI_LINESCROLL: treat columns as signed | Mook | 1 | -1/+9 | |
| 2013-02-05 | Add allocation of extended styles. | nyamatongwe | 1 | -0/+12 | |
| 2013-01-19 | Implement Unicode line ends and substyles in C++ lexer. | nyamatongwe | 1 | -0/+195 | |
| 2012-10-04 | Fix bug where non-ASCII hex escape did not match. | nyamatongwe | 1 | -0/+8 | |
| 2012-09-12 | Fix bug where removing all characters from indicator at end of document did | nyamatongwe | 1 | -0/+33 | |
| not remove that run causing iteration over the indicator to hang. | |||||
| 2012-07-17 | Use byte strings to make work with Python 3.2 on Windows 2000. | nyamatongwe | 1 | -7/+7 | |
