Index: /trunk/source/cocoa-ide/app-delegate.lisp
===================================================================
--- /trunk/source/cocoa-ide/app-delegate.lisp	(revision 12024)
+++ /trunk/source/cocoa-ide/app-delegate.lisp	(revision 12025)
@@ -95,4 +95,10 @@
 	  (make-instance 'xapropos-window-controller)))
   (#/showWindow: *xapropos-window-controller* self))
+
+(objc:defmethod (#/showNewInspector: :void) ((self lisp-application-delegate)
+                                             sender)
+  (declare (ignore sender))
+  (#/showWindow: (make-instance 'inspector::xinspector-window-controller
+                   :inspector (inspector::make-inspector *package*)) self))
 
 (objc:defmethod (#/showSearchFiles: :void) ((self lisp-application-delegate)
Index: /trunk/source/cocoa-ide/cocoa-editor.lisp
===================================================================
--- /trunk/source/cocoa-ide/cocoa-editor.lisp	(revision 12024)
+++ /trunk/source/cocoa-ide/cocoa-editor.lisp	(revision 12025)
@@ -2709,11 +2709,10 @@
           (if top-editor
             (ns:with-ns-point (zp 0 0)
-              (setq *editor-cascade-point* (#/cascadeTopLeftFromPoint: top-editor zp)))
+              (setq *editor-cascade-point* (#/cascadeTopLeftFromPoint:
+					    top-editor zp)))
 	    (let* ((screen-frame (#/visibleFrame (#/screen window)))
-                   (pt (ns:make-ns-point
-					    *initial-editor-x-pos*
-					    (- (ns:ns-rect-height
-						screen-frame)
-					       *initial-editor-y-pos*))))
+                   (pt (ns:make-ns-point *initial-editor-x-pos*
+					 (- (ns:ns-rect-height screen-frame)
+					    *initial-editor-y-pos*))))
 	      (setq *editor-cascade-point* pt)))))
       (#/cascadeTopLeftFromPoint: window *editor-cascade-point*)
Index: /trunk/source/cocoa-ide/ide-contents/Resources/English.lproj/xinspector.nib/designable.nib
===================================================================
--- /trunk/source/cocoa-ide/ide-contents/Resources/English.lproj/xinspector.nib/designable.nib	(revision 12024)
+++ /trunk/source/cocoa-ide/ide-contents/Resources/English.lproj/xinspector.nib/designable.nib	(revision 12025)
@@ -9,5 +9,5 @@
 		<object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
 			<bool key="EncodedWithXMLCoder">YES</bool>
-			<integer value="2"/>
+			<integer value="1"/>
 		</object>
 		<object class="NSArray" key="IBDocument.PluginDependencies">
@@ -421,5 +421,4 @@
 													<int key="NSResizingMask">3</int>
 													<bool key="NSIsResizeable">YES</bool>
-													<bool key="NSIsEditable">YES</bool>
 													<reference key="NSTableView" ref="110103011"/>
 												</object>
@@ -829,8 +828,8 @@
 					<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
 					<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
-					<string>{{253, 600}, {414, 247}}</string>
-					<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
-					<string>{{253, 600}, {414, 247}}</string>
-					<integer value="1"/>
+					<string>{{201, 186}, {414, 247}}</string>
+					<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+					<string>{{201, 186}, {414, 247}}</string>
+					<boolean value="NO"/>
 					<string>{196, 240}</string>
 					<string>{{357, 418}, {480, 270}}</string>
