Archiv für die Kategorie ‘Java’

Eclipse Plugin Smartsprites

geschrieben am 17.06.2011 von Stephan Hochdoerfer

I`d like to announce the release of a new Eclipse Plugin called “Smartsprites”. Install the plugin via our public updatesite. The plugin acts as a frontend to the SmartSprites CSS Sprite Generator. After installation the plugin will contribute the context menu “External Tools > Generate Spritemap” to the .css files in your workspace projects. As the plugin name implies it can be used to generate CSS Spritemap files.

The sources are available from the github repository.

Eclipse Plugin YUICompressor

geschrieben am 24.02.2011 von Stephan Hochdoerfer

I`d like to announce the release of a new Eclipse Plugin called “YUI Compressor”. Install the plugin via our public updatesite. The plugin acts as a frontend to the YUI Compressor console application. After installation the plugin will contribute the context menus “External Tools > Compress Javascript” and “External Tools > Compress CSS” to the respective files in your workspace projects. As the plugin name implies it can be used to compress Javascript and CSS files.

The sources are available from the github repository.

DPC 2011

geschrieben am 19.02.2011 von Stephan Hochdoerfer

Ich darf mich glücklich schätzen in diesem Jahr wieder als Sprecher auf der DPC11 in Amsterdam vertreten sein zu dürfen. Den ganzen Beitrag lesen »

Eclipse Plugin Subversion Export By Revision

geschrieben am 31.01.2011 von Stephan Hochdoerfer

Welcome to our first english blog post ever. I`d like to announce the availability of a new Eclipse Plugin “Subversion Export By Revision”. Install the plugin via our public updatesite. The plugin can be used to deliver incremental updates or patches for your clients. Den ganzen Beitrag lesen »

Eclipse Plugin Spy

geschrieben am 18.01.2011 von Stephan Hochdoerfer

Mit jedem neuen Release von Eclipse gibt viele neue Features zu entdecken, so auch in dem Plug-in Development Environment (PDE) Projekt. Ein echter Geheimtipp ist der Plug-in Spy der seit Version 3.4 das Schreiben Eclipse-Plugins vereinfacht. Mittels der Tastenkombination Alt + Shift + F1 wird das Plugin gestartet und zeigt hilfreiche Informationen zu dem aktuell gewählten Element an. Der Plugin Spy funktioniert dabei in Views, Dialogen sowie den Einstellungs-Dialogen.