Eclipse git checkout (aka, revert)
This can be done via the context menu “Replace with/File in Git index” on the file in package view.
This can be done via the context menu “Replace with/File in Git index” on the file in package view.
Using the menus, open Help | About Eclipse IDE | Installation details (in newer versions), Help | Installation Details (in older versions), or Help | About Eclipse | Installation details (in even older versions). In the “Installed software” tab click on the software that you wish to uninstall, then click the “Uninstall…” button below. If … Read more
There is a project from a guy called ‘tarlog’ that made a plugin for eclipse at this google code site: http://code.google.com/p/tarlog-plugins/downloads/detail?name=tarlog.eclipse.plugins_1.4.2.jar&can=2&q= It has some other features for eclipse, amongst which is Ctrl++ and Ctrl+- to change the font size, it’s frickin’ awesome.
MercurialEclipse Update site: https://bitbucket.org/mercurialeclipse/update-site/raw/default/ Installation manual As stated below (in comments) the name is MercurialEclipse. The name HgEclipse was a fork that Intland did and was later “merged” back again with MercurialEclipse, which moved around a bit between the current site, Google code and javaforge.com.
I’ve just encountered exactly the same problem in Eclipse 3.6 (Helios). After plenty of Googling I came across this link: http://code.google.com/intl/es/eclipse/docs/faq.html#wstinstallerror During installation, there’s an error about requiring org.eclipse.wst.sse.ui. How do I fix that? The Google Plugin for Eclipse depends on other specific Eclipse components, such as WST. Your installation of Eclipse may not yet … Read more
Look in Windows / Preferences (at least on Windows – IIRC it moves around for different operating systems) then: General -> Editors -> Text Editors -> Show Print Margin Tick this and it should show the line. As a quick way of finding this, use the search filter in the top and filter on “margin”. … Read more
Help → Install new Software → Switch to the Kepler Repository → General Purpose Tools → Marketplace Client If you use Eclipse Luna SR 1, the released Marketplace contains a bug; you have to install it from the Marketplace update site. This is fixed again in Luna SR 2. Marketplace update site: Luna – http://download.eclipse.org/mpc/luna … Read more
To change background colour Open menu *Windows → Preferences → General → Editors → Text Editors Browse Appearance color options Select background color options, uncheck default, change to black Select background color options, uncheck default, change to colour of choice To change text colours Open Java → Editor → Syntax Colouring Select element from Java … Read more
Go to Help → Install new software → Here uncheck “Contact all update sites during install to find required software” Eclipse will prompt that the content isn’t authorized or something like that. just ignore and continue. then everything will be OK. At least this trick resolved my problems similar like this: An error occurred while … Read more
(Edit 2016-10-12: Many Eclipse downloads from https://eclipse.org/downloads/eclipse-packages/ have M2Eclipse included already. As of Neon both the Java and the Java EE packages do – look for “Maven support”) Way 1: Maven Eclipse plugin installation step by step: Open Eclipse IDE Click Help -> Install New Software… Click Add button at top right corner At pop … Read more