Bug Reports and Fixes
-
Exception e
- Posts: 18
- Joined: Tue Aug 05, 2008 12:40 pm
Post
by Exception e » Wed Dec 16, 2009 1:47 pm
I've spot some situation where I don't get autocompletion, whereas I get some for other components.
I would have expected that spket know that Ext.menu.Menu() expects a Ext.menu.Menu config.
Code: Select all
/**
*
* @param {Ext.tree.TreeNode} node
* @param {Ext.EventObject} e
*/
var pageContextMenu = function (node, e) {
new Ext.menu.Menu({
// YOU CANNOT GET AUTOCOMPLETION HERE
items: [{
// YOU CANNOT GET AUTOCOMPLETION HERE
text: "Item1"
}, {
text: "Item2"
}]
}).showAt(e.getXY());
}
-
Exception e
- Posts: 18
- Joined: Tue Aug 05, 2008 12:40 pm
Post
by Exception e » Thu Dec 17, 2009 1:06 pm
Hmm today it works. I also noticed at the end of my previous session that one core was fully loaded by eclipse.
Who is online
Users browsing this forum: No registered users and 1 guest