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
Simplify substitution checks. More... 5 months ago
Shorten tests with some helpers. More... 5 months ago
Bug [#2157]. Fix regular expression search for word begin \< and word end \>. More... 5 months ago
Remove gcc Wconversion warnings from header. More... 5 months ago
Allow building with Qt 6.x by adding core5compat compatibility library. More... 5 months ago
Feature [feature-requests:#1503] Use std::array for bittab and simplify use. More... 5 months ago
Feature [feature-requests:#1502] Simplify FlagSet expressions. More... 6 months ago
Feature [feature-requests:#1503] Reduce variable scope. More... 6 months ago
Type harmonization. More... 6 months ago
Feature [feature-requests:#1502] Improve speed of LineLayoutCache::Invalidate More... 6 months ago
Bug [#2413]. Fix regular expression search failure. More... 6 months ago
Move ReadFileAsList and FindSectionInList from Scintilla to Lexilla as Lexilla More... 6 months ago
Avoid warnings for static_cast and potential overflow. More... 6 months ago
Avoid warning for uninitialized variable. More... 6 months ago
Add const where possible. More... 6 months ago
Fix type conversion warning. More... 6 months ago
Remove extra ';' which produced warning on old GCC. More... 6 months ago
Add to ignore list Visual Studio temporary build files and *.tgz for Coverity. More... 6 months ago
Added tag rel-5-4-0 for changeset d5477c63f5f6 More... 6 months ago
Updates for version 5.4.0. More... 6 months ago
Fix crashes on macOS 12 and older when built with Xcode 15.0. More... 6 months ago
Feature [feature-requests:#1501] Use const and simpler indexing. More... 6 months ago
Feature [feature-requests:#1501] Another use of black constant. More... 6 months ago
Feature [feature-requests:#1501] More use of LineStartPosition, LineEndPosition. More... 6 months ago
Feature [feature-requests:#1501] Use string_view and constexpr in unit tests. More... 6 months ago
Ctrl-click on a selection deselects it in multiple selection mode. More... 6 months ago
Simplify variable flow in ButtonDownWithModifiers and enforce with const to make More... 6 months ago
Mouse capture and automatic scrolling are always started and stopped together so More... 6 months ago
Extract DropSelection into a method so it can be reused. More... 6 months ago
Add SCI_SELECTIONFROMPOINT for modifying multiple selections. More... 6 months ago