Custom Query (1030 matches)
Results (355 - 357 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #129 | fixed | add load and compile menu items | ||
| Description |
It would be awfully nice to have menu items for loading and compiling open buffers. It's annoying to have a buffer of lisp code open in front of me, but nevertheless to have to remember and type the path to the open file when I want to compile or load it. |
|||
| #133 | fixed | cocoa bridge leaks NSString instances when converting lisp strings to NSStrings | ||
| Description |
(We already know this, but might as well put it on a ticket to annoy and shame us.) The Cocoa bridge tries to be helpful by turning lisp strings into NSStrings when passing them to methods that expect an Objective-C object. These strings are never released. Just as an initial thought, suppose we put these NSString instances into an nsstring-wrapper class. We could then keep these wrappers in a weak-key hash table (using the lisp string as the key), and use OpenMCL's termination mechanism to arrange for the NSString to be released before the nsstring-wrapper value gets it in the neck from the GC. |
|||
| #134 | fixed | need cmd-E, cmd-H | ||
| Description |
cmd-E to eval selection and cmd-H to eval whole buffer. |
|||
