Just getting started with CKEditor and using the 4.2.2 version.
Little confused about what buttons/commands are baked into the editor and those that are not. For example if I have the following toolbar setup:
= [
{ name: 'clipboard', items: [ 'SelectAll', '-', 'Cut' ] }
];
The Cut button shows automatically but not the SelectAll which I have to unpack into the plugins directory and add to the list of extraPlugins. Is it documented anywhere which plugins are shipped with the editor? Has this changed since earlier 3 versions that maybe had more packaged into the default delivery of the editor?
Thanks in advance

You can check the list of
You can check the list of plugins included in each buld in the online builder. Just choose the preset and see which plugins it includes. Also, it is not recommended to download additional plugins manually and unpack them - it's better to build a custom CKEditor build using the online builder.
If you want to know what toolbar buttons are available in downloaded CKEditor build check this question on SO: http://stackoverflow.com/questions/13828383/what-toolbar-buttons-are-available-in-ckeditor-4/13835820#13835820
You can also read more here: http://docs.ckeditor.com/#!/guide/dev_plugins
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Toolbar samples page
@reinmar, thanks for the stackoverflow link which points out the toobar.html samples page. This shows the full toolbar and all the buttons. Just what I wanted.
By the way, if you are unsure
By the way, if you are unsure which plugins are included by default in our pre-defined installation packages, you can also check the "Compare packages" link on the Download site.
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!