admich

Results 30 issues of admich

With this PR I add keyboard navigation to menu (menu as menu-choose not as menu gadget where it already exist). To activate the keyboard navigation the user must use `menu-choose-from-drawer`...

This PR improve pointer tracking and drag and drop that now works on multiple window. Fix: #899

What about the possibility to add a "virtual/indirect" gesture to gesture names? The idea is to permit something like this: ``` (define-gesture-name :next :keyboard (#\n :meta)) (define-gesture-name 'clim-debugger::next :gesture :next)...

enhancement

In the following code: ``` (in-package :clim-user) (define-command-table test) (define-gesture-name :test :keyboard (#\l :control)) (add-keystroke-to-command-table 'test :test :function (lambda (gesture num) nil) :documentation "A second test" :errorp t) (add-keystroke-to-command-table 'test...

bug

When a complex number is presented it is difficult to understand that it is a complex number. `#C(1 2)` is presented as `1 2`. A first unsatisfactory attempt to improve...

enhancement

For the spec (http://bauhh.dyndns.org:8000/clim-spec/24-1.html#_1303) in `with-input-editor-typeout`: > If erase is true, the area underneath the typeout will be erased before the typeout is done. I interpret this as: if `erase`...

I don't understand why (in a` immediate-sheet-input-mixin` the queue will be always empty) but from the specification (http://bauhh.dyndns.org:8000/clim-spec/8-1.html#_295) > The immediate-sheet-input-mixin class will also provide a > sheet-event-queue method, describe...

specification

For the specification (http://bauhh.dyndns.org:8000/clim-spec/24-5.html#_1341): > CLIM implementations are encouraged to provide "chunkwise" > completion, that is, if the user input consists of several tokens > separated by "partial delimiters", CLIM...

specification

Function clear-typeout doesn't work perfectly. The typeout is removed only after a repainting.

bug

In the specification under the description of `standard-sheet-input-mixin` (8.1.2 http://bauhh.dyndns.org:8000/clim-spec/8-1.html#_316 ) is written: > Note that configuration events invoke handle-event immediately. McCLIM doesn't do that, anyway I don't know the...

specification