Custom Query (1030 matches)
Results (472 - 474 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #523 | duplicate | "listener"-commands | ||
| Description |
you have to make the listener activ to be able to backtrace, choose continue when it is about replacing a modified method, or just to exit break loop to get back to a clean "?" in the listener. "Free" the the "Lisp"-menu elements: Interrupt ; Continue ; Exit Break Loop ; Restarts... ; and Backtrace... from the Listener. |
|||
| #528 | invalid | start of IDE - ccl-init.lisp behavior | ||
| Description |
if you start the IDE by doubleclicking on a .lisp file the IDE starts showing tha file. There is no Listener window at this point. if you evaluate something the Listener window appear invoking (not until now) immediately the ccl-init.lisp file... normal behavior should be that the IDE execute a full start with cc-init and a listener window. |
|||
| #534 | fixed | "shift" in hemlock bindings dont work | ||
| Description |
in hemlock binding you have for example: (bind-key "Select Backward Character" #k"shift-leftarrow") (bind-key "Select Forward Character" #k"shift-rightarrow") (bind-key "Select Next Line" #k"shift-downarrow") etc. neither of these does select anything. in my own tries I dont have "shift" to work in any combination. the "shift" in other bindings is resolved not by "shift" but by a upcase letter (bind-key "Select Forward Character" #k"control-F") |
|||
