git.fiddlerwoaroof.com
Browse code

Reformat clim browser

Ed Langley authored on 11/10/2018 01:26:04
Showing 1 changed files
... ...
@@ -8,7 +8,8 @@
8 8
    (current-class :initform nil :accessor current-class))
9 9
   (:panes (classes :application
10 10
                    :incremental-redisplay t
11
-                   :display-function 'display-classes)
11
+                   :display-function 'display-classes
12
+                   :double-buffering t)
12 13
           (methods :application
13 14
                    :incremental-redisplay t
14 15
                    :display-function 'display-methods)
... ...
@@ -19,8 +20,9 @@
19 20
                          classes methods)
20 21
                        int)))
21 22
   (:default-initargs
22
-      :classes (sort (remove-if (serapeum:op (alexandria:starts-with #\_
23
-                                                                     (objc-runtime::objc-class-get-name _)))
23
+      :classes (sort (remove-if (serapeum:op
24
+                                  (alexandria:starts-with #\_
25
+                                                          (objc-runtime::objc-class-get-name _)))
24 26
                                 (objc-runtime::get-classes))
25 27
                      #'string-lessp
26 28
                      :key 'objc-runtime::objc-class-get-name)))