48
I Use This!
Moderate Activity

Commits : Listings

Analyzed 30 days ago. based on code collected about 1 month ago.
May 13, 2025 — May 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bug [#2507]. Close the clipboard before inserting pasted or dropped text so that More... about 1 month ago
Restore selection and scroll position for undo and redo on additional views More... about 1 month ago
Suppress cppcheck warning that can not be 'fixed'. More... about 1 month ago
Use const reference in catch as reasonable. More... about 1 month ago
Include headers that are the 'home' of std:: items instead of relying on More... about 1 month ago
Added tag rel-5-6-2 for changeset 4d4244525b8a More... about 1 month ago
Updates for version 5.6.2. More... about 2 months ago
Add error status SC_STATUS_OUTSIDE_DOCUMENT that is set when operations are More... about 2 months ago
Bug [#2503]. Update scaling when the application moves to another monitor. More... about 2 months ago
Use std::max to clarify code and avoid warning. More... about 2 months ago
Bug [#2503]. Update scaling when the application moves to another monitor. More... about 2 months ago
Rename parameters to avoid clang-tidy readability-suspicious-call-argument More... about 2 months ago
Assert that string is being inserted inside the document range. More... about 2 months ago
Bug [#2505]. Sharper DirectWrite text in autocompletion lists when scaled. More... about 2 months ago
Suppress some more warnings because files fail cppcheck 2.20. More... about 2 months ago
Copy AnyOf from Lexilla to clarify code checking if a value is in a set. More... 2 months ago
Use constant declarations and avoid else to silence warnings. More... 2 months ago
Update suppressions for cppcheck 2.20. More... 2 months ago
Replace use of `enum` where this produced warnings from Xcode 26.4 with `static constexpr int`. More... 2 months ago
Feature [feature-requests:#1582]. Improve performance of Document::SetStyles. More... 2 months ago
Feature [feature-requests:#1582]. Add tests for Document::SetStyles and More... 3 months ago
Added tag rel-5-6-1 for changeset 5ab4c75c3d5d More... 3 months ago
Updates for version 5.6.1. More... 3 months ago
Use functools.cache to add caching for FindPathToHeader. Simplify current cache. More... 3 months ago
Remove unnecessary readlines and make FindCredits same as SciTE. More... 3 months ago
Bug [#2501]. Test to make sure #2501 stays fixed. More... 3 months ago
Bug [#2501]. Fix regression in SCI_CONVERTEOLS that may not convert whole file. More... 3 months ago
Feature [feature-requests:#1581]. Simplify previous commit. More... 3 months ago
Feature [feature-requests:#1581]. Improve mouse drag behaviour when drag and More... 3 months ago
In visible whitespace modes, when there are contiguous spaces, paint the More... 3 months ago