This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 251991 - The Javascript frameworks plugin is not possible to switch off from the ui
Summary: The Javascript frameworks plugin is not possible to switch off from the ui
Status: REOPENED
Alias: None
Product: javascript
Classification: Unclassified
Component: Tools (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-22 14:09 UTC by Petr Pisl
Modified: 2015-04-23 12:55 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Pisl 2015-04-22 14:09:30 UTC
Sometimes it's useful to switch off a JavaScript framework from the ide. Mainly if the frameworks use similar techniques like NodeJs nad RequireJs use require methods. Currently there is no way how to switch off a Js Framework support.
Comment 1 Petr Pisl 2015-04-22 14:13:51 UTC
Fixed in web-main.
Comment 2 Petr Pisl 2015-04-22 16:41:22 UTC
I had to revert the latest commit. It brings a lot of problems. 

The framework modules are a part of JavaScript2 Kit module. When a framework we make visible in the plugin manager and user deactivate the module, then the JavaScript2 Kit is not loaded properly and as result bunch of other modules are not leaded as well. 

I need to find a way how to specify a module for ergonomics, which will switch on /off the module with some feature. So far, what I have seen is switching features per main.module defined in ide.ergonomics. Probably Yarda could help?
Comment 3 Quality Engineering 2015-04-23 02:11:15 UTC
Integrated into 'main-silver', will be available in build *201504230001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/aa90686d0a42
User: Petr Pisl <ppisl@netbeans.org>
Log: #251991 - The Javascript frameworks plugin is not possible to switch off from the ui
Comment 4 Tomas Mysik 2015-04-23 05:25:38 UTC
Petře, I thought that there is a UI in Project Properties for it - or not?
Comment 5 Petr Pisl 2015-04-23 12:55:47 UTC
Yes, this is on the project level. But here it was mean on the ide level in plugin manager.