Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
Merge branch 'formatter-profiles-rebase'
Browse files Browse the repository at this point in the history
Support for creating, switching between and editing formatting profiles.
Completely compatible with the command-line formatting tool. Done mostly
by @akberc with a few minor fixes by @lucaswerkmeister.

Implements and closes #987. CC #385 which is now completely done.
  • Loading branch information
lucaswerkmeister committed Oct 3, 2014
2 parents c7813d8 + 03651c7 commit 5acd453
Show file tree
Hide file tree
Showing 25 changed files with 7,838 additions and 3,087 deletions.
31 changes: 19 additions & 12 deletions plugins/com.redhat.ceylon.eclipse.ui/.classpath
@@ -1,18 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins">
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER" />
<classpathentry kind="con"
path="org.eclipse.pde.core.requiredPlugins">
<accessrules>
<accessrule kind="accessible" pattern="org/eclipse/jdt/internal/**"/>
<accessrule kind="accessible" pattern="org/eclipse/core/internal/events/NotificationManager"/>
<accessrule kind="accessible" pattern="org/eclipse/osgi/util/*"/>
<accessrule kind="accessible" pattern="org/osgi/framework/**"/>
<accessrule kind="accessible" pattern="org/eclipse/jdt/internal/**" />
<accessrule kind="accessible"
pattern="org/eclipse/core/internal/events/NotificationManager" />
<accessrule kind="accessible" pattern="org/eclipse/osgi/util/*" />
<accessrule kind="accessible" pattern="org/osgi/framework/**" />
</accessrules>
</classpathentry>
<classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="lib" path="lib/zip4j_1.3.2.jar" sourcepath="zip4j_src_1.3.2.zip"/>
<classpathentry kind="lib" path="lib/jgrapht-jdk1.6.jar" sourcepath="/home/david/jgrapht-0.8.3/src"/>
<classpathentry combineaccessrules="false" kind="src" path="/com.redhat.ceylon.eclipse.ui.ceylon"/>
<classpathentry kind="lib" path="/com.redhat.ceylon.eclipse.ui.ceylon/.exploded" sourcepath="/com.redhat.ceylon.eclipse.ui.ceylon/source"/>
<classpathentry kind="output" path="target/classes"/>
<classpathentry kind="src" path="src" />
<classpathentry exported="true" kind="lib"
path="lib/zip4j_1.3.2.jar" sourcepath="zip4j_src_1.3.2.zip" />
<classpathentry kind="lib" path="lib/jgrapht-jdk1.6.jar"
sourcepath="/home/david/jgrapht-0.8.3/src" />
<classpathentry combineaccessrules="false" kind="src"
path="/com.redhat.ceylon.eclipse.ui.ceylon" />
<classpathentry kind="lib"
path="/com.redhat.ceylon.eclipse.ui.ceylon/.exploded" sourcepath="/com.redhat.ceylon.eclipse.ui.ceylon/source" />
<classpathentry kind="output" path="target/classes" />
</classpath>

0 comments on commit 5acd453

Please sign in to comment.