Project

General

Profile

Actions

EclipsePreferencesforTeams » History » Revision 55

« Previous | Revision 55/78 (diff) | Next »
Andreas Kohlbecker, 11/08/2016 10:01 AM


Eclipse plugins and preferences

Plugins, code templates, coding conventions, preferences etc. for EDIT CDM Development in php, java, javascript.

TIP: For quickly setting up eclipse you may want to import the @prefs-available-software-sites.xml@, see the "Plugins" for more on this.


Installing Eclipse

The eclipse IDE can be downloaded from https://www.eclipse.org/downloads/eclipse-packages/ where you may want to choose the 'Eclipse IDE for Java Developers' package.
Another very good option is the Spring Tool Suite which comes bundled with almost all plugins you will need.

Quick Setup

Setting up eclipse

  1. import the @prefs-available-software-sites.xml@, see the "Plugins" for more on this.
  2. enable the following plugins:
    • Remote Workspace Preferences
    • TODO ...

Setting up a new Workspace

  1. import the Remote Workspace Preferences from http://dev.e-taxonomy.eu/svn/trunk/devtools/eclipse/4.x/prefs/prefs_remote_workspace_preferences.epf (see Remote Workspace Preferences section below)
  2. import the Java code template from http://dev.e-taxonomy.eu/svn/trunk/devtools/eclipse/4.x/prefs/CDM-Java-Code-Template.xml or http://dev.e-taxonomy.eu/trac/browser/trunk/devtools/eclipse/4.x/prefs/CDM-Java-Code-Template.xml (see Code Template section below)

Plugins

The available software sites to be added to eclipse can be downloaded from here: http://dev.e-taxonomy.eu/svn/trunk/devtools/eclipse/4.x/prefs/prefs-available-software-sites.xml
Apply these setting by going to "Available Software Sites" in the eclipse preferences, click on import and browse to the location to where you downloaded @prefs-available-software-sites.xml@.

Subclipse

Subclipse is an Eclipse team provider for the Subversion version
control system.

EGit

Eclipse Git is an Eclipse Team provider based on JGit, a pure Java implementation of the Git version control system.

RunJettyRun

Remote Workspace Preferences

For now we decided to use this plugin for distributing preferences within the team, but we may switch to another solution in future, see #3335 (Share workspace setting within the team) for more information.

Code Template

  1. Download the code template file from http://dev.e-taxonomy.eu/svn/trunk/devtools/eclipse/4.x/prefs/CDM-Java-Code-Template.xml or http://dev.e-taxonomy.eu/trac/browser/trunk/devtools/eclipse/4.x/prefs/CDM-Java-Code-Template.xml
  2. In eclipse open Window-Preferences and here open Java - Code Style - Code Template.
  3. Use the import functionality and import the above file

Web Development

AnyEditTools

JavaScript Development Tools

PHP codesniffer

CodeSniffer is broken in indigo!!!!id=263892&atid=1127654*

*/drupal*/modules/*,*/drupal*/includes/*,*/drupal*/misc/*,*/drupal*/themes/*,*/drupal*/profiles/*,*.png,*.gif,*.jpg

PHP Development Tools

PHP Mess Detector

Web Page Editor

jshint

Documentation & UML

Architexa

Just Another Eclipse Plugin which helps in understanding and documenting code. Architexa can turn a large Java codebase into a comprehensible and navigable diagram of functionality and dependency.

Requires registration!

Updated by Andreas Kohlbecker over 7 years ago · 55 revisions