|
From: <caw...@us...> - 2007-03-14 20:23:49
|
Revision: 2171
http://svn.sourceforge.net/rubyeclipse/?rev=2171&view=rev
Author: cawilliams
Date: 2007-03-14 13:23:48 -0700 (Wed, 14 Mar 2007)
Log Message:
-----------
Modified Paths:
--------------
trunk/org.rubypeople.rdt.ui/META-INF/MANIFEST.MF
trunk/org.rubypeople.rdt.ui/schema/quickFixProcessor.exsd
Modified: trunk/org.rubypeople.rdt.ui/META-INF/MANIFEST.MF
===================================================================
--- trunk/org.rubypeople.rdt.ui/META-INF/MANIFEST.MF 2007-03-14 20:15:38 UTC (rev 2170)
+++ trunk/org.rubypeople.rdt.ui/META-INF/MANIFEST.MF 2007-03-14 20:23:48 UTC (rev 2171)
@@ -54,5 +54,6 @@
org.rubypeople.rdt.launching,
org.eclipse.search,
org.jruby,
- org.eclipse.compare
+ org.eclipse.compare,
+ org.eclipse.core.expressions
Eclipse-LazyStart: true
Modified: trunk/org.rubypeople.rdt.ui/schema/quickFixProcessor.exsd
===================================================================
--- trunk/org.rubypeople.rdt.ui/schema/quickFixProcessor.exsd 2007-03-14 20:15:38 UTC (rev 2170)
+++ trunk/org.rubypeople.rdt.ui/schema/quickFixProcessor.exsd 2007-03-14 20:23:48 UTC (rev 2171)
@@ -8,16 +8,14 @@
<documentation>
This extension point allows to add a Quick Fix processor to offer new Quick Fixes on Ruby problems.
<p>
-Since 3.2 an extension can specify which problem marker types it can handle. It will only get problems of these types to process.
-If no handled marker type are specified, the processor will only get problems of types org.rubypeople.rdt.core.problem, org.rubypeople.rdt.core.buildpath_problem and org.rubypeople.rdt.core.task (compatible to the behaviour prior to 3.2).
+An extension can specify which problem marker types it can handle. It will only get problems of these types to process.
+If no handled marker type are specified, the processor will only get problems of types org.rubypeople.rdt.core.problem, org.rubypeople.rdt.core.buildpath_problem and org.rubypeople.rdt.core.task.
</p>
<p>
This extension point supports the <code>enablement</code> tag. Properties to test on are:
<dl>
-<li>compilationUnit: type IRubyScript; the compilation unit the quick assist is applied on</li>
-
+<li>rubyScript: type IRubyScript; the compilation unit the quick assist is applied on</li>
<li>projectNatures: type Collection; all project natures of the current project</li>
-<li>sourceLevel: type String; the source compliance of the current project</li>
</dl>
</p>
</documentation>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|