aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-04-23Updates for 4.3.3.rel-4-3-3Neil9-20/+18
2020-04-21Feature [feature-requests:1346]. Add lexer.as.comment.character property toDejan Budimir2-1/+13
2020-04-17Update Python versions for files that may involve PySide on Linux which requiresNeil11-6/+16
2020-04-17Update Python versions. Modules that are only used as top level scripts or fromNeil7-18/+13
2020-04-17Making dependencies now requires Python 3.6+.Neil13-19/+25
2020-04-17Arithmetic between enums is deprecated so use constexpr instead of enum or cast.Neil2-10/+11
2020-04-16Remove dead code.Neil1-7/+0
2020-04-16Specify that NotifyStyleNeeded is an override. Replace 0/NULL with nullptr.Neil1-5/+5
2020-04-13Use const, constexpr, noexcept, & nullptr. Reduce headers and use C++ versions.Neil1-42/+39
2020-04-13Add test that illustrates all Python styles.Neil3-0/+127
2020-04-13Fix inverted test.Neil1-1/+1
2020-04-13Add test for differing styles between \r and \n.Neil1-0/+46
2020-04-13Hide implementation of EscapeSequence and use const. Add tests for escapeNeil3-13/+26
2020-04-13Replace islower function and add tests for JavaScript regular expressions.Neil5-6/+17
2020-04-13Use constexpr and noexcept, reduce headers and use C++ versions, harmonize typesNeil1-12/+10
2020-04-10Move static functions into unnamed namespace and simplify line counting.Neil1-21/+15
2020-04-10Updated documentation with currently used astyle parameters.Neil1-1/+3
2020-04-10Run astyle indenter over file.Zufu Liu1-11/+12
2020-04-10Feature [feature-requests:1346]. Convert long if-else block to switch.Zufu Liu1-250/+324
2020-04-10Remove non-standard whitespace.Zufu Liu1-5/+5
2020-04-10Fix warning from g++.Neil1-1/+1
2020-04-10Fix some warnings from Clang-Tidy.Neil1-6/+5
2020-04-10Bug [#2168]. Fix bug where 'ยต' (Micro Sign) case-insensitively matches '?'.Neil2-3/+9
2020-04-10Bug [#2167]. Add line copy format on clipboard, compatible with Visual Studio.Justin Dailey2-1/+37
2020-04-09Typo.Zufu Liu1-1/+1
2020-04-08Removed superfluous space.Neil1-2/+0
2020-04-08Simplify PerLine, remove casts, use noexcept, const, & constexpr where possible.Neil4-60/+56
2020-04-08Feature [feature-requests:1344]. Add methods for iterating through the markerIain Clarke10-3/+103
2020-04-07Use noexcept and const where possible.Neil2-10/+10
2020-04-07Use const as avoids warning.Neil2-2/+2
2020-04-07Bug [#1624]. Fix brace styling in Batch lexer so that brace matching works.Yury Dubinsky6-389/+484
2020-04-06Typo.Neil1-1/+1
2020-04-06Change log.Neil1-0/+6
2020-04-06Bug [#2164]. Change line comments to terminate at next line start.Neil5-545/+545
2020-04-06Change log.Neil1-0/+4
2020-04-05Implement access to the identifier of an ILexer5. This also stops unexpectedNeil1-2/+14
2020-04-05Feature [feature-requests:1345]. Use ListBox_ macros in preference to LB_Neil1-10/+10
2020-04-05Feature [feature-requests:1345] Use more typesafe code to clear window pointers,Neil3-14/+9
2020-04-05Perform autoscroll when mouse on pixel just below window.Mitchell Foral1-1/+1
2020-03-26Add Visual C++ project files for Lexilla.DLL and Scintilla.DLL with no lexers.Neil3-0/+350
2020-04-02Fix typo.Neil1-1/+1
2020-03-31Pass argument as unique_ptr to show transfer of ownership. Add const and noex...Neil3-6/+6
2020-03-27Avoid casts by returning size_t from GetExpanded.Neil3-5/+5
2020-03-29Widen types to size_t to match change from int to position of CallTipSetHltNeil4-84/+97
2020-03-29Extract arrow drawing to function. Use noexcept, const and other minor changesNeil2-49/+61
2020-03-29Update documentation to match changes in Scintilla.iface.Neil1-15/+15
2020-03-29Use correct wider types.Mitchell Foral1-4/+4
2020-03-26Fix spelling mistakes.Neil13-26/+26
2020-03-25SciTE change log.Neil1-0/+6
2020-03-25Replace const with constexpr where possible.Neil1-10/+6