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
Add SCI_CHANGESELECTIONMODE to simplify selection mode manipulation. More... 6 months ago
Add SCI_SETMOVEEXTENDSSELECTION to simplify selection mode manipulation. More... 6 months ago
Extract selectionRepresentation so it can be used in other test classes. More... 6 months ago
Simplify script. More... 6 months ago
Update unittest method names to work with Python 3.12. More... 6 months ago
Added tag rel-5-3-8 for changeset 14acdf9e85ac More... 6 months ago
Document 'credits' property. More... 6 months ago
Fix typo. More... 6 months ago
Updates for version 5.3.8. More... 6 months ago
Feature [feature-requests:#1500] Remove match text retrieval from MatchOnLines More... 6 months ago
Split SelectionAndInformation section into Information and Selection sections. More... 6 months ago
Remove spacing in table of contents to simplify editing. More... 6 months ago
Remove outdated instructions on changing lexers in Scintilla and they are now in More... 6 months ago
Bug [#2078]. Fix rectangular selections with SCI_MOVESELECTEDLINESUP and More... 6 months ago
Extract key code from HorizontalMove to shorten and simplify it. More... 6 months ago
Add LineStartPosition to replace common idiom LineStart(LineFromPosition(x)) as More... 6 months ago
Add test for VCHome method. More... 6 months ago
Use raw strings and extra escapes to fix "SyntaxWarning: invalid escape sequence". More... 6 months ago
Update unittest method names to work with Python 3.12. More... 6 months ago
Implement LineEnd method in CellBuffer as it is a basic function and only uses More... 6 months ago
Fix regex test failures on Unix by setting global locale. More... 7 months ago
Remove unused values that caused warnings. More... 7 months ago
Fix missing include which caused compilation failure on macOS. More... 7 months ago
Bug [#2405]. Fix incorrect substitution when searching for a regular expression More... 7 months ago
Use std::array for regex match positions as it will simplify copying. More... 7 months ago
Move platform colour definitions outside constructor and improve names. More... 7 months ago
Share definition of colour used for IME indicators on most platforms. More... 7 months ago
Rename bugColour to colourBug to follow convention. More... 7 months ago
Use global constants for opaque black and white and local constants for greys. More... 7 months ago
Use maximumByte constant and share byte to float conversion calculation. More... 7 months ago