Skip to main content

13 posts tagged with "eclipse"

View All Tags

This blog post might be outdated!
This blog post was published more than one year ago and might be outdated!
· One min read
Stephan Hochdörfer

I had a hard time getting the Axon.ivy Designer to run on my KDE Neon desktop. The designer application - basically a custom Eclipse build - starts fine but when I try to launch the browser view, the Eclipse instance crashes. Browsing the Eclipse bugtracker showed that this is a common problem or in other words "practically speaking the embedded browser widget is unusable" on a recent Linux version. It was proposed that installing libwebkitgtk-1.0 would fix the problem, but that did not work for me. Instead installing libwebkitgtk-3.0 and a minor tweak finally fixed the problem for me.

This blog post might be outdated!
This blog post was published more than one year ago and might be outdated!
· One min read
Stephan Hochdörfer

I recently made a mistake. I upgraded Kubuntu to the latest version. At first glance everything looked fine, however I quickly realized that something went wrong when I tried to use Eclipse. Opening some dialogs made Eclipse segfault. Reinstalling Eclipse did not work so I took the route to the Eclipse bugtracker and found bug #440660. As it seems the Oxygen GTK theme which is used by KDE to make GTK application "look nice" is incompatible with the Eclipse SWT library. Swichting to another GTK theme was not an option. Luckily the bug report shows a work-a-round to fix the problem:

This blog post might be outdated!
This blog post was published more than one year ago and might be outdated!
· One min read
Stephan Hochdörfer

I`d like to announce the release of a new Eclipse Plugin called "Vagrant". Install the plugin via our public updatesite or via the Eclipse Marketplace. The plugin allows you to interact with Vagrant from within your IDE. It contributes a context menu to the project explorer view. Right click any project or any file named "Vagrantfile" and choose External Tools > Vagrant to see the Vagrant commands that can be executed.

This blog post might be outdated!
This blog post was published more than one year ago and might be outdated!
· One min read
Stephan Hochdörfer

I`d like to announce the release of a new Eclipse Plugin called "Composer". Install the plugin via our public updatesite. The plugin adds support for calling the PHP Tool Composer from within Eclipse. After installation the plugin will contribute the context menu "External Tools > Composer > Install" and "External Tools > Composer > Update" to the composer.json files in your workspace projects.

· One min read
Stephan Hochdörfer

Vom 26.06.2012 bis zum 28.06.2012 findet in Zürich die Jazoon 2012 Konferenz statt. Ich freue mich mit dem Vortag "Introducing a software generator framework" als Sprecher dabei sein zu dürfen. Der Vortrag behandelt die Entwicklung von Software-Generatoren auf Basis eines von uns entwickelten Generator-Framework welches in Kürze unter einer open-source Lizenz veröffentlichen werden wird.

This blog post might be outdated!
This blog post was published more than one year ago and might be outdated!
· One min read
Stephan Hochdörfer

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.

This blog post might be outdated!
This blog post was published more than one year ago and might be outdated!
· One min read
Stephan Hochdörfer

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.

This blog post might be outdated!
This blog post was published more than one year ago and might be outdated!
· One min read
Stephan Hochdörfer

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.

This blog post might be outdated!
This blog post was published more than one year ago and might be outdated!
· One min read
Stephan Hochdörfer

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.

This blog post might be outdated!
This blog post was published more than one year ago and might be outdated!
· 2 min read
Stephan Hochdörfer

Gefunden via planet-php.org: Derik hat in seinem Blog ein Howto veröffenlicht das erläutert via man via dbgproxy mit mehreren Usern gleichzeitig eine XDebug zum Remote-Debuggen nutzen kann. Die Möglichkeit war mir bislang nicht bekannt und von daher das Interesse groß das ganze einmal auszuprobieren.