Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (418 - 420 of 1030)

Ticket Resolution Summary Owner Reporter
#445 fixed Closing AltConsole when quitting the IDE Gary Byers gz
Description

When the IDE is quitting, it should offer to do something about the AltConsole app it started, the way it offers to save documents. Ideally it would actually be like saving a document, i.e. it'd ask if you want to save the console record, ask AltConsole to save if so, and then in any case kill AltConsole.

#470 fixed Error when setting a value in a matrix unless safety 3 Gary Byers gz
Description

Reported in http://clozure.com/pipermail/openmcl-devel/2009-May/009383.html. Test case:

(defun test ()
  (let ((array (make-array '(1 1) :initial-element 2.0
                           :element-type 'single-float))
        (var 1.0))
    (setf (aref array 0 0) var
          var nil)))
#471 fixed Right arrow on selection mikel gz
Description

From http://clozure.com/pipermail/openmcl-devel/2009-May/009393.html:

if I double click and mark (make "blue") one word and the hit the right arrow the cursor go to one position to the right of the last element in the selection. if i double click and mark something in parenthesis and hit the right arrow, the cursor goes to the position one step to the right of the first element in the selection.

normally, in a mac application if you select some text and then hit the right arrow the cursos goes to the position just after the last element of the selection.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.