0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove prompts from txtExec methods Will now use the dropdowns instead More... about 7 years ago
Improve README a little More... about 7 years ago
Update placeholders to https:// instead of http:// Fixes #562 More... about 7 years ago
Improve placeholder style More... about 7 years ago
Add file dragdrop plugin. Fixes #391 More... about 7 years ago
Disable coverage when running dev server More... about 7 years ago
Add placeholder attribute support. Fixes #526 More... about 7 years ago
Fix selectionchange event issue in IE More... about 7 years ago
Make fixNesting() move newlines too Update fixNesting() to move the newlines after blocks with the moved blocks More... about 7 years ago
Fix issue with BBCode fixNesting() The clone() wasn't cloning the attributes causing fixNesting() to loose attributes. More... about 7 years ago
Prevent valueChanged event during composition. Fixes #457 More... about 7 years ago
Fix wrap inlines bug when cursor is between nodes More... about 7 years ago
Wrap inline nodes in body element. Fixes #331 More... about 7 years ago
Improve extractContents() and convertElement() Can use DOM ranges to simplify extractContents() now IE is no longer supported. More... about 7 years ago
Improve default content style for quotes and code. More... about 7 years ago
Remove redundant forceNewLineAfter property More... about 7 years ago
Improve appendNewLine() More... about 7 years ago
Improve enter handling Will now insert a new line in any block that has styling instead of duplicating. Fixes #480, closes #181 More... about 7 years ago
Remove unused autoUpdateCanceled variable More... about 7 years ago
Refactor emoticons into module and tidy up a bit More... about 7 years ago
Fix undo plugin to use valuechanged detail property More... about 7 years ago
Update copyright year More... about 7 years ago
Refactor sourceEditorCaret() More... about 7 years ago
Remove getWysiwygDoc() IE < 9 is no longer supported so can just use contentDocument now. More... about 7 years ago
Add unit test for attribtues with = signs More... about 7 years ago
Fix removeWhiteSpace() to remove empty text nodes. Fixes #351 More... about 7 years ago
Tidy up TokenizeToken a little bit More... about 7 years ago
Tidy BBCode plugin a little More... about 7 years ago
Fix bug with emoticonsCompat from jQuery removal More... about 7 years ago
Improve XHTML empty removal & add allowedEmptyTags More... about 7 years ago