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 254206 - Show non-default plugins in Plugins dialogue
Summary: Show non-default plugins in Plugins dialogue
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 8.1
Hardware: PC All
: P3 normal with 4 votes (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-07 16:12 UTC by ulfzibis
Modified: 2016-04-20 13:22 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ulfzibis 2015-08-07 16:12:55 UTC
[ JDK VERSION : 1.7.0_67 ]

STEPS:
   * Install Netbeans IDE
   * Install additional plugins

ACTUAL:
   nothing happens

EXPECTED:
  Indicate supplemental plugins, which do not belong to the standard
installation. After a time, user forgets, which additional plugins he has
installed. In case of installing a new version of NB, he may want to add the
same plugins.

Additionally there could be a similar paragraph in the Import Settings dialogue.
Comment 1 mclaborn 2015-09-08 21:07:22 UTC
+1 for this.  

from an email to the NetCAT email list:

Maybe it's just me, but one of the frustrating parts of testing new versions of NetBeans, including every time I test a new version of 8.1, is getting all the plug ins that I need installed.  The "plugins from previous versions" dialog only catches a few of them. I generally take a screen shot of my list from the old version then manually compare to find what is missing and then install those.

Does this happen to anyone else?  Is there anyway this could be made less painful?

Some that I use that were not automatically carried over:
Ant 1.9.4 Documentation
C/C++
CVS
HTML5 Kit
Java EE Base
Comment 2 mclaborn 2015-09-08 21:09:43 UTC
I realize from the NetBeans point of view this is an enhancement, but from a user's perspective it is a lot more like a bug.  Us users don't necessarily know or understand the difference between which plugins are included in the standard set, and are thus prompted for migration, and those that are not.
Comment 3 Jiri Kovalsky 2015-09-09 19:33:43 UTC
Reassigned for further evaluation.
Comment 4 ulfzibis 2015-09-09 20:54:26 UTC
(In reply to ulfzibis from comment #0)
> Additionally there could be a similar paragraph in the Import Settings
> dialogue.

Thinking more about that, I see a problem:
If the user added some plugins from administrator/root account in "shared directories" and then runs the "Import Settings dialogue" from user account, the import into "shared directories" can not happen.

Ideally, the installer would save a list of user added/removed plugins in .nbi location. If a new version of the IDE becomes installed, the installer could display this list and ask the user, which of them should be installed again.