1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
5 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
7 Smart paste when pasting after a word at the end of a line.
9 A space should be added between the preexisting word and the word that's pasted. It should like this:
12 execCopyCommand: <div id="test" class="editing"> test </div>
13 execPasteCommand: <div id="test" class="editing"> test test</div>