Hi, I have made a little tool for draging and dropping text selection. like windows Word. It can work in Pharo 40 50 and 60. Have a fun! LiangBing MCHttpRepository location: 'http://www.smalltalkhub.com/mc/liangbing/Text-DragDrop/main' user: '' password: ''
I would vote yes :)
On 18 May 2016, at 22:02, Torsten Bergmann <astares@gmx.de> wrote:
Hi Liang Bing,
nice! Could be a nice addition to the standard image if others like it too. Did you already sign as contributor?
Thx T.
Gesendet: Mittwoch, 18. Mai 2016 um 19:09 Uhr Von: lb <liangbing64@126.com> An: pharo-dev@lists.pharo.org Betreff: [Pharo-dev] TEXT drag and drop Hi, I have made a little tool for draging and dropping text selection. like windows Word. It can work in Pharo 40 50 and 60.
Have a fun!
LiangBing
MCHttpRepository location: 'http://www.smalltalkhub.com/mc/liangbing/Text-DragDrop/main' <http://www.smalltalkhub.com/mc/liangbing/Text-DragDrop/main'> user: '' password: ''
Le 19/05/2016 06:36, Esteban Lorenzano a écrit :
I would vote yes :)
Agreed. This is cool. One thing: the 'more' when longer than 8 characters is a bit confusing: I'd prefer just ... (three dots). Or, even better, allow for a longer uncut word (20 ?) and, if longer, cut in the middle with '...' (keep beginning and end of the word). Regards, Thierry
On 18 May 2016, at 22:02, Torsten Bergmann <astares@gmx.de <mailto:astares@gmx.de>> wrote:
Hi Liang Bing, nice! Could be a nice addition to the standard image if others like it too. Did you already sign as contributor? Thx T. *Gesendet:* Mittwoch, 18. Mai 2016 um 19:09 Uhr *Von:* lb <liangbing64@126.com <mailto:liangbing64@126.com>> *An:* pharo-dev@lists.pharo.org <mailto:pharo-dev@lists.pharo.org> *Betreff:* [Pharo-dev] TEXT drag and drop Hi, I have made a little tool for draging and dropping text selection. like windows Word. It can work in Pharo 40 50 and 60. Have a fun! LiangBing MCHttpRepository location: 'http://www.smalltalkhub.com/mc/liangbing/Text-DragDrop/main' user: '' password: ''
How can I see the effects of your changes? Stef Le 18/5/16 à 19:09, lb a écrit :
Hi, I have made a little tool for draging and dropping text selection. like windows Word. It can work in Pharo 40 50 and 60.
Have a fun!
LiangBing
MCHttpRepository location: 'http://www.smalltalkhub.com/mc/liangbing/Text-DragDrop/main' user: '' password: ''
Le 21/05/2016 15:58, stepharo a écrit :
How can I see the effects of your changes?
Install both packages that are in that smalltalkhub archive, and try dragging a text selection. At least, that process works for PluggableTextMorph. Nice demonstration of both the drag and drop api and the text api, because it's even nicely undoable in the editor :) Thierry
Stef
Le 18/5/16 à 19:09, lb a écrit :
Hi, I have made a little tool for draging and dropping text selection. like windows Word. It can work in Pharo 40 50 and 60.
Have a fun!
LiangBing
MCHttpRepository location: 'http://www.smalltalkhub.com/mc/liangbing/Text-DragDrop/main' user: '' password: ''
Le 21/5/16 à 16:02, Thierry Goubier a écrit :
Le 21/05/2016 15:58, stepharo a écrit :
How can I see the effects of your changes?
Install both packages that are in that smalltalkhub archive,
I did that even before asking.
and try dragging a text selection.
I have no idea how to do this.
At least, that process works for PluggableTextMorph.
Nice demonstration of both the drag and drop api and the text api, because it's even nicely undoable in the editor :)
Thierry
Stef
Le 18/5/16 à 19:09, lb a écrit :
Hi, I have made a little tool for draging and dropping text selection. like windows Word. It can work in Pharo 40 50 and 60.
Have a fun!
LiangBing
MCHttpRepository location: 'http://www.smalltalkhub.com/mc/liangbing/Text-DragDrop/main' user: '' password: ''
Le 21/05/2016 22:47, stepharo a écrit :
Le 21/5/16 à 16:02, Thierry Goubier a écrit :
Le 21/05/2016 15:58, stepharo a écrit :
How can I see the effects of your changes?
Install both packages that are in that smalltalkhub archive,
I did that even before asking.
and try dragging a text selection.
I have no idea how to do this.
Select some text, click and hold on it and then move. Unless you tried that already, then it becomes strange because it works when I do that :) Thierry
At least, that process works for PluggableTextMorph.
Nice demonstration of both the drag and drop api and the text api, because it's even nicely undoable in the editor :)
Thierry
Stef
Le 18/5/16 à 19:09, lb a écrit :
Hi, I have made a little tool for draging and dropping text selection. like windows Word. It can work in Pharo 40 50 and 60.
Have a fun!
LiangBing
MCHttpRepository location: 'http://www.smalltalkhub.com/mc/liangbing/Text-DragDrop/main' user: '' password: ''
participants (5)
-
Esteban Lorenzano -
lb -
stepharo -
Thierry Goubier -
Torsten Bergmann