Showing posts with label Eclipse. Show all posts
Showing posts with label Eclipse. Show all posts

Friday, July 12, 2013

Eclipse + P4 plugin hangs on start

If Eclipse with installed Perforce (P4) plugin hangs on start trying to load a workspace and in WORKSPACE/.metadata/.log you see something like this repeating again and again:
============
!ENTRY com.perforce.team.core 4 0 2013-07-12 17:17:31.375
!MESSAGE Perforce password (P4PASSWD) invalid or unset.
============

This simple action may help - just remove if exists ".p4tickets".
On Linux:
rm ~/.p4tickets

On Windows:
del C:\Documents and Settings\<username>\p4tickets.txt

Solution was found here: http://osdir.com/ml/version-control.perforce/2005-12/msg00125.html

Sunday, September 18, 2011

Fix black tooltip background in Eclipse

To solve black tooltip background in Eclipse in modern Ubuntu linux distributions ("Ambiance" theme):
Simply reset "System default" option and set preferred color of "Source hoover background" in "Preferences"->"C/C++"->"Editor"->"Appearance color options":

And here we go: