Custom Query (1030 matches)
Results (760 - 762 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #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 |
|||
| #187 | fixed | Editor should not by default add Tab characters when indenting | ||
| Description |
Currently the Hemlock editor uses Tabs and Spaces to indent Lisp code. I think it would be preferred not to have tabs inserted. It for example makes copying code snippets to other editors easier. |
|||
| #82 | fixed | Editor Evaluate Region doesn't work on some expressions | ||
| Description |
In an editor window, type 'foo, then select it, and hit Enter. Nothing happens - no output in the listener, no errors in terminal window. Other expressions work, e.g. selecting (setq foo 17) and hitting Enter sets foo and prints 17 in the listener as expected. Numbers don't work (i.e. select & eval 17), strings (e.g. select & eval "abc") work. |
|||
