summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@epfl.ch>2008-06-09 13:17:59 +0000
committerLukas Rytz <lukas.rytz@epfl.ch>2008-06-09 13:17:59 +0000
commitabe9ec9859709f93a3258d0769a4b3e3c52d0cb5 (patch)
tree8527fc608f58eec5626f135d9ae867fa66586b0b /docs
parentd6b6402e4cfc42757df3113beb1302e400c6cb26 (diff)
downloadscala-abe9ec9859709f93a3258d0769a4b3e3c52d0cb5.tar.gz
scala-abe9ec9859709f93a3258d0769a4b3e3c52d0cb5.tar.bz2
scala-abe9ec9859709f93a3258d0769a4b3e3c52d0cb5.zip
now actually removing plugin.quick
Diffstat (limited to 'docs')
-rw-r--r--docs/examples/plugintemplate/.settings/de.loskutov.anyedit.AnyEditTools.prefs6
-rw-r--r--docs/examples/plugintemplate/src/plugintemplate/standalone/PluginRunner.scala4
2 files changed, 7 insertions, 3 deletions
diff --git a/docs/examples/plugintemplate/.settings/de.loskutov.anyedit.AnyEditTools.prefs b/docs/examples/plugintemplate/.settings/de.loskutov.anyedit.AnyEditTools.prefs
index 2031891e97..59ba944ef3 100644
--- a/docs/examples/plugintemplate/.settings/de.loskutov.anyedit.AnyEditTools.prefs
+++ b/docs/examples/plugintemplate/.settings/de.loskutov.anyedit.AnyEditTools.prefs
@@ -1,15 +1,15 @@
-#Fri May 23 08:03:52 CEST 2008
+#Mon Jun 09 10:07:56 CEST 2008
activeContentFilterList=*.makefile,makefile,*.Makefile,Makefile,Makefile.*,*.mk,MANIFEST.MF
convertActionOnSaave=AnyEdit.CnvrtTabToSpaces
eclipse.preferences.version=1
inActiveContentFilterList=
javaTabWidthForJava=true
org.eclipse.jdt.ui.editor.tab.width=2
-projectPropsEnabled=false
+projectPropsEnabled=true
removeTrailingSpaces=true
replaceAllSpaces=false
replaceAllTabs=false
saveAndAddLine=false
saveAndConvert=false
-saveAndTrim=true
+saveAndTrim=false
useModulo4Tabs=false
diff --git a/docs/examples/plugintemplate/src/plugintemplate/standalone/PluginRunner.scala b/docs/examples/plugintemplate/src/plugintemplate/standalone/PluginRunner.scala
index a4481829c5..934fe8c661 100644
--- a/docs/examples/plugintemplate/src/plugintemplate/standalone/PluginRunner.scala
+++ b/docs/examples/plugintemplate/src/plugintemplate/standalone/PluginRunner.scala
@@ -34,6 +34,10 @@ extends Global(settings, reporter) {
})
*/
+ /** The phases to be run.
+ *
+ * @todo: Adapt to specific plugin implementation
+ */
override def phaseDescriptors: List[SubComponent] = List(
analyzer.namerFactory,
analyzer.typerFactory,