You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2014/05/01 11:40:25 UTC

svn commit: r1591578 - /isis/site/trunk/content/intro/resources/editor-templates.md

Author: danhaywood
Date: Thu May  1 09:40:25 2014
New Revision: 1591578

URL: http://svn.apache.org/r1591578
Log:
IntelliJ templates

Modified:
    isis/site/trunk/content/intro/resources/editor-templates.md

Modified: isis/site/trunk/content/intro/resources/editor-templates.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/intro/resources/editor-templates.md?rev=1591578&r1=1591577&r2=1591578&view=diff
==============================================================================
--- isis/site/trunk/content/intro/resources/editor-templates.md (original)
+++ isis/site/trunk/content/intro/resources/editor-templates.md Thu May  1 09:40:25 2014
@@ -1,31 +1,31 @@
 Title: Editor Templates
 
-The following table lists various IDE templates (for Eclipse and IntelliJ) when writing Isis domain objects and unit tests:
+The following table lists various IDE templates (for IntelliJ and Eclipse) when writing Isis domain objects and unit tests:
 
 <table  class="table table-striped table-bordered table-condensed">
     <tr class="heading">
         <th>Template</th>
         <th>Prefix</th>
-        <th>Eclipse</th>
         <th>IntelliJ</th>
+        <th>Eclipse</th>
     </tr>
     <tr>
         <th class="heading">Isis Domain Objects</th>
         <td><tt>is</tt></td>
-        <td><a href="resources/isis-templates.xml">Download</a></td>
         <td><a href="resources/isis-templates-idea.xml">Download</a></td>
+        <td><a href="resources/isis-templates.xml">Download</a></td>
     </tr>
     <tr>
         <th class="heading">JUnit tests</th>
         <td><tt>ju</tt></td>
-        <td><a href="resources/junit4-templates.xml">Download</a></td>
         <td><a href="resources/junit4-templates-idea.xml">Download</a></td>
+        <td><a href="resources/junit4-templates.xml">Download</a></td>
     </tr>
     <tr>
         <th class="heading">JMock tests</th>
         <td><tt>jm</tt></td>
-        <td><a href="resources/jmock-templates.xml">Download</a></td>
         <td><a href="resources/jmock-templates-idea.xml">Download</a></td>
+        <td><a href="resources/jmock-templates.xml">Download</a></td>
     </tr>
 </table>
 
@@ -35,11 +35,11 @@ The most commonly used Isis domain objec
 
 ### Installation
 
-To install in Eclipse, go to `Windows > Preferences > Java > Editor > Templates` and choose `Import`.
-
 To install in IntelliJ, copy to the relevant `config/templates` directory, eg:
 
 * Windows `<User home>\.IntelliJIdea13\config\templates`
 * Linux `~/.IntelliJIdea13/config/templates`
 * Mac OS `~/Library/Preferences/IntelliJIdea13/templates`
 
+To install in Eclipse, go to `Windows > Preferences > Java > Editor > Templates` and choose `Import`.
+