Custom Query (1030 matches)
Results (829 - 831 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #951 | fixed | code coverage example to show how to automatically collect coverage data for specified ASDF systems | ||
| #952 | fixed | code cover test example - errors in server code due to changes in Hunchentoot | ||
| Description |
I'm fixing the sample code in examples/code-cover-test/code-cover-test-server.lisp to work using Hunchentoot 1.2. 1) Call exported methods 2) Use the easy-handler mechanism |
|||
| #958 | fixed | Shift-UpArrow and Shift-DownArrow fail on edge cases | ||
| Description |
When the cursor is in the first line in a buffer, shift-UpArrow should select the text between the cursor and the start of the buffer. It currently does nothing. When the cursor is in the last line in a buffer, shift-DownArrow should select the text between the cursor and the end of the buffer. It currently does nothing. Pressing UpArrow and DownArrow without the shift modifiers work correctly, i.e. they move the cursor to the beginning or end of the buffer. This is related to ticket #549. |
|||
