Custom Query (1030 matches)
Results (127 - 129 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #231 | duplicate | Printing NSData objects does not obey *print-length* | ||
| Description |
Printing NSData objects prints out the data contained within them, which is convenient, but it does not obey *print-length*. This gets particularly annoying when working with images, because if one accidentally prints a very large NSData object in the IDE (which often happens during error reporting when such an object has been passed in as an argument), Hemlock chokes, and the only way to recover is to kill the current listener and fire up a new one. |
|||
| #292 | fixed | Console window should not become the front window whenever a new message appears | ||
| Description |
The new console window in v1.2 becomes the front window whenever a new message appears. This is annoying, particularly when e.g. exiting a break loop using cmd-. because that causes an exitBreak message to appear (and hence removes focus from the listener). |
|||
| #505 | fixed | Text pasted into listener doesn't show up until next UI event | ||
| Description |
Text pasted into a listener isn't drawn until after the next input event (i.e. after the next keystroke, mouse click, etc.) Ironically, this bug only manifests itself when the cursor is at the end of the listener buffer when the paste occurs. My guess is that this is because the relocation of the cursor to the end of the buffer has the same effect as an input event in forcing a screen refresh. |
|||
