How do I disable MercurialEclipse? I don't really use it anymore and it causes startup delays, but I can't find any option to turn it off.
(note: this is Eclipse 3.4.2)
How do I disable MercurialEclipse? I don't really use it anymore and it causes startup delays, but I can't find any option to turn it off.
(note: this is Eclipse 3.4.2)
You can try and customize your current perspective.
You would then un-select any command and shortcut related to that plugin.
Another solution would be to un-install the plugin (Help - About Eclipse - Installation details - first tab)
When looking at Eclipse 3.4 news and noteworthy, you could try and revert to a configuration where that plugin wasn't installed:
The UI for performing installation and updates is completely new in 3.4. The new UI is accessed using
Help > Software Updates
.
Try the button "Revert configuration"
Or try:
Help -> Software Updates -> "Installed Software"
: the old location for the first screenshot of this answer.
I found how to uninstall in 3.4.2.
You need to do Help -> Software Updates... -> "Installed Software" tab, select the plugin, then click the "Uninstall..." button.
(Still, this is kind of extreme, and takes several minutes... it would be nice if there were just a way to temporarily enable/disable.)
The best way is to disconnect your eclipse project from mercurial right click on your project goto team -> disconnect from mercurial....
thats all