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

svn commit: r907573 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/intro/resources/ content/intro/resources/resources/

Author: buildbot
Date: Thu May  1 09:36:04 2014
New Revision: 907573

Log:
Staging update by buildbot for isis

Added:
    websites/staging/isis/trunk/content/intro/resources/resources/isis-templates-idea.xml   (with props)
    websites/staging/isis/trunk/content/intro/resources/resources/jmock2-templates-idea.xml   (with props)
    websites/staging/isis/trunk/content/intro/resources/resources/junit4-templates-idea.xml   (with props)
Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/intro/resources/editor-templates.html
    websites/staging/isis/trunk/content/intro/resources/resources/IsisCheatSheet.docx
    websites/staging/isis/trunk/content/intro/resources/resources/IsisCheatSheet.pdf

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu May  1 09:36:04 2014
@@ -1 +1 @@
-1585016
+1591576

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu May  1 09:36:04 2014
@@ -1 +1 @@
-1585016
+1591576

Modified: websites/staging/isis/trunk/content/intro/resources/editor-templates.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/resources/editor-templates.html (original)
+++ websites/staging/isis/trunk/content/intro/resources/editor-templates.html Thu May  1 09:36:04 2014
@@ -332,27 +332,29 @@
 </h1>
 </div>
 
-<p>The following Java editor templates (for Eclipse) provide snippets to speed up writing domain objects and unit testing</p>
+<p>The following Java editor templates (for Eclipse and IntelliJ) provide snippets to speed up writing domain objects and unit testing</p>
 
 <ul>
-<li><a href="resources/isis-templates.xml">Isis domain object snippets</a></li>
-<li><a href="resources/junit4-templates.xml">JUnit snippets</a></li>
-<li><a href="resources/jmock2-templates.xml">JMock templates</a></li>
+<li>Isis domain objects (prefix <code>is</code>): <a href="resources/isis-templates.xml">Eclipse</a> <a href="resources/isis-templates-idea.xml">IntelliJ</a></li>
+<li>JUnit (prefix <code>ju</code>): <a href="resources/junit4-templates.xml">Eclipse</a> <a href="resources/junit4-templates-idea.xml">IntelliJ</a></li>
+<li>JMock (prefix <code>jm</code>): <a href="resources/jmock2-templates.xml">Eclipse</a> <a href="resources/jmock2-templates-idea.xml">IntelliJ</a></li>
 </ul>
 
-<p>To install, go to <code>Windows &gt; Preferences &gt; Java &gt; Editor &gt; Templates</code> and choose <code>Import</code>.</p>
+<p>Enter the prefix (<code>is</code>, <code>ju</code>, <code>jm</code>) for a drop-down list of all available templates in that category.</p>
 
-<p>Each of these template defined in these teamplate files has a common prefix so you can easily find them.</p>
+<p>The most commonly used Isis domain objects templates are also listed on the <a href="resources/IsisCheatSheet.pdf">Isis cheat sheet</a>.</p>
 
-<p>For example, the Isis templates all have the prefix "<code>is</code>"; simply enter "is" and press ctrl+space to get the list of templates starting with "is" where you will find those related to Isis.</p>
+<h3>Installation</h3>
 
-<p>Similarly, the JUnit templates are prefixed "<code>ju</code>".</p>
+<p>To install in Eclipse, go to <code>Windows &gt; Preferences &gt; Java &gt; Editor &gt; Templates</code> and choose <code>Import</code>.</p>
 
-<p>And the JMock templates are prefixed "<code>jm</code>".</p>
+<p>To install in IntelliJ, copy to the relevant <code>config/templates</code> directory, eg:</p>
 
-<h3>Notes</h3>
-
-<p>The <code>ispauto</code> and <code>isaauto</code> (for auto-complete of properties or of action parameters) only apply from v1.3.0+.</p>
+<ul>
+<li>Windows <code>&lt;User home&gt;\.IntelliJIdea13\config\templates</code></li>
+<li>Linux <code>~/.IntelliJIdea13/config/templates</code></li>
+<li>Mac OS <code>~/Library/Preferences/IntelliJIdea13/templates</code></li>
+</ul>
 
 
 

Modified: websites/staging/isis/trunk/content/intro/resources/resources/IsisCheatSheet.docx
==============================================================================
Binary files - no diff available.

Modified: websites/staging/isis/trunk/content/intro/resources/resources/IsisCheatSheet.pdf
==============================================================================
Binary files - no diff available.

Added: websites/staging/isis/trunk/content/intro/resources/resources/isis-templates-idea.xml
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/isis/trunk/content/intro/resources/resources/isis-templates-idea.xml
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: websites/staging/isis/trunk/content/intro/resources/resources/jmock2-templates-idea.xml
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/isis/trunk/content/intro/resources/resources/jmock2-templates-idea.xml
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: websites/staging/isis/trunk/content/intro/resources/resources/junit4-templates-idea.xml
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/isis/trunk/content/intro/resources/resources/junit4-templates-idea.xml
------------------------------------------------------------------------------
    svn:mime-type = application/xml