3

Is there any way to allow text selection, copying and pasting in a Shoes app? I'm making a little utility, and it would be great if it could support this functionality. I know shoes uses Pango/Cairo for text rendering, so I imagine there's a way to turn this on. Anyone? _why?

Also, _why, thanks for the great toolkit!

Much appreciated,

Bobby

  • indeed a shortcomming of shoes, it's also annoying you can't copy something fom the help which is a shoe app on it self of course – peter Jan 12 '12 at 15:25

1 Answers1

2

Text selection, copy and paste works in edit_boxes, but it is not possible to select text blocks (such as para). Reading through the gmane archive of the old mailing list, _why had this down for the release after Policeman. There are also mentions of Pango being the reason text selection of para was not possible.

atomicules
  • 2,155
  • 25
  • 24