1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #165 from smathot/various_bugfixes More... over 4 years ago
Remove extraneous print statements More... over 4 years ago
Remove line (don't just blank) when cutting unselected text More... over 4 years ago
SearchAndReplacePanel: postpone selecting until searching is done - Avoids non-responsiveness when pressing enter too quickly More... over 4 years ago
AutoCompleteMode: make list of characters that shoudn't be duplicated configurable More... over 4 years ago
CodeEdit: fix swapping multiline blocks More... over 4 years ago
CodeEdit: better implementation of cut - Doesn't overwrite clipboard when a non-selected full line of only whitespace is cut More... over 4 years ago
PygmentsSH: copy lexer when cloning - Avoids lexer from being reset when original is closed More... over 4 years ago
CodeEdit: don't assume that clones have exactly the same modes and panels as originals - This doesn't need to be the case if they are programmatically altered More... over 4 years ago
PanelsManager: fix references to modes More... over 4 years ago
CodeEdit: correctly update visible blocks when first block is partly out of the viewport - Fixed line numbers when line wrapping is enabled More... over 4 years ago
CodeEdit: home jumps to beginning of line (not block) for unindented lines - Matches expectations for working with text More... over 4 years ago
Fall back to text/plain mimetype when lexer is missing More... over 4 years ago
SyntaxHighlighter: don't unnecessarily call _reset_stylesheet() - Improves performance More... over 4 years ago
SplittableCodeEditTabWidget: only rename tabs when an actual save-as has occurred - avoids unsaved tabs from being renamed to blank More... over 4 years ago
PygmentsSH: fall back to TextLexer - Don't leave lexer unset even if no mimetype has been specified More... over 4 years ago
PygmentsSH: don't try to set unspecified mime type More... over 4 years ago
SplittableCodeEditTabWidget: set mime type on CodeEdit widgets that use PygmentsSH - Avoids always falling back to Python lexer, even if a different extension was specified More... over 4 years ago
Merge pull request #162 from smathot/search-replace More... over 4 years ago
CodeEdit: don't unnecessarily call _reset_stylesheet() - Improves performance during initialization More... over 4 years ago
CodeEdit: remember if the code edit was already closed - Improves performance when closing multiple times (e.g. because of sloppy programming elsewhere) More... over 4 years ago
Fix race condition where None is passed to TextHelper.line_text() - A dumb fix that probably doesn't address the underlying issue More... over 4 years ago
SpittableCodeEditTabWidget: also avoid ambiguous names when a name conflict arises with one of the parent splitters More... over 4 years ago
Exclude bytecode from source dist More... over 4 years ago
Update build scripts More... over 4 years ago
Disable unittests when building debian package - A namespace conflict prevents these from running More... over 4 years ago
Update stdeb build info More... over 4 years ago
search_and_replace: listen to escape also when not focusing the search-replace panel More... over 4 years ago
Remove extraneous print statement More... over 4 years ago
Bump version to 2.12.1 More... over 4 years ago