Index: /trunk/source/cocoa-ide/cocoa-editor.lisp
===================================================================
--- /trunk/source/cocoa-ide/cocoa-editor.lisp	(revision 12690)
+++ /trunk/source/cocoa-ide/cocoa-editor.lisp	(revision 12691)
@@ -2079,4 +2079,9 @@
 	 (#/addSubview: window-content-view pane)
          (#/setDelegate: w pane)
+         ;; Cocotron doesn't set the new window's initialFirstResponder which means
+         ;; that the user must click in the window before they can edit.  So, do it here.
+         ;; Remove this when Cocotron issue #374 is fixed
+         ;;  (http://code.google.com/p/cocotron/issues/detail?id=374)
+         #+cocotron (#/setInitialFirstResponder: w pane)
 	 pane))))
 
