Custom Editor Support Broken?

Goto this page: Unity - Scripting API: Editor

Implement the MyPlayer + MyPlayerEditor classes (just C&P and drop into appropriate files).

I see the following come back: http://screencast.com/t/cDAjuITicV and http://screencast.com/t/aoylfm2ya

Broken or did I miss something here?

Using latest Unity 4.0 build (F3).

Did you put MyPlayerEditor into an Editor folder or did you make the mistake of putting it in the same folder as MyPlayer?

Made the mistake, will try that thanks!