Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (571 - 573 of 1030)

Ticket Resolution Summary Owner Reporter
#501 fixed listener doesn't handle input ending with a comment mikel Greg Pfeil
Description
Welcome to Clozure Common Lisp Version 1.3-dev-r12103M-trunk  (DarwinX8664)!
? (+ 2 2)
4
? (+ 2 2) ; test

it then sits there waiting for input. If I back up and remove the comment and hit return again, it works fine.

#530 fixed Need better error handling for "file not found" while doing meta-dot mikel Jeremy Jones
Description

In the IDE: 1.4-dev-r12199M-trunk (DarwinX8664)

If you meta-dot a name, and the file it's looking for doesn't exist, the alt console pops up with an error and you get a "sky is falling" dialog. This behavior might make sense if there is an error in the event handling code that needs to be debugged. But in this case, just a simple message saying "File ~s not found" would be much better. I think a beep and a message in the mini-buffer might be the best way to handle this case.

A simple way to reproduce: rename ccl/level-1/l1-files.lisp to something else (temporarily) type "load" into a listener or editor window with the insertion bar in or next to "load", type meta-dot

There are probably a lot of potential errors that are signaled in the IDE, that should be handled without bringing up the alt console.

#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.