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.
Created attachment 147801 [details] Module manager bug I installed the plugin Module Manager, it is very nice, I really like the reloadable thing inside so I don't have to restart my IDE anymore if I want to activate/deactivate a module, should be implemented in the plugin manager too ;). So the main problem is that when I try to type, to find a module like "Hex Editor", I type hex and as you can see it in my little screencast, its very buggy. So it will not still there and it always jumps to the last selected module. See the attacht gif for a live example of this strange behaviour. Regards Chris
(In reply to ChrisLE from comment #0) > I installed the plugin Module Manager, it is very nice, I really like the > reloadable thing inside so I don't have to restart my IDE anymore if I want > to activate/deactivate a module, should be implemented in the plugin manager > too ;). Our modules don't have enough quality to guarantee production level enabled/disable/reload behavior. It mostly works, but may leave a debris behind. > See the attacht gif for a live example of this strange behaviour. The sources are available at http://hg.netbeans.org/main/contrib/file/c81b23c64961/modulemanager
Ok, but the main problem was the search inside module manager part :). Thx for the feedback