48
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 06, 2023 — May 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Feature [feature-requests:#1458] Reduce memory used for undo actions. More... 3 months ago
Suppress warnings from cppcheck 2.13. More... 4 months ago
Add const to avoid cppcheck 2.13 warning. More... 4 months ago
Use the multi-threaded option to Direct2D to avoid crashes when Scintilla More... 4 months ago
Fix reference from ScintillaDocument to Document to match change in 5.4.1 More... 4 months ago
Fix some typos. More... 4 months ago
Simplify choosing caret position when undoing contiguous deletions. More... 4 months ago
Fix warnings in test case code mostly by adding const. More... 4 months ago
Add tests for undo of Document. More... 4 months ago
Add tests for undo history, coalescing, grouping, tentative. More... 4 months ago
Since ranges is never empty, replace test with assertion. More... 4 months ago
Avoid unnecessary use of push_back and emplace_back by preserving ranges[0]. More... 4 months ago
Avoid casts and warnings for clipboard format registration. More... 4 months ago
Avoid warnings by initializing, using const, and moving assignment out of if. More... 4 months ago
Fix typo. More... 4 months ago
Update download size. More... 4 months ago
Added tag rel-5-4-1 for changeset 07bf3219bad2 More... 4 months ago
Add break to avoid warning from Visual Studio code analysis. More... 5 months ago
Update download size. More... 5 months ago
Updates for version 5.4.1. More... 5 months ago
Bug [#2405]. Avoid character fragments in regular expression search results. More... 5 months ago
Add IDocumentEditable interface for efficient interaction with document objects. More... 5 months ago
Bug [#2289]. Protect SCI_REPLACETARGET* from application changing target in More... 5 months ago
Bug [#2405]. Fix regular expression bug in reverse direction where shortened More... 5 months ago
Remove noexcept from MatchFlags since IsWordEndAt is not noexcept. More... 5 months ago
Slight speed up by allowing unitTest.o to compile in parallel with others. More... 5 months ago
Bug [#2405]. Fix regular expression assertion (^, $, \b. \B) failures when using More... 5 months ago
Add std::regex tests for assertions in context which are common. More... 5 months ago
Allow parallel building with makefile. More... 5 months ago
Throw error when allocating more than 2G without SC_DOCUMENTOPTION_TEXT_LARGE. More... 5 months ago