[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] DropPlugin: Unify numFiles fallback value before DragDrop has been recorded (#514)

Christoph Thiede notifications at github.com
Sat Aug 22 12:17:57 UTC 2020


> Can you explain more how to use the DemoDropTool ?
> How to open the ToolBuilder and get from there to the DemoDropTool ...

The ToolBuilder is not a tool but a class that can build tools for you.
The correct snippet is:

```smalltalk
ToolBuilder open: DemoDropTool.
```

Insert this into any text field and press <cmd>d to do it.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/514#issuecomment-678633557
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20200822/b14cd336/attachment.html>


More information about the Vm-dev mailing list