Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » SWTBot » SWTBot now supports reading of Status Line messages
SWTBot now supports reading of Status Line messages [message #1804114] Mon, 18 March 2019 15:35
Aparna Argade is currently offline Aparna ArgadeFriend
Messages: 61
Registered: October 2010
Member
This is to inform that SWTBot now supports reading of Status line text.
It is available in latest snapshot and will be a part of 2.8 release.
Typical usage is:
List<String> lstMsgs = bot.activeEditor().getStatusLineMessages();
or bot.activeView().getStatusLineMessages();
This can be helpful for testing error messages that appear on the status line.

Aparna
Previous Topic:KeyStrokes don't work anymore with Mac
Next Topic:Draw2D Support in GEF
Goto Forum:
  


Current Time: Tue Oct 15 16:52:43 GMT 2024

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

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

Back to the top