LiZunYuan / networkpx

Automatically exported from code.google.com/p/networkpx
0 stars 0 forks source link

Support cutting in ℏClipboard #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently ℏClipboard only supports copying. But cutting 
and deleting a range/whole text is also important. 

Due to limitation of size and to keep the interface not 
bloated with options, it's better not to add new toolbar 
buttons. Instead, I'd suggest adding a long press action 
to the "copy" and "select to here and copy" option where 
the "variants" cut & delete will be shown. 

Original issue reported on code.google.com by kennytm@gmail.com on 21 Jan 2009 at 10:21

GoogleCodeExporter commented 8 years ago

Original comment by kennytm@gmail.com on 21 Jan 2009 at 10:23

GoogleCodeExporter commented 8 years ago
I think is great idea to use the method showed in the attacched file

A small panel (now used only for information text in hClipboard), with arrows 
for use
the arrow-selected function (Cut, Copy, Paste, Delete & Clear). Paste is not
necessary but...

This panel are opened with one click on the button, and stay opened while the 
user
select the option.

:)

Original comment by sagittcy...@gmail.com on 23 Jan 2009 at 7:34

Attachments:

GoogleCodeExporter commented 8 years ago
To support that (multiline call out) I'll need to abandon UICalloutView and use 
a
custom view :S.

Original comment by kennytm@gmail.com on 23 Jan 2009 at 7:41

GoogleCodeExporter commented 8 years ago
i'm not a developer and i don't know the problems that you do for using the 
method in
the screenshot. But i think that tis method is possible.

I hope that you add this option, if is not really complicated. I think that 
this is
the only good method for the style of this app.

Original comment by sagittcy...@gmail.com on 25 Jan 2009 at 9:25

GoogleCodeExporter commented 8 years ago
@4

Even if multiline is OK, for UICalloutView to work according to how it's 
designed,
the user must land exactly on the chevron (>). Otherwise I'll need to track user
touch. That's not a good idea.

Original comment by kennytm@gmail.com on 26 Jan 2009 at 11:37

GoogleCodeExporter commented 8 years ago
(Just to redirect the issue focus...)

Original comment by kennytm@gmail.com on 15 Feb 2009 at 8:22

GoogleCodeExporter commented 8 years ago
Issue 56 has been merged into this issue.

Original comment by kennytm@gmail.com on 17 Feb 2009 at 8:03