简体   繁体   中英

eclipse - how to extend the build-in javascript libraries?

While modifing my eclipse juno 4.2 with some WebDev-Features, I am currently stuck while adding library support for JQuery, JQMobi and other.

This is my situation:

情况
(source: codespot.com )

This would be my goal:

目标


The Problem

Is it only possible to manipulate the build-in JS-Libraries of Eclipse through plugins or manually too?

Because, when I click on Add JavaScript library , I don't get this:

http://i.stack.imgur.com/Ezptb.png

In my case, there is only User Library - how can I add other ones?!

These links were kind of helpful, but don't show a solution to my problem:

https://stackoverflow.com/a/12892508/1370465

http://www.ibm.com/developerworks/library/os-eclipse-jsdt/

http://marketplace.eclipse.org/content/jsdt-jquery#.UVB0clfAm2U

A user library represent sets of JavaScript files chosen by a user and preset through the User Libraries preference page.

用户库首选项页面(Juno SR2)

Everything else is provided by plug-ins.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM