0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Jul 30, 2024 — Jul 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
When a frame is popped out into a tab, put it in selection mode. More... over 9 years ago
Fixed up the pop-a-frame-out-into-its-own-tab feature. More... over 9 years ago
Deleted an unused file. More... over 9 years ago
Make the size of the command frame change when edited. More... over 9 years ago
Created a addCustomEventResender() function and removed some duplication. More... over 9 years ago
Moved a bunch of utility functions from utils.ts to domutils.ts. More... over 9 years ago
Lock the dependencies to exact versions. More... over 9 years ago
Prevent the contents of the terminal from scrolling all over the place when a command frame is deleted. More... over 9 years ago
Fix for the auto-copy-to-clipboard-on-selection feature. More... over 9 years ago
Prevent CodeMirror from scrolling its content when the mouse wheel is used. More... over 9 years ago
Prevent paste into the terminal from also pasting into the last used CodeMirror viewer (after selection mode). More... over 9 years ago
Made the CodeMirrorViewers inside command frames editable. More... over 9 years ago
Missed part of the commit for the previous 'from' command fix. More... over 9 years ago
Got the 'from' command working again. More... over 9 years ago
Removed the old command-frame-can-have-pulsing-focus (mis-)feature. More... over 9 years ago
.gitignore update. More... over 9 years ago
Bumped up the TypeScript version to 1.7.5 More... over 9 years ago
Some broken focus reporting was breaking clipboard paste. More... over 9 years ago
Fix for copy to clipboard in the new CodeMirror based situation. More... over 9 years ago
Bug fix for the cursor movement between command frames when a selection is involved. More... over 9 years ago
Removed some old dead code. More... over 9 years ago
The cursor in selection mode can now move in and out of framed commands. More... over 9 years ago
Scroll correctly when the selection cursor is running around inside a command frame. More... over 9 years ago
Selection mode, the cursor can be placed in the different text areas in the terminal. More... over 9 years ago
In the terminal when multiple viewers are visible collapse selections when a new one is started elsewhere. More... over 9 years ago
Synchronised the visual focus/unfocus rendering between all of the viewers inside a terminal. It now acts like one thing. More... over 9 years ago
Fixed the close button in the command frames. Plus some refactoring of the names for some constants. More... over 9 years ago
Add frames around command output which has a non-zero return code. More... over 9 years ago
Make sure that the terminal vertical padding kicks in at the right times. More... over 9 years ago
A fix for focus when moving a codemirrorterminalviewer into a frame. More... over 9 years ago