Custom Query (1030 matches)
Results (580 - 582 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #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. |
|||
| #506 | fixed | ccl-init does not get loaded when CCL cocoa app is started by opening a file | ||
| Description |
Summary says it all. The ccl-init file only gets loaded when a listener is opened for the first time, which does not automatically happen if CLL is launched by opening a file. |
|||
| #508 | fixed | ns-data objects should not display their contents by default | ||
| Description |
The default print method for ns-mutable-data (and presumably ns-data as well) displays the actual contents of the data object. This can result in hijacking the listener if a large data object is inadvertently printed, or returned from a top-level form. It would be better if the print method (not necessarily the princ method) for ns-data only displayed the size, not the actual contents. In the alternative, the print method for ns-data should respect *print-length*. But this is probably harder and not really necessary. |
|||
