As part of the longstanding bug 66345, the editor source has
been reorganized.
We now build two libraries: editor and composer. The editor library
is for embedded applications, and can be built as plaintext-only
(for applications which only need text fields and text areas) or
html/text, for applications which need both. The composer library
contains composer transactions and other code needed for the composer
window application.
The directory structure has changed accordingly.
editor/base is no longer built; those files will soon be removed.
DO NOT CHECK IN TO editor/base.
The files which used to be there have moved to the following locations:
libeditor/base Basic editor functionality
libeditor/text Plaintext editing
libeditor/html Html editing
libeditor/build Combine the previous three into libeditor
composer/src The composer application
Editor directories outside of editor/base have not changed.
...Akkana