aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2021-09-14Avoid some allocations when checking whether font monospaced.Zufu Liu1-0/+1
2021-08-31Bug [#2279] Ensure file closed. Drop deprecated "U" as that is the default.mpheath2-2/+2
2021-08-24Remove line end white space.Neil3-4/+4
2021-07-12Add support for benchmarks and Russian text in the unit tests.Neil1-0/+2
2021-07-03Update all version numbers in Xcode project. Was missed because of change toNeil1-1/+2
2021-06-17Move ScintillaCall from SciTE project.Neil1-7/+178
2021-06-11Display warning if can't find line to update.Neil1-0/+2
2021-06-10Call HFacer to ensure Scintilla.h also updated.Neil1-4/+9
2021-06-07Provide more data for unused values in commented-out code to make it easier toNeil1-1/+9
2021-05-25Check that constants are documented.Neil1-0/+4
2021-05-24Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.hNeil3-4/+133
2021-05-06Remove dead code and imports as found by Vulture.Neil8-221/+11
2021-04-27Rename CharacterSet and CharacterCategory modules in Scintilla to CharacterTypeNeil2-7/+6
2021-04-27Update Unicode code generation scripts. Update Lexilla, use pathlib, simplify.Neil2-6/+11
2021-04-26Remove some tracing from HeaderCheck as it produces much uninteresting output.Neil1-2/+1
2021-04-09Add count argument to ReplaceREInFile so can modify mutiple occurrences.Neil2-3/+4
2021-03-29Add SCI_SETELEMENTCOLOUR and related APIs to change colours of visible elements.Neil1-0/+1
2021-03-27Add APIs for setting translucency and stroke width of markers.Neil1-0/+6
2021-03-22Remove IntegerRectangle.h as not widely usefulNeil1-1/+0
2021-03-18std::optional is a basic vocabulary type that may be used widely so includeNeil1-0/+1
2021-03-18Move assert and debug trace functions into their own header Debugging.h.Neil1-0/+1
2021-03-17Extract geometry and colour definitions from Platform.h into src/Geometry.h.Neil1-1/+2
2021-03-11Only substitute one instance of RE for ReplaceREInFile.Neil1-1/+1
2021-03-09Add argument to allow retrieving credits with or without links.Neil1-2/+2
2021-02-06Remove Lexilla definitions from Scintilla.iface as they are now inNeil1-2/+1
2021-02-04Remove lexer data extraction and regeneration since lexers are now in Lexilla.Neil3-78/+0
2021-02-01Move the patterns to check and exclude to HeaderOrder.txt so one script can beNeil2-69/+48
2020-08-12Updating version number.Neil Hodgson1-1/+1
2020-06-06Defer most initialisation until Scintilla window is created.Neil1-0/+1
2020-06-04Use pathlib.Neil1-28/+64
2020-05-23Regenerate version numbers in cocoa/Scintilla project.Neil1-2/+12
2020-05-19Use pathlib in generator scripts.Neil3-45/+42
2020-05-19Remove call to ScintillaData as result not used.Neil1-2/+0
2020-04-17Update Python versions. Modules that are only used as top level scripts or fromNeil5-16/+8
2020-03-16List headers in HeaderOrder.txt that are not used.Neil2-5/+6
2020-03-11Modernize and simplify script. Now requires Python 3.Neil1-46/+28
2020-03-11Add or update #! lines of Python scripts to use python3.Neil7-4/+9
2020-02-05Feature [feature-requests:#1335] Archive just the repository files to scintil...Neil1-0/+5
2020-01-26Small simplification and spelling fix.Neil1-3/+2
2019-12-22Lexilla testing framework.Neil2-0/+8
2019-12-31Move collection of modules from Catalogue.cxx to CatalogueModules.h so it canNeil1-0/+1
2019-12-13Implement DynamicLibrary on Cocoa.Neil1-0/+1
2019-11-02Extend script to cover last Unicode character.Zufu Liu1-1/+1
2019-11-02GTK+ was renamed to GTK in February 2019 so update documentation to new name.Zufu Liu1-1/+1
2019-06-18Feature [feature-requests:#1297] 7: Add value aliases for PascalCase constants.Neil1-0/+6
2019-06-18Feature [feature-requests:#1297] 6: Support enumerated types in APIs.Neil2-0/+7
2019-06-18Feature [feature-requests:#1297] 2: Use position and line more in documentation.Neil1-9/+10
2019-06-18Feature [feature-requests:#1297] 1: Moved CheckMentioned.py script from scite toNeil1-0/+218
2019-04-11Updated required Python version due to differences in how imports work in 2.7.Neil1-2/+2
2019-04-08Use native line ends for make dependencies files.Neil1-3/+4