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