Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] Please ready 6's New and Noteworthy by status call on 11th

Hi List

On 10/03/2010, at 02.45, Nitin Dahyabhai wrote:

To set your workspace up to edit your project's contents manually, connect to the web site CVS repository at :extssh:dev.eclipse.org:/cvsroot/org.eclipse and either check out the entire contents of the /www/webtools folder, or just /www/webtools/development/news/3.2M6 if you only want to work on this milestone's files.  No team project set file this time, sorry.


I also lack commit rights to this directrory, I hope somebody can apply the enclosed patch and PNG.

TIA, Jesper

### Eclipse Workspace Patch 1.0
#P 3.2M6
Index: sourceediting.xml
===================================================================
RCS file: /cvsroot/org.eclipse/www/webtools/development/news/3.2M6/sourceediting.xml,v
retrieving revision 1.1
diff -u -r1.1 sourceediting.xml
--- sourceediting.xml	9 Mar 2010 02:18:57 -0000	1.1
+++ sourceediting.xml	11 Mar 2010 07:47:10 -0000
@@ -11,6 +11,21 @@
 		</item>
 	</component>
 
+	<component name="XML">
+		<item title="Full XML Catalog Preferences">
+			<description>
+			   <img src="sourceediting/xml-catalog-editing.png" alt="Improved XML Catalog Preference Page"/><br/>
+			   The XML Catalog page now supports creating all kinds of XML catalog elements, notably:
+			   <ul>
+			   <li>Rewrite entries (where a starting prefix is exchanged for another)</li>
+			   <li>Suffix matching</li>
+			   <li>Delegate catalogs (i.e. catalogs included if the URI being sought after matches a given prefix)</li>
+			   </ul>
+			   Relevant editors (XML, XML Schema, XLS) now support these catalog entry types for hyperlinking and navigation.<br/>
+			   Thanks to Holger Voormann for the icons!
+			</description>
+		</item>
+	</component>
 	
 <!--
 	<component name="JSDT">

PNG image





Back to the top