Custom Query (1030 matches)
Results (571 - 573 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #188 | fixed | Double Clicking in Hemlock, selecting the current expression works not as expected | ||
| Description |
When I double click on an open left parenthesis, the expression is selected. But that does not work for double quotes, single quotes, right parenthesis, vertical bars, ... double-clicking on the first part of the symbol foo-bar will only select foo. Ideally Hemlock should be much smarter what to select when I double click on something. |
|||
| #195 | fixed | Page Up and Page Down commands in Editor windows move the cursor | ||
| Description |
On the Mac, scrolling around with the Page Up and Page Down keys should only move the viewport. It should not move the cursor. The cursor should stay where it is. Unfortunately, Hemlock moves the cursor when scrolling with Page Up and Page Down keys. |
|||
| #196 | fixed | Clozure CL should be more clever about window placement | ||
| Description |
Placement of new (editor) windows on the screen is not really that sophisticated. It seems to open the window always at the same place (plus some offset when you open new windows, so that they are 'stacked'). Textedit does the same. Apple Mail is a bit more clever. It stacks the new window at the horizontal position of the current front-most window + offset. This allows you to move an editor window to a new position and have all subsequent editor windows opened (stacked) based on this position. This is especially useful on large screens, when one wants windows to be opened at another position. This could be done by window class. When creating a new window, Clozure CL could look where the frontmost window of that class is and place the new window with an offset from that position. |
|||
