- This topic has 5 replies, 3 voices, and was last updated 10 years, 3 months ago by support-swapnar.
-
AuthorPosts
-
LofiParticipantI have a phonegap project and I’d like to add the dialog plugin.
The project creation wizard lets me select the plugins I’d like to add conventiently. How do I add those MyEclipse internal plugins after the project has been created? I don’t see them in the “add plugin” wizard.
support-octavioMemberHi Lofi,
Right click on your project, then go to Phonegap and Add/Install plugin.
LofiParticipantThank you, that’s what I did. But I can’t seem to find those that can be selected when you create a new PhoneGap project in MyEclipse. Where are they?
support-swapnarMemberHi,
The list of plugins that are shown during project creation are the default set of phonegap plugins . The plugin list shown on clicking Add/Install plugin is a superset of plugins which contains this default set as well. You can filter for the desired plugin in the Find filter textbox.
Regards
Swapna
LofiParticipantThank you, but if it should work that way, then it’s buggy:
* when I click “Show installed”, then nothing is filtered in the detail listbox
* when I enter “device orientation” (like it’s done in the PhoneGap project wizard), then nothing is displayed
* when I enter “device-orientation”, then nothing is displayed either
* when I enter “*device-orientation” (with an asterisk as prefix), then I find it
* when I enter “*” in the search field and click “Show installed”, then I only get 2 elements as result. But the problem is rather that the vertical scrollbars don’t appear. They do when you resize the window. (nontheless it’s not what “Show installed” should display)
support-swapnarMemberHi Lofi,
Sorry for a delayed response. First of all the Add/Install plugin shows all available Phonegap plugins. If the project already has PG plugins then these are now shown in the list. For example if camera plugin is already installed then in the list this plugin will not be listed. Only when u turn on “Show Installed” it will list camera plugin and which will be greyed out.
Coming to filter search , we will try to improve the search to avoid these confusions.Regards
Swapna R -
AuthorPosts