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
Updates for version 5.4.2. More... 2 months ago
Feature [feature-requests:#1511] Add mayCoalesce argument to BeginUndoAction. More... 2 months ago
Improve layout when a text run contains left-to-right and right-to-left ranges. More... 2 months ago
Fix failures with values larger than 0xffffff in 32-bit builds. More... 2 months ago
Add variant of UTF8Classify that takes a char* so that client code does not have More... 2 months ago
Ensure keyboard-initiated context menu appears in multi-screen situations when More... 2 months ago
Encapsulate LPARAM to POINT conversion. Make PointFromLParam constexpr. More... 2 months ago
Restore change history to the extent possible when restoring undo history. More... 2 months ago
Restore change history when restoring undo history. More... 3 months ago
Implement detach point access with SCI_SETUNDODETACH and SCI_GETUNDODETACH. More... 3 months ago
Avoid reinterpret_cast and add const. More... 3 months ago
Mark Document methods noexcept where they call noexcept CellBuffer methods. More... 3 months ago
Perform validation of undo state when SCI_SETUNDOCURRENT called, setting status More... 3 months ago
Ensure no exceptions when deleting undo history. More... 3 months ago
Remove redundant inline from constexpr functions. More... 3 months ago
Add undo features to change log. More... 3 months ago
Add missing header for test. More... 3 months ago
Implement API to read and write undo history from applications. More... 3 months ago
Avoid overhead of extra start actions that delimited user operations. Now relies More... 3 months ago
Implement ScaledVector to store undo positions and lengths using less memory in More... 3 months ago
Change UndoHistory from an array-of-structs to a struct-of-arrays to allow each More... 3 months ago
Prefer member initializers. Simplify logic. More... 3 months ago
Store undo text in ScrapStack, a single allocation instead of one allocation per More... 3 months ago
Add UndoAction class as internal type for undo actions and make Action a struct More... 3 months ago
Move UndoHistory into its own module that is accessible from CellBuffer and More... 3 months ago
Protect CATCH_CONFIG_WINDOWS_CRTDBG to only be active on Windows to allow More... 3 months ago
Avoid warnings in unit tests with const, nullptr, [[nodiscard]], initialisation, More... 3 months ago
Add tests for an undo history with only container actions and 2 levels of undo More... 3 months ago
Add tests for container undo actions, checking that they coalesce when required. More... 3 months ago
Use noexcept where reasonable. More... 3 months ago