Removing JavaScript Libraries

This procedure describes how to remove a JavaScript library or library folder from Zend Studio. Removing a JavaScript library or library folder means that its contents will no longer be available in Zend Studio, including in it's functionality such as Content Assist, and in any project it is associated with. JavaScript libraries are only relevant to PHP projects with JavaScript support enabled.

Important Note:

Before configuring any settings for JavaScript libraries make sure JavaScript support is enabled in your project. Select Configure from the right click menu of you project in your project directory and select Convert to JavaScript Project. If that option does not appear then JavaScript support has already been enabled.

 

 

Instructions on how to complete a procedure

To remove a JavaScript library/library folder:

  1. Go to Project | Properties | JavaScript | Include Path - or - Select Properties | JavaScript | Include Path from the right click menu of the project folder in your project directory.
    Your project's properties page opens.

  1. In the JavaScript Libraries Properties page select a library/library folder and click Remove.
    Your JavaScript library/library folder has been removed.

Note:

The option to remove a library is not applicable for built-in libraries. For these libraries, the Remove button is disabled.

  1. To apply changes click OK.

If you would like to add a JavaScript library see Adding a JavaScript Library. To add a library folder see Adding a Library Folder to JavaScript Libraries.

Important Note:

If your JavaScript user library or library folder is associated with specific projects, removing it will delete it from the projects as well.