Questions tagged [jsdt]

JSDT known as Javascript Development Tools is a part of the Web Tools Platform in the Eclipse IDE.

65 questions
0
votes
1 answer

Launch configuration doesn't see classes from other bundles

I am writing an eclipse plugin with functionality distributed on some modules (core, util, ui etc). During implementing of new launch configuration (launch of course must call functionality from other bundles) for own project type I faced with the…
yu.pitomets
  • 1,660
  • 2
  • 17
  • 44
0
votes
2 answers

WizardDialog.open() throw NullPointerException

I am trying to add NewCSSWizard on the toolbar. For this I used Platform Command Framework, add command and handler extension points. extends WizardHandler but it doesn't work and throws NPE. If in method executeHandler(ExecutionEvent) I create own…
yu.pitomets
  • 1,660
  • 2
  • 17
  • 44
0
votes
1 answer

Content assist in eclipse JSDT javascript editor fails using object notation

I'm using eclipse JSDT and I have a javascript object declaration that looks like this: var rs1 = {}; rs1.person1 = {}; rs1.person1.phone = "hg"; rs1.person1.name = "lk"; Content assist will pull up rs1 properties (rs1.person1.name) in the editor…
viragoboy
  • 131
  • 1
  • 4
0
votes
1 answer

JSDT extension point reference

I'd like to develop some extensions to the jsdt plugin of eclipse. However i can't seem to find a detailed documentation of the extension points available in jsdt. (Something like the eclipse help provides for the eclipse core extension…
Chris
  • 7,675
  • 8
  • 51
  • 101
-1
votes
1 answer

JSDT JQuery autocompletion is not working

I am using eclipse (Version: Luna Release (4.4.0)) and for Java Script code assist using 'SPKET' Ext JS 4 (jsb2) file. I tried a lot to make it work for JQuery but it is not working. Below steps i have done: Downloaded and installed JSDT JQuery…
1 2 3 4
5