Multi-line quoting, close #199

This commit is contained in:
Nicolas Stepien 2011-07-24 17:58:43 +02:00
parent 2c2aa309c7
commit 75920efb25
3 changed files with 3 additions and 0 deletions

View File

@ -1324,6 +1324,7 @@
if (s = selection.toString()) {
selectionID = (_ref = $.x('preceding::input[@type="checkbox"][1]', selection.anchorNode)) != null ? _ref.name : void 0;
if (selectionID === id) {
s = s.replace(/\n/g, '\n>');
text += ">" + s + "\n";
}
}

View File

@ -1,6 +1,7 @@
github
- mayhem:
- Make updater's settings dynamic
- Multi-line quoting
- fix remember updater's interval settings
- fix wrong keybind input in options
- fix time preview

View File

@ -1039,6 +1039,7 @@ qr =
if s = selection.toString()
selectionID = $.x('preceding::input[@type="checkbox"][1]', selection.anchorNode)?.name
if selectionID == id
s = s.replace /\n/g, '\n>'
text += ">#{s}\n"
ta = $ 'textarea', qr.el