0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #19 from xHasKx/patch-1 More... over 10 years ago
Improved Enter behavior More... over 10 years ago
Updated README to reflect the merging of the image asset into the core js file More... almost 11 years ago
removing the image asset (and the associated folder+code pointing to it) in favour of an inline base64 encoded image (thanks cascornellsson) More... almost 11 years ago
newline preserves indentation, removed debug console.log statements More... about 11 years ago
updated readme More... about 11 years ago
PROPERLY fixed issue #14 More... about 11 years ago
removed extra console.logs that were left in by accident More... about 11 years ago
Fixed issue #14 and issue #16. More... about 11 years ago
Merge pull request #15 from jmcmanus/master More... over 11 years ago
added ability to use arbitrary strings as the tab sequence. Updated tests and README.md More... over 11 years ago
updated the code to address the concerns in issue #12. tabIndent now no longer enhances the textbox on init, but will wait until 500ms after focus. This allows the user to be able to tab through a form (for example) and not get snagged by tabIndent. The 500ms timeout *should* be enough to not interfere with editing tasks. More... over 11 years ago
- added MIT license to repo (issue #13) - changed "constants" object to "config" instead - updated readme to reflect these changes - added some attribution info added MIT license to repo More... over 11 years ago
fixing image path More... over 11 years ago
some more work on issue #12, now the textarea has an icon in the top right when the tabIndent is active. Escape will temporarily remove the tabIndent behaviour and the icon will disappear. More... over 11 years ago
updated version number More... over 11 years ago
whups... removing leftover console.log More... over 11 years ago
addressing issue #12 and implementing a listener for the escape key. It now temporarily disables the tabIndent functionality, so that regular tab index navigation can resume. More... over 11 years ago
fixed another bug I found, where a single line selection with the first character being both the start of line and a tab character, wouldn't actually untab properly More... over 11 years ago
fixed issue 10, where a if you were multi-line selecting, and your last line cursor ended up on character 0 (the startIndex), that line should not be included in the affected rows More... over 11 years ago
resolving issue #3, where shift-tab on a highlighted piece of text didn't maintain said highlight More... over 11 years ago
fixed typo and changed menu colours More... over 11 years ago
updated version number and prettified the demo page More... over 11 years ago
fixed issue with shift-tab functionality not working correctly if one or more lines was already at the left edge More... over 11 years ago
added a version number to the js code More... over 11 years ago
fixed weird behaviour when tabbing More... over 11 years ago
revamped tests, basic shift-tab functionality -- tests don't work in chrome anymore... heh More... over 11 years ago
removed leftover debug comments, and appended link to issue tracker in readme More... over 11 years ago
fixed readme More... over 11 years ago
hiding workspace from specrunner :) More... over 11 years ago