TEXT drag and drop

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
9 messages Options
Reply | Threaded
Open this post in threaded view
|

TEXT drag and drop

Bing Liang
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: TEXT drag and drop

Torsten Bergmann
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 <[hidden email]>
An: [hidden email]
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: ''
 
 
 

 

Reply | Threaded
Open this post in threaded view
|

Re: TEXT drag and drop

EstebanLM
I would vote yes :)

On 18 May 2016, at 22:02, Torsten Bergmann <[hidden email]> 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 <[hidden email]>
An: [hidden email]
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: ''
 
 
 

Reply | Threaded
Open this post in threaded view
|

Re: TEXT drag and drop

Thierry Goubier
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 <[hidden email]
>> <mailto:[hidden email]>> 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 <[hidden email] <mailto:[hidden email]>>
>> *An:* [hidden email] <mailto:[hidden email]>
>> *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: ''
>>
>


Reply | Threaded
Open this post in threaded view
|

Re: TEXT drag and drop

Bing Liang
In reply to this post by Bing Liang
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: TEXT drag and drop

stepharo
In reply to this post by Bing Liang

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: ''

 


 


Reply | Threaded
Open this post in threaded view
|

Re: TEXT drag and drop

Thierry Goubier
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: ''
>>
>>
>>
>


Reply | Threaded
Open this post in threaded view
|

Re: TEXT drag and drop

stepharo


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: ''
>>>
>>>
>>>
>>
>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: TEXT drag and drop

Thierry Goubier
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: ''
>>>>
>>>>
>>>>
>>>
>>
>>
>>
>
>
>