Downloads
Download tar.gz
16.18 KB
MD5: 99e249bd1de32d9d09871db212441589
SHA-1: 0dfeef83f9e1b6e41898d98d20670b1895dc845c
SHA-256: 7ce087ba509703383b16d565e0dcce19ae191d173f93f7ae46a14844178a5c73
Download zip
22.05 KB
MD5: c1ee65914e968a4802114757c2712877
SHA-1: 708120481d036587da15920608e273df40a625f7
SHA-256: afe9362166a52987e5fb27ae44ab35632848582083e014ae06893028e1de28bc
Release notes
by meecect: Have not been able to fix ie collapsing whitespace issue,
so now, it will always writes
tags into the page for IE, and other browsers
will convert tags into {}-macro tags. Either style will be read into the
editor fine though.
by meecect: added test for inline popups plugin, and modified routine to get proper
languages regardless of standard popup or inline popup
by meecect: changed dialog.htm to dialog.php to add a dynamic script tag that can
determine the location of tiny_mce_popup.js.
by meecect: changed conversion routine to produce macro to use outerHTML to try and fix ie whitespace issue.
so far I am unsuccessful.
by meecect: added a sample.html file that has some instructions and several
cases of 's and {} to help testing various scenarios.
by meecect: removed any calls to innerHTML in dialog.js, in favor of a DOM
technique in a custom function _getText.
by meecect: fixed loop counter that was causing plugin to only read brush
class, and then breaking.
by meecect: reverted inclusion of tiny_mce_popup.js to static file to fix
safari issue.
by meecect: made it possible to edit older syntaxhl blocks and even regular
pre's.
by meecect: changed method for converting pre blocks to macro using dom nodes.
by meecect: removed the syntaxhl comment that i was appending to pre blocks as
unnecessary.
by meecect: added some logic to remove the macro tags from inside a nesting
that tiny insists on.