Hi,
I'm making a local development environment for TinyMCE plugins that mocks the IWTinyMCECustomConfig API.
I have it almost ready for TS 7.4 as diffing IWOV customizations was fairly easy. I also corelated release dates and found the original TinyMCE that was used (this one) so now I'm able to develop plugins using a dubuggable version of TinyMCE.
We've did an upgrade to 7.5 and I extracted TinyMCE from the installation package to have it as a base for my envionment. With this release it's considerably harder to extract any customizations you could have added to TinyMCE as the source is minified. I've traced the version that was used as the base to 4.1.4 (commit).
Please share the TinyMCE source with your customizations. TinyMCE is on LGPL and it defines that:
"Source code" for a work means the preferred form of the work for
making modifications to it. For a library, complete source code means
all the source code for all modules it contains, plus any associated
interface definition files, plus the scripts used to control compilation
and installation of the library.