Custom Query (1030 matches)
Results (436 - 438 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #87 | fixed | Need IDE init file | ||
| Description |
I'd like to make some personal customizations to the editor, but the editor stuff is not accessible when my openmcl-init.lisp is loaded. We need an init file that gets loaded when the IDE starts up. |
|||
| #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. |
|||
| #89 | fixed | Need some file searching capability | ||
| Description |
It's really hard to work on a large existing system without some kind of a file searching capability. Perhaps it wouldn't be that hard to implement something quick-and-dirty using grep: get string from user, run grep with some appropriate args to make output parsable, put up a selection dialog with one entry per line of output, and make double-clicking on the entry go to the line in the file. |
|||
