Fabio Zadrozny wrote:
Strange, I just tested it here and it worked... it appears in the lower-left corner for me (and if you pass the setMessage with the first parameter True, it will appear in red).


The script I tested here is:
pyedit_test.py
-------------------------------------------------------------

if False:
    editor = ''
from org.eclipse.ui.texteditor import IEditorStatusLine

statusLine = editor.getAdapter(IEditorStatusLine)
if statusLine is not None:
    statusLine.setMessage(True, "foo", None)
-----------------------------------------------------------------

Hmmm...

When I run your code outside the action listener then it works, but when it is inside the action listeners run() then it does not display anything.

Don.


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
pydev-code mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pydev-code

Reply via email to