Custom Query (1030 matches)
Results (553 - 555 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #586 | fixed | Space key does not replace selection | ||
| Description |
If there is an active selection and you press the space bar, the selection is collapsed instead of replaced. The buggy behavior is confined to the space bar only. All other keys work properly. |
|||
| #1128 | fixed | Specialized arrays for complex numbers | ||
| Description |
I want to use CCL for signal processing and I'm using bordeaux-fft. However, this is quite slow and conses a lot, presumably because CCL lacks specialized arrays for complex numbers (single-float and double-float), in contrast to, e.g., SBCL (upgraded-array-element-type '(complex double-float)) ==> T seems to attest this assumption. So I ask you to add specialized arrays of (complex single-float) and (complex double-float) |
|||
| #41 | worksforme | Sporadic "can't cause layout during editing" exceptions | ||
| Description |
Every once in a while - it's hard to know under what circumstances, exactly - messages of the form: 2007-08-04 05:20:28.877 dx86cl64[3870:613] Exception raised during background layout: -[NSLayoutManager _fillLayoutHoleForCharacterRange:desiredNumberOfLines:isSoft:] *** attempted layout while textStorage is editing. It is not valid to cause the layoutManager to do layout while the textStorage is editing (ie the textStorage has been sent a beginEditing message without a matching endEditing.) 2007-08-04 05:20:28.880 dx86cl64[3870:613] -[NSLayoutManager _fillLayoutHoleForCharacterRange:desiredNumberOfLines:isSoft:] *** attempted layout while textStorage is editing. It is not valid to cause the layoutManager to do layout while the textStorage is editing (ie the textStorage has been sent a beginEditing message without a matching endEditing.) get logged. There's usually a good deal of effort involved in ensuring that layout (redisplay) is inhibited while editing (modification of the buffer) is in progress. It's possible that this has something to do with the mechanism that tries to ensure that a paren - which might have been blinking - is drawn properly. |
|||
