=============================
The plugin that makes the editor keep it's text-selection when switching between WYSIWYG and Source mode, and scrolls the selection into the viewport.
Forked from https://github.com/sirtet/ckeditor-dev/tree/master/plugins/textselection
This Plugin will also work with the CodeMirror Plugin - http://ckeditor.com/addon/codemirror
Note
The Source Dialog works only in combination with the CodeMirror Plugin
http://w8tcha.github.io/CKEditor-TextSelection-Plugin/
Licensed under the terms of the MIT License.
- Extract the contents of the file into the "plugins" folder of CKEditor.
- In the CKEditor configuration file (config.js) add the following code:
config.extraPlugins = 'textselection';
Caution
Editor Mode 'fullPage' is not supported - https://ckeditor.com/docs/ckeditor4/latest/features/fullpage.html