You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2010/08/20 11:14:12 UTC

svn commit: r987419 - in /ant/ivy/ivyde/trunk/doc: ivyeditor.html preferences.html settingseditor.html

Author: hibou
Date: Fri Aug 20 09:14:11 2010
New Revision: 987419

URL: http://svn.apache.org/viewvc?rev=987419&view=rev
Log:
IVYDE-73: update the doc, some screenshots have to be updated

Modified:
    ant/ivy/ivyde/trunk/doc/ivyeditor.html
    ant/ivy/ivyde/trunk/doc/preferences.html
    ant/ivy/ivyde/trunk/doc/settingseditor.html

Modified: ant/ivy/ivyde/trunk/doc/ivyeditor.html
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/ivyeditor.html?rev=987419&r1=987418&r2=987419&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/doc/ivyeditor.html (original)
+++ ant/ivy/ivyde/trunk/doc/ivyeditor.html Fri Aug 20 09:14:11 2010
@@ -82,6 +82,8 @@ Completion comes with contextual help. T
 	</li>
 </ul>
 
+<b>Change colors:</b> you can change the color used by the editor in the <a href="preferences.html#xmleditor">global preferences page</a>.
+
 </textarea>
 <script type="text/javascript">xooki.postProcess();</script>
 </body>

Modified: ant/ivy/ivyde/trunk/doc/preferences.html
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/preferences.html?rev=987419&r1=987418&r2=987419&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/doc/preferences.html (original)
+++ ant/ivy/ivyde/trunk/doc/preferences.html Fri Aug 20 09:14:11 2010
@@ -30,6 +30,7 @@ The global configuration can be found in
 
 <h1><a name="global"></a>Global Ivy preferences</h1>
 
+<b><font color="red">TODO: SCREENSHOT NOT UP TO DATE</font></b>
 <center><img src="images/pref.jpg"/></center>
 
 <ul>
@@ -41,6 +42,7 @@ The global configuration can be found in
 
 <h1><a name="classpath"></a>Classpath configuration</h1>
 
+<b><font color="red">TODO: SCREENSHOT NOT UP TO DATE</font></b>
 <center><img src="images/pref_classpath.jpg"/></center>
 
 <ul>
@@ -56,6 +58,7 @@ The global configuration can be found in
 
 <h1><a name="retrieve"></a>Retrieve setup</h1>
 
+<b><font color="red">TODO: SCREENSHOT NOT UP TO DATE</font></b>
 <center><img src="images/pref_retrieve.jpg"/></center>
 
 <ul>
@@ -68,6 +71,7 @@ The global configuration can be found in
 
 <h1><a name="settings"></a>Ivy settings</h1>
 
+<b><font color="red">TODO: SCREENSHOT NOT UP TO DATE</font></b>
 <center><img src="images/pref_settings.jpg"/></center>
 
 <ul>
@@ -78,6 +82,7 @@ The global configuration can be found in
 
 <h1><a name="workspace"></a>Workspace resolver</h1>
 
+<b><font color="red">TODO: SCREENSHOT NOT UP TO DATE</font></b>
 <center><img src="images/pref_workspace.jpg"/></center>
 
 <ul>
@@ -86,7 +91,12 @@ The global configuration can be found in
         <li><u>Ignore version when resolving workspace projects:</u> This option forces the workspace resolver to ignore the version of a module specified in an ivy.xml if a project containing an Ivy file with that module organization and name is found in the workspace, instead substituting a project reference.  This may have unintended consequences.</li>
 </ul>
 
+<h1><a name="xmleditor"></a>XML Editor</h1>
 
+<b><font color="red">TODO: SCREENSHOT</font></b>
+<center><img src="images/xmleditor_color_config.jpg"/></center>
+
+This configuration panel allow you to change the color used in the <a href="ivyeditor.html">Ivy file editor</a> and the <a href="settingseditor.html">Ivy settings editor</a>.
 </textarea>
 <script type="text/javascript">xooki.postProcess();</script>
 </body>

Modified: ant/ivy/ivyde/trunk/doc/settingseditor.html
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/settingseditor.html?rev=987419&r1=987418&r2=987419&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/doc/settingseditor.html (original)
+++ ant/ivy/ivyde/trunk/doc/settingseditor.html Fri Aug 20 09:14:11 2010
@@ -40,6 +40,9 @@ Completion comes with contextual help. T
 	</li>
 </ul>
 
+
+<b>Change colors:</b> you can change the color used by the editor in the <a href="preferences.html#xmleditor">global preferences page</a>.
+
 </textarea>
 <script type="text/javascript">xooki.postProcess();</script>
 </body>