Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [swtbot-dev] SWTBot forms support

Hey,

I've just pushed out v2.0.4 with forms support. There's only support for Hyperlink and ImageHyperlink (http://goo.gl/a42gg) to start with.

Also on another note, since the forms support did not compile on eclipse 3.4. I've decided for sure to retire further eclipse 3.4 builds.

Let me know if there's any questions or comments!

--
Ketan
http://ketan.padegaonkar.name | http://eclipse.org/swtbot

On 3/2/11 8:18 AM, Chris Aniszczyk wrote:
On Wed, Mar 2, 2011 at 9:59 AM, Ketan Padegaonkar
<ketanpadegaonkar@xxxxxxxxx>  wrote:
Chris,

I've cleaned up forms support and unit tests to work with the full forms
example from CVS (https://github.com/ketan/swtbot/tree/forms-support).

Thanks!!!

I see that most of the work here is in doing the widget wrappers and most
forms widgets don't provide a basic getText() method to be able to
introspect them.

Nonetheless I feel we should push this out one tiny bit at a time. I'd like
to start with the Hyperlink and ImageHyperlink control. These controls
seemed to be the simplest to implement and work with. We can later pull in
more controls as and when requests popup.

Thoughts ?

Let's do it. The important part is to include this in the build which
I've been slow to do.



Back to the top