aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2016-10-22Suppress unused function warnings for API binding for Applications.Neil1-0/+3
2016-10-21Initial accessibility support for the GTK platform v7Colomban Wendling6-289/+1739
2016-10-21Bug [#1872]. Fix style of references and keywords when followed by a comment.Jim Pattee2-29/+51
2016-10-21Remove script used for CVS.Neil1-1/+0
2016-10-21Avoid spurious cppcheck warnings for unit testing code.Neil1-0/+4
2016-10-14Fix JSON lexer folding bug.yonken2-2/+8
2016-10-19Margin click to select line now clears rectangular and additional selections.Neil2-0/+6
2016-10-18SciTE change log.Neil1-0/+3
2016-10-18Script for checking that all headers are included in a standard order.Neil1-0/+92
2016-10-18Add SparseVector template as a new data structure for storing per-line dataNeil3-0/+377
2016-10-18Visual Studio project for running unit tests makes it easier to debug them.Neil3-0/+218
2016-10-18Avoid linker warning on Windows.Neil1-1/+1
2016-10-18Ensure members of FindHighlightLayer freed.Neil Hodgson1-0/+6
2016-10-18validAttributesForMarkedText is specified to not return NULL so return anNeil Hodgson1-1/+1
2016-10-18Fixed archive file reference.Neil1-1/+13
2016-10-09GTK: Avoid theoretical access to a destroyed object on async pasteColomban Wendling1-7/+58
2016-10-16Added tag rel-3-7-0 for changeset 13cdacbbe251Neil1-0/+1
2016-10-11Fixed terminating tags.rel-3-7-0Neil Hodgson1-5/+6
2016-10-11Updates for 3.7.0.Neil8-19/+20
2016-10-08Fix minor warnings in unit tests from MSVC 64-bit.Neil4-27/+27
2016-10-06Suppress some more uninteresting warnings.Neil1-0/+5
2016-10-06Word selection, navigation, and manipulation is now performed on charactersNeil5-147/+396
2016-10-06Move MakeLowerCase into CharacterSet.h as that is where MakeUpperCase is.Neil4-27/+30
2016-10-03Better handling of complex sub-queries folding.oirfeodent1-7/+14
2016-10-03Explain SCI_WORD[LEFT|RIGHT]END* key commands.Neil1-0/+3
2016-10-03SciTE change log.Neil1-1/+5
2016-10-03SciTE change log.Neil1-0/+3
2016-09-30Recognize the numeric keypad '+', '-', and '/' keys as SCK_ADD, SCK_SUBTRACT,Tse Kit Yam2-3/+25
2016-09-30Enable SplitVector to store objects by using std::copy to copy elements insteadNeil4-12/+118
2016-09-30SciTE changelog.Neil1-0/+7
2016-09-29Increased compatibility between interface definition and documentation.Neil2-1196/+1186
2016-09-29The number of margins can be changed with SCI_SETMARGINS.Neil10-20/+47
2016-09-29Margin type SC_MARGIN_COLOUR and API SCI_SETMARGINBACKN added.Neil7-2/+41
2016-09-29Fixed bugs for Baan.oirfeodent1-5/+26
2016-09-28Bug [#1868]. Understand the grave accent escape character for PowerShell.ActiveState2-0/+6
2016-09-27On Win32, mouse wheel scrolling can be restricted to only occur when the mouseStefan Küng7-0/+43
2016-09-24Initial support for building with 32-bit clang.Neil1-6/+18
2016-09-24Bug [#1865]. Style interpolated code in strings for CoffeeScript.ActiveState2-1/+75
2016-09-23Recognize inline comments in YAML.Jim Pattee2-4/+22
2016-09-23EDGE_MULTILINE and SCI_MULTIEDGEADDLINE added to allow displaying multipleA-R-C-A8-19/+96
2016-09-22Added header ordering section.Neil1-0/+4
2016-09-22Baan lexer changed significantly with more lexical states, keyword sets, andNeil4-56/+578
2016-09-21Feature [feature-requests:#1143]. Replace "progress" lexer with "abl".Yuval Papish5-337/+550
2016-09-21Bug [#1864]. Fix incorrect nesting of tags.Tse Kit Yam1-2/+1
2016-09-21Removed extraneous spaces in documentation.Neil1-2/+2
2016-09-21Bug [#1863]. Allow subclass of SCIContentView to set cursor.Tse Kit Yam2-1/+5
2016-09-20Improved documentation on word functions and moved into a new section.Neil1-164/+214
2016-09-20Make Cursor and Mouse capture documentation sections similar to other sections.Neil1-0/+4
2016-09-20Link regex word flag documentation to word characters definition.Neil1-2/+4
2016-09-20Make documentation reference similar to other cases.Neil1-1/+3