Custom Query (1030 matches)
Results (349 - 351 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #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. |
|||
| #90 | worksforme | Editor silently lets you clobber changed file | ||
| Description |
Open a file in the IDE. Open the same file in emacs, make a change, save it. Now make a change in the IDE and save it -- it quietly overwrites the changes you made in emacs. It should notice the change and confirm whether you want to overwrite it |
|||
| #92 | fixed | tab should move to start of text | ||
| Description |
Hitting tab on a line where indentation doesn't need to change currently does nothing, but it should move the point to the first non-blank char on the line. |
|||
