Skip to main content



      Home
Home » Archived » Jubula » Modify/check properties from eclipse -> properties view
Modify/check properties from eclipse -> properties view [message #879471] Thu, 31 May 2012 05:33 Go to next message
Eclipse UserFriend
Hi,

I wonder if it is possible to change and check properties that are in the properties view of eclipse in a convenient way using Jubula? I have tried but not found a way to get it working.
I do not want to set the mouse pointer x and y positions for clicking on the property, want something that is more dynamic if it is possible?

Best regards,
Martin
Re: Modify/check properties from eclipse -> properties view [message #879965 is a reply to message #879471] Fri, 01 June 2012 03:58 Go to previous messageGo to next message
Eclipse UserFriend
Hi Martin,

My suggestions would be to try using actions for SWT Tree (tree table) combined with actions for tree / table if necessary to get to the correct item you want. Then you can move relatively to your selection using the table actions (move) with clicks to make the cell editable. I'm sure there's a nice dynamic and reusable module in there Wink

HTH,
Alex
Re: Modify/check properties from eclipse -> properties view [message #880133 is a reply to message #879965] Fri, 01 June 2012 09:45 Go to previous message
Eclipse UserFriend
To improve my own answer - you can use the Tree Table actions in the unbound_module_swt project to:
- Select a textpath / column combination
- Check the selection of something based on its column and value

The table actions don't work on the Tree Table. I noted this in this bug. The bug is now set to invalid, because what we'd actually need are specific actions for Tree Tables. If you want to help describe your use cases to help us think of useful high-level actions, then feel free to enter enhancements (with patches is good too Smile ).

Best regards,
Alex
Previous Topic:JFace ListViewer
Next Topic:Quick question about TestCase collaboration
Goto Forum:
  


Current Time: Wed Jul 23 18:17:05 EDT 2025

Powered by FUDForum. Page generated in 0.03625 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top