Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (469 - 471 of 1030)

Ticket Resolution Summary Owner Reporter
#585 fixed Small patch to contrib code (paine's workpersistence.lisp) p2 John Miller
Description

On my machine workpersistence.lisp writes a Hemlock editor window to the workpersistence.text file even when I have closed that window. The attached file contains a couple extra lines of code that seem to fix that.

Let me know if there is a better venue for patching.

#25 fixed Text Window Problems R. Matthew Emerson Andrew Shalit
Description

There are a number of problems with the graphic components of text windows in the IDE that make it look cobbled together rather than like a real cocoa application.

  1. Three of the windows corners are rounded and one is square. (The bottom left is the square one.) Either all four should be rounded (like windows in the Finder, for example), or the top two should be rounded and the bottom two square (like windows in the Terminal, for example).
  1. The resize tab in the bottom left corner is large and gray. If you use this type of large gray resize tab, the gray region should extend across the whole bottom of the window (cf the Finder, Safari, etc). Otherwise you have a gray box that doesn't match up with the width of the vertical scrollbar sitting right on top of it. If you don't want a gray bar going across the bottom of the window, you should use the small white resize tab (cf the Terminal application).
  1. The modeline is 2-dimensional (flat) and looks strange next to the 2.5-d horizontal scrollbar region. Those two regions should have the same look.

One way to address these would be to move the modeline down into the region to the left of the resize box. Make that region shadowed gray all the way across (cf Finder windows, which put file count and available space in the gray region at the bottom of the window). Make the horizontal scrollbar take the full width of the window. I'd also try having the modeline be roman rather than italic font.

All this applies to the listener, too.

#40 fixed misspellings in x86-disassemble.lisp R. Matthew Emerson R. Matthew Emerson
Description
Index: x86-disassemble.lisp
===================================================================
--- x86-disassemble.lisp        (revision 6984)
+++ x86-disassemble.lisp        (working copy)
@@ -2273,8 +2273,8 @@
                    
            (setf (x86-di-mnemonic instruction)
                  (case intop
-                   (#xc0 "uuo-error-two-few-args")
-                   (#xc1 "uuo-error-two-many-args")
+                   (#xc0 "uuo-error-too-few-args")
+                   (#xc1 "uuo-error-too-many-args")
                    (#xc2 "uuo-error-wrong-number-of-args")
                    (#xc4 (progn (setq stop nil) "uuo-gc-trap"))
                    (#xc5 "uuo-alloc")
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.