Posts Tagged ‘ eclipse ’

Eclipse Icons

A set of more than 800 icons from the Eclipse software development environment. They are intended for use in software applications. Feel free to use them in web sites too. They are licensed under the EPL, a business-friendly free software license

Weiterlesen

Eclipse: Link a view to an editor

Main parts of Eclipse RCP applications are editors and views. Sometimes your view needs to perform some action when an editor is activated. You can present some additional information in the view depending on the element in the editor. You probably know this behaviour since there is a Link to editor button in the toolbar of the Package explorer of the Eclipse IDE. After activating this button the IDE always selects the class in the tree of the view you edit in the active editor. There are no build in classes in the Eclipse RCP to implement this behavior.

Weiterlesen

Deutsche Rechtschreibprüfung in Eclipse

Babelfisch

Eclipse enthält eine Rechtschreibprüfung. Leider kann man die Prüfung nicht einfach auf andere Sprachen umstellen, wie es trotzdem geht beschreibt dieser Artikel auf javathreads.de.

Benötigt wird eine einfache Textdatei mit möglichst vielen deutschen Wörter. In jeder Zeile muss genau ein Wort stehen. Ein solche Datei mit über 300.000 Wörtern lässt sich einfach mit aspell erzeugen.

Weiterlesen