[Haiku-commits] r24257 - haiku/trunk/src/apps/aboutsystem
Jonas Sundström
jonas at kirilla.com
Thu Mar 6 08:56:12 CET 2008
mmu_man at BerliOS <mmu_man at mail.berlios.de> wrote:
> Author: mmu_man
> Date: 2008-03-06 01:22:53 +0100 (Thu, 06 Mar 2008)
> New Revision: 24257
> ViewCVS: http://svn.berlios.de/viewcvs/haiku?rev=24257&view=rev
>
> Modified:
> haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp
> Log:
> Make the text view selectable when the query is done,
> so one can select text, like urls to paste to a browser.
...
I think would be possible to support clicking a link. Unless
I'm mistaken one can check whether the text at that BPoint
has the blueish link color, get the start and end offsets and
then launch that piece of text via the HTTP URL mime type.
That way one doesn't have to make the text selectable
and can avoid unintentional edits, like d&d reordering or
pasting.
I'll see what I can do tonight, unless of course someone
beats me to it.
/Jonas.
More information about the Haiku-commits
mailing list