1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
6 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
7 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
9 Smart paste when pasting at the beginning of a line before a word.
11 A space should be added after the pasted word before the preexising word. It should like this:
14 execCopyCommand: <div id="test" class="editing"> test </div>
15 execPasteCommand: <div id="test" class="editing">test test </div>