Custom Query (1030 matches)
Results (970 - 972 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1143 | fixed | arglist-on-space-command crashes on particular files | ||
| Description |
If you make a new Hemlock window and paste the following two lines into it #!/bin/sh ; then put the cursor after the semicolon and hit the spacebar, CCL will crash (technically, it beachballs without AltConsole being invoked, because the "arglist on space" command goes into an infinite loop.) The problem doesn't happen if you set the window to Text Mode -- it only happens in Lisp mode. And it doesn't happen if you first add a newline before the initial # character. |
|||
| #1145 | fixed | Meta-dot doesn't work on package names | ||
| Description |
Packages defined with defpackage don't respond when you meta-dot their names. |
|||
| #1162 | duplicate | Option-close should only close windows of that class | ||
| Description |
Often I find myself with a billion utility windows (e.g. "Definitions of ...") in the IDE and I want to close them all at once to get rid of the clutter. But I don't want to close ALL the windows in the IDE. When option key is held down while the red close box of a window is clicked, all the windows in the IDE shouldn't close, since that's kind of silly and useless with a development system. Instead, only the windows of the type clicked on should close. So if you option-close a Hemlock window, all the hemlock windows close but all the rest stay open. Likewise if you option-close on a listener window or a utility window (ns-window), or some newly-defined window class, only the windows of that class should close. |
|||
