Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Web Tools Project (WTP) » newb Q's, ctrl+space (new to js not new to code)
newb Q's, ctrl+space [message #699428] Thu, 21 July 2011 10:29 Go to previous message
cytg.net is currently offline cytg.net
Messages: 2
Registered: July 2011
Junior Member
Hi, I am in the midst of setting up a working env. for javascript development. I've hacked around with js before but always in different editors / envoriments with little to no support for the actual language.
The eclipse bundle with WTP looks quite promosing, but I allready have questions wich i am not able to find elsewhere..

Suppose you have the function

function load(){
var canvas=document.getElementById('Canvas');
var ctx=canvas.getContext('2d');
....
}

I am able to get codeassist on "document." but not on canvas. Well yes, i will get some, but fx. getContext does not show. Is that the way it's supposed to be ? Netbeans 7 doesnt do the trick either.

? Smile

 
Read Message
Read Message
Read Message
Read Message
Previous Topic:Does Eclipse IDE support WebSphere Application Server v8 beta?
Next Topic:org.eclipse.wst.wsdl versus javax.wsdl
Goto Forum:
  


Current Time: Fri May 24 23:19:46 EDT 2013

Powered by FUDForum. Page generated in 0.01832 seconds