// archives

Archive for February, 2010

Use svn with Eclipse Galileo on Ubuntu 9.10

After wasting a lot of time myself, I thought this could serve some other people… So here’s how I did it : First install the Subclipse plugin Run sudo eclipse (that will install plugins system-wide) Eclipse > Install new software > Add Name = “whatever” Location = http://subclipse.tigris.org/update_1.6.x OK Work with: “whatever” Select these to install [...]

How to use QT Jambi from within Eclipse

This article is part 2/2 of using QT Jambi within Eclipse. Click here to read the first part of this article, “Getting started with QT Jambi on Linux”. The present article you will learn how to design forms within eclipse and structure your QT code using the MVC pattern : File > New > Other > [...]