Custom Query (1030 matches)
Results (802 - 804 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #119 | fixed | funny selection behavior with double- and triple-clicks | ||
| Description |
In a normal Cocoa text view, multiple-clicks are multiple mouse-downs. That is, click on a word, then click again and hold, and the word will be selected. In a hemlock text view, the selection won't be displayed until the mouse is released. Same for triple clicks. Normally, triple click selects a line, but in a hemlock text view, the line isn't selected until the last mouse click is released (or until a drag is initiated). This makes selecting by lines feel funny. Maybe mouse ups are counted instead of mouse downs? |
|||
| #799 | invalid | gensym is per-thread, seems like a bug to me. | ||
| Description |
I just had an annoying bug that turned out to be due to gensyms being only unique for a given thread. I see that this was explicitly changed here: http://trac.clozure.com/ccl/changeset/6016 But I maintain this is a bug (and different from other Common Lisp implementations). |
|||
| #783 | fixed | get-ide-bundle-path returns path in mac format on Windows | ||
| Description |
For example if you have ccl cocotron installed to your desktop on a user called mike this method would return /Users/Mike/Desktop/ccl/temp bundle32.app/ instead of C:\Users\Mike\Desktop\ccl\temp bundle 32.app\ |
|||
