Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (598 - 600 of 1030)

Ticket Resolution Summary Owner Reporter
#545 fixed Instances of gui:ns-lisp-string don't print properly Gary Byers Ron Garret
Description

The contents of an instance of gui:ns-lisp-string always prints as the empty string. This seems to be because gui:ns-lisp-strings answer NIL to initialized-nsobject-p, which results in their nsobject-description being the empty string.

Probably should change the nsobject-description of uninitialized objects to "[uninitialized]" or something like that while you're at it.

#547 fixed "definitions of ...." window item behavior R. Matthew Emerson Joakim Sandgren
Description

in the definitions of .... window you can select a item with the arrows. but then you have take the mouse and double click to go the source. it shold be possible to do that with return and/or cmd-arrowdown/rightarrow.

#548 fixed Hemlock movement-command implementation is spotty mikel mikel
Description

There seem to be several holes in the implementation of Hemlock movement commands.

  1. Shift+movement does not select as Mac users expect.
  1. Other move+select commands appear not to work (e.g. Forward Select Character)
  1. Several movement commands (e.g. Forward Form, Forward List) don't work in the Listener

I'll adopt this one and see if I can get most of the common movement/selection commands working as expected; the work overlaps with what I was doing on selections and listener-copying anyway.

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