Somehow, when I upgraded from 4.0.x to 4.1, by including the developer tools as a plugin (which I used to launch only when launching the developer samples), the developer tools version is launching in the regular/default ckeditor/ckeditor.js code. When I use it, and do ui dialog like image, hovering over an element gives the programming data (names and types, etc.) for that element. First time this has ever happened. Is this a download bug? Do I simply download again? Any ideas how this might have happened? By the way, I first downloaded the editor without dev tools, then downloaded the dev tools and put them into the dev tools folder within the ckeditor folder.
Tue, 04/16/2013 - 02:22
#1
I don't think this has
I don't think this has anything to do with 4.0 vs 4.1. If you create a custom build with CKBuilder, all plugins included in the build are turned on in your configuration. If you want to disable them, you need to do it manually in your config.
If you download one of the presets (Basic, Standard, Full) and then add a plugin manually, this plugin is not turned on until you enable it manually in your config.
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Solved
You were right. I must have accidentally included devtools in the custom build as well as download it separately, which then must have placed it in the core code. Fixed by excluding from custom build.
Thanks.
Great, I'm glad to hear this
Great, I'm glad to hear this solved your issue.
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!