Custom Query (1030 matches)
Results (664 - 666 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #525 | invalid | 32-bit GUI acceptsFirstReponder bug | ||
| Description |
Trying to get an ns-window to accept mouse events by defining an accepts-first-responder method that returns T works in 64-bit CCL but not 32-bit. In 32-bit, clicking on the window produces the following error (in the altconsole):
1 > Code to reproduce follows. Run the code, then click on the resulting window. (defun nsstr (s) (make-instance 'gui::ns-lisp-string :string s)) (defun make-ns-window (x y &optional (title "Untitled"))
(defclass nsview (ns:ns-view)
(ccl::define-objc-method ((:boolean accepts-first-responder) nsview) t) (setf w (make-ns-window 300 300)) (#/setContentView w (make-instance 'nsview)) |
|||
| #528 | invalid | start of IDE - ccl-init.lisp behavior | ||
| Description |
if you start the IDE by doubleclicking on a .lisp file the IDE starts showing tha file. There is no Listener window at this point. if you evaluate something the Listener window appear invoking (not until now) immediately the ccl-init.lisp file... normal behavior should be that the IDE execute a full start with cc-init and a listener window. |
|||
| #531 | fixed | need way to to force "search files" and m-x grep to treat regexp patterns as strings. | ||
| Description |
ticket:419 requested a means of doing regular-expression based searches in the "search files" dialog; since "search files" uses grep, that means already exists, but it'd be good to have a way of treating the search string as a literal string and not as a search pattern, e.g., to interpret "*foo*" as "the name of a special variable", not "whatever matches the regexp "*foo*". |
|||
