Hi,
That is why I think the mechanism of categories per morph type is too
complicated. Instead, I would prefer to only have instance side keybindings
that can be installed during the instantiation.
Cheers,
Doru
> On Dec 30, 2015, at 1:36 AM, Nicolai Hess wrote:
>
>
>
> 2015-12-29 14:13 GM
Great, that solves the problem I was having. Thanks a lot!
> On Dec 29, 2015, at 20:36, Nicolai Hess wrote:
>
> If you just want to redefine some shortcuts (like in this example), it isn't
> necessary to remove the defined (category-shortcuts) but just
> add the new ones:
>
>
> | morph |
>
A bit more on that:
Processor activeProcess suspendingList. => nil “An active process has nil as a
list"
Processor activeProcess isSuspended. => true??
p := [ ] forkAt: 30.
p suspendingList. => “the list where it is waiting ready to run"
p isSuspended. => false?
s := Semaphore new.
p := ([ s
Hi,
I wanted to use versionner to manage some existing configurations but in
one of these configuration there is some dependencies on packages that
have no project.
For example in the baseline there is:
spec package: 'Glamour-EyeSee-Presentations'
with: [ spec requires: #