Daniel,

Just wanted to make sure. 

I have autocomplete partly. Say the following code snippet -

var reloadButton = new qx.ui.toolbar.Button("Reload");

reloadButton.addListener("execute", function() {
      this.fireEvent("reload");
    }, this);

The codeassist works for reloadButton and I can see all its methods like
addListener. However I cant get any codeassist for 'this', which is my
window instance. 

I guess this is because Spket doesnt know that my class is extending the qx
window class, and hence doesnt show any methods on 'this.' . Is there a
workaround for this?

Murtaza 


-- 
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Qooxdo-intellisense-code-assist-tp5203807p5204079.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to