Locked History Actions

Diff for "JavaScript/JSDT"

Differences between revisions 5 and 6
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:
 * [[http://kellicker.wordpress.com/2010/08/17/jsdt-resources/|Using JSDT #1 : Resources ]]
 * [[http://kellicker.wordpress.com/2010/08/18/javascript-eclipse-ide-jsdt-getting-started/|Using JSDT #2]]
 * [[http://kellicker.wordpress.com/2010/08/19/eclipse-javascript-ide-jsdt-html5javascript-workarounds/|Using JSDT #3 : HTML5/JavaScript Workarounds]]
 * [[http://kellicker.wordpress.com/2010/09/03/using-jsdt-4-adding-third-party-library/|Using JSDT #4 : Adding Third Party Library]]
 * [[http://kellicker.wordpress.com/2010/09/08/using-jsdt-5-adding-3rd-party-library-redux/|Using JSDT #5: Adding 3rd Party Library Redux]]



Eclipse JSDT

以下はeclipse indio + JSDTについて JSDTはJavaScript Debug Toolkitの略だそうだ(Developmentではない)。

参考

インストール

Eclipse WTPには含まれているようだが、これが無いEclipseのバージョンでJSDTのみをインストールしたい場合には、 特にUpdate Siteは用意されていないようなので、手でインストールした。 Eclipse MarketPlaceからJSDT jQueryというものを自動でインストールすることができる(もしかしたら、これだけインストールすれば両方共自動インストールされるのかも)。

プロジェクトの作成とソースの作成

JavaScript Project」と「JavaScript Source File」メニューが追加されている。