-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME.txt
More file actions
23 lines (19 loc) · 766 Bytes
/
Copy pathREADME.txt
File metadata and controls
23 lines (19 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
+=========================+
| CodeMirror for TinyMCE4 |
+=========================+
(c) 2013 Arjan Haverkamp (arjan@avoid.org)
Download: http://www.avoid.org/codemirror-for-tinymce4/
Version: 1.2 (2013-09-04)
License: see LICENSE.txt
Changelog
=========
Version 1.3 - xxx-xx-xx
- Source code edit window respects browser view size (*very* similarly done to the default tinyMCE code plugin) [contribution from Nick Wilde/BriarMoon Design]
Version 1.2 - 2013-09-04
- Dirty state of CodeMirror now passed on to TinyMCE.
- When submitting CodeMirror code to TinyMCE, cursor position is retained.
Note: this only works when the cursor is *not* inside a <tag>.
Version 1.1 - 2013-07-19
- New options jsFiles and cssFiles.
Version 1.0 - 2013-06-29
- Initial release.