Custom Query (1030 matches)
Results (388 - 390 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #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. |
|||
| #203 | fixed | typing does not hide the cursor on Mac OS X | ||
| Description |
using Clozure CL on Mac OS X 10.5. On the Mac the mouse cursor gets hidden when the user types on the keyboard and gets shown again when the mouse is moved. Clozure CL does not hide the mouse cursor. It often gets in the way while typing. Hiding the cursor would be useful, increases usability, slightly. |
|||
