Custom Query (1030 matches)
Results (469 - 471 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #723 | fixed | c-m-q at end of sexp | ||
| Description |
From Shannon 8/19/10: c-m-q will reindent-sexp only when cursor is at beginning of sexp but not if it's at the end. (Need to fix this in emacs too.) |
|||
| #722 | invalid | Improve editor selection | ||
| Description |
From Shannon 8/19/10: Selecting stuff in the editor leaves a lot to be desired. The editor seems to get confused as to whether you wish to select the stuff between parens with a double click, or just highlight the matching parens. I (the user) am confused as to whether hitting <enter> after such will actually execute the s-expression or not. [can't reproduce this today. Might have been fixed.] |
|||
| #721 | fixed | Improve meta-p in listener | ||
| Description |
From Shannon 8/19/10: meta-p retrieves the last thing you typed in the Listener. There needs to be a shift modifier on this to go forward in case you go too far back. Also, it replaces whatever is currently in the listener, so you can't type e.g. (+ 3 4 5) (+ 6 meta-p) because when you type meta-p above, it replaces the entire line with (+ 3 4 5). MCL did this right (with meta-g) such that it did not replace what was already on the line. |
|||
