gtoolkit icon indicating copy to clipboard operation
gtoolkit copied to clipboard

Install drag and drop with st format

Open akevalion opened this issue 1 year ago • 0 comments

In pharo UI, users can drag and drop files with st extension.

image

In the interaction with the mouse event, they use this method DefaultExternalDropHandler >> #handle:in:dropEvent:

gtoolkit should enable to users to load code in a similar way.

akevalion avatar Jan 25 '24 14:01 akevalion