Skip to content

Instantly share code, notes, and snippets.

@gharlan
Created May 29, 2012 14:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gharlan/2828535 to your computer and use it in GitHub Desktop.
Save gharlan/2828535 to your computer and use it in GitHub Desktop.
REDAXO Coding Standards - Eclipse Launch Configuration
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType">
<stringAttribute key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value="${resource}"/>
<mapAttribute key="org.eclipse.debug.core.environmentVariables">
<!-- Needs this plugin: http://www.mihai-nita.net/eclipse/ -->
<mapEntry key="ANSICON" value="1"/>
</mapAttribute>
<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
<listEntry value="org.eclipse.ui.externaltools.launchGroup"/>
</listAttribute>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="/usr/bin/php"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="coding_standards.php fix ${selected_resource_loc} --hide-process"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${project_loc}"/>
</launchConfiguration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment