Hi,
With the valuable help of the community and the GLMBasicExamples I have
been able to build basic outlining interface and functionality. Here is
a screenshot:
http://www.enlightenment.org/ss/e-53f4243a4dc127.49773492.jpg
There are some issues:
1. Now I would like to make the nodes in the
Tim Mackinnon wrote
> might it be possible to put your script and mock classes on Smalltalk hub
> for future reference?
+1. That sounds cool :)
-
Cheers,
Sean
--
View this message in context:
http://forum.world.st/Migrate-code-from-Dolphin-Smalltalk-tp4773556p4773872.html
Sent from the Pha
Hi,
I play with RoelTyper, but it does not work as I expect. I have a simple class:
-=-=-=-
Object subclass: #AMock
instanceVariableNames: 'color'
classVariableNames: ''
poolDictionaries: ''
category: 'JK-Mocks’
-=-=-=-
with method:
-=-=-=-
initialize
su
mouseOver, i think
werner
On 08/19/2014 10:17 AM, Ben Coman wrote:
It took a bit of hunting around to discover how to use the custom hooks
for mouse event, and I needed to make some examples to prove how it
worked. I thought others might find this interesting. It just outputs
to Transcript fo
Hello,
I have a rewrite rule - subclass of RBTransformationRule. And I want to
apply it to specific scope, but before applying it, would be nice to see
ChangesBrowser with all future changes. For that I need to have changes inst
var initialized, but they are nil. So, the question is, where is inst
It took a bit of hunting around to discover how to use the custom hooks
for mouse event, and I needed to make some examples to prove how it
worked. I thought others might find this interesting. It just outputs
to Transcript for each of the following events. Check the class
comments for usa
I've finally found my way back to it; I added it to same repo as my
multiline http://smalltalkhub.com/#!/~peteruhnak/RoassalPrototypes/ ;
there's also an example in class side.
However there are two main issues:
* drawing of the grid is crude, I created an interaction but I haven't seen
any way ho