Jump to content

Java editor - free


sairfan1

Recommended Posts

Hi,Can any one recommend some free java editor which can give properties and methods of containing object, for example, cboSelect is a drop down, when we assigned its reference to x variable, in editor x. will bring up list of properties and methods of select box.

var x = document.getElementById("cboSelect"); alert(x.options[1].text);

Link to comment
Share on other sites

you might have better luck looking for javascript editors that may offer an autocomplete feature. An IDE might be up to the task, but they typically focus more on Java syntax right out OTB, but you can usually find some plugins for any language you may need.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...