ckeditor / ckeditor4-sdk

A set of software development tools for CKEditor 4 along with samples.
Other
18 stars 21 forks source link

Need a way to use the development version of CKEditor in SDK #124

Open AnnaTomanek opened 9 years ago

AnnaTomanek commented 9 years ago

At the moment the ckeditor submodule tracks the ckeditor-releases repository. This is fine for working with features that have already been released.

We need a way to make it possible to work with development versions of CKEditor (both master and major branches) in order to be able to easily create samples for new features which have not been released yet.

Reinmar commented 9 years ago

I think that the path to CKEditor directory should be configurable. For SDK development purposes the ckeditor-dev repo should be plugged as the submodule, but when building the SDK one should always specify the path to CKEditor package (e.g. to an external ckeditor-releases repo or to a specific build inside ckeditor-presets directory). The only problem is with the 3rd party plugins such as WSC and SCAYT which would not be testable in dev version of the SDK.

wwalc commented 9 years ago

Seems reasonable in terms of effort required to go this way.

wwalc commented 9 years ago

See also #51.

AnnaTomanek commented 9 years ago

Additional note: We also need a way to select the correct preset, because SDK uses standard-all and the development version creates a really crowded toolbar. This makes it difficult to e.g. take screenshots from the samples for the documentation, addon pages and marketing materials that we create at the same time.