eclipse

Aptana Aquires PyDev

Tuesday, August 26, 2008 - 12:43 by Anonymous (not verified)
Congratulations to the PyDev team and Aptana on the recent announcement that Aptana has hired the lead developer of PyDev and aquired the PyDev. PyDev is a very popular Python Eclipse IDE, so Aptana has done very well to add this to their suite of products. Lets hope this means...

Eclipse Conference Season

Thursday, August 21, 2008 - 13:58 by Anonymous (not verified)
As we near the end of summer, conference season seems to be starting and there are a number of Eclipse conferences being organized. The producers of the successful JAX conferences in Europe are starting a new Java and Eclipse oriented conference in San Jose, called JAX San Jose on Oct...

And the winners are…

Tuesday, August 12, 2008 - 14:32 by Anonymous (not verified)
The winners of the Ganymede Around the World blogging contest have been announced. Congratulation to Vincenzo Cappello of Corbetta, Italy for his review of CDT. For his efforts he wins a new Eclipse jacket and a pass to EclipseCon or Eclipse Summit Europe. I particularly like his introduction ‘I [have]...

Ouvrir une URL dans le navigateur interne d’Eclipse

Thursday, August 7, 2008 - 13:38 by Benjamin Cabé
Pour ouvrir une URL (par un clic sur un widget SWT “Link”, par exemple) dans le navigateur Web interne d’Eclipse, il suffit de faire ceci : [sourcecode language=’java’] PlatformUI.getWorkbench(). getBrowserSupport(). createBrowser(“myId”). openURL(url); [/sourcecode] myId étant un identifiant unique qui permet, éventuellement, de réutiliser le même navigateur pour ouvrir d’autres pages...

Check Out Ganymede Around the World

Wednesday, July 30, 2008 - 15:15 by Anonymous (not verified)
In the last month, lots of people have downloaded Ganymede. What is also nice to see is people talking about their Ganymede experiences on the Ganymede Around the World map. For example: Krishnakumar Pooloth from Bangalore, India http://lonelyprogrammer.wordpress.com/2008/07/26/review-of-eclipse-ganymede/ and Stephen Egan from Melbourne, Australia who is using RCP, RAP, EMF...

Mirroring p2

Wednesday, July 9, 2008 - 16:41 by Benjamin Cabé
Une des fonctionnalités apportées par p2 est de pouvoir facilement créer des miroirs d’entrepôts de métadonnées et d’artefacts. J’essaierai de préciser dans les jours à venir quelques notions clés de p2 comme celles-ci ; mais en attendant, vous pouvez d’ores et déjà — coucou David !— réaliser un miroir de...

Changer la variable ${user}

Tuesday, July 8, 2008 - 03:48 by Benjamin Cabé
Lorsque vous créez une nouvelle classe Java, Eclipse utilise par défaut le template de code suivant pour générer sa Javadoc : [sourcecode language=’java’]/** * @author ${user} * */[/sourcecode] Vous aurez sûrement remarqué que ${user} est remplacé par le login que vous utilisez dans votre OS, et ce n’est pas toujours...

A Java Rock Star

Thursday, July 3, 2008 - 14:30 by Anonymous (not verified)
Congratulations to Mik Kersten for being inducted into the JavaOne Java Rock Star program. The Java Rock Stars are the top speakers, as voted by the attendees, at JavaOne. Mik session was an introduction to Eclipse Mylyn and it seems like he and Mylyn were a great hit. Mik is...