Custom Query (1030 matches)
Results (877 - 879 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1159 | duplicate | Close windows of a type | ||
| Description |
Suggestion Option-click close or hide on Hemlock window button would be useful. This to close or hide all windows of that type. Useful to clear clutter such as closing many inspector windows, or some other window of a type, but not closing any other windows. The same window type operations for any window type in the CCL API. At the moment, option-click window close button closes all visible CCL windows. Unsure how this tallies with http://support.apple.com/kb/HT1343 |
|||
| #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. |
|||
| #1163 | duplicate | Typed structure slot being checked incorrectly | ||
| Description |
Welcome to Clozure Common Lisp Version 1.9-r15758 (DarwinX8632)! ? (defstruct (foo (:constructor make-foo (mask)))
(make-foo 4177526783)
|
|||
