Custom Query (1030 matches)
Results (517 - 519 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #530 | fixed | Need better error handling for "file not found" while doing meta-dot | ||
| Description |
In the IDE: 1.4-dev-r12199M-trunk (DarwinX8664) If you meta-dot a name, and the file it's looking for doesn't exist, the alt console pops up with an error and you get a "sky is falling" dialog. This behavior might make sense if there is an error in the event handling code that needs to be debugged. But in this case, just a simple message saying "File ~s not found" would be much better. I think a beep and a message in the mini-buffer might be the best way to handle this case. A simple way to reproduce: rename ccl/level-1/l1-files.lisp to something else (temporarily) type "load" into a listener or editor window with the insertion bar in or next to "load", type meta-dot There are probably a lot of potential errors that are signaled in the IDE, that should be handled without bringing up the alt console. |
|||
| #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. |
|||
| #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.] |
|||
