<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/generatoreclipseplugin/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/generatoreclipseplugin/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 18 Jun 2016 11:40:08 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/generatoreclipseplugin/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Walter Lyrer</title><link>https://sourceforge.net/p/generatoreclipseplugin/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -50,7 +50,7 @@
 - Each generator needs references to classes in a project for this. These are configured in the properties files. The referenced classes must therefore be in the project's classpath. Otherwise generation fails.
 - Also file paths must be configured in the properties files. The file path must be absolute or relative to the project's path.

-Each Generator needs different kinds of properties files. Please read the documentation in the Generator Projects to get information about how to configure it. Properties files samples can be found [here](https://sourceforge.net/projects/generatoreclipseplugin/files/propertiesamples/).
+Each Generator needs different kinds of properties files. Please read the documentation in the Generator Projects to get information about how to configure it. Properties files samples can be found [here](https://sourceforge.net/projects/generatoreclipseplugin/files/propertiessamples/).

 The Generators are project/generator aware:

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Walter Lyrer</dc:creator><pubDate>Sat, 18 Jun 2016 11:40:08 -0000</pubDate><guid>https://sourceforge.nete7864951b65afb3e531cfeda25761c730dcbb60b</guid></item><item><title>Home modified by Walter Lyrer</title><link>https://sourceforge.net/p/generatoreclipseplugin/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -35,8 +35,6 @@
     - Command "Generate Java Strategies..." [more information](https://sourceforge.net/p/strategystategenerator/wiki/Home/)
     - Command "Generate Java States..." [more information](https://sourceforge.net/p/strategystategenerator/wiki/Home/)

-Please, note that the
-
 Please, see also the [print screens](https://sourceforge.net/projects/generatoreclipseplugin/) for visual information.

@@ -56,6 +54,7 @@

 The Generators are project/generator aware:

+- The menu *Java Code Generators* is only visible when the project has Java nature.
 - You can choose any file or directory in a project to open the package explorer. The menu *Java Code Generators* is always available.
 - When the directory dialog is opened for a specific generator the first time then the project's directory is preselected by default in the directory tree.
 - The last used properties directory is stored for each project and generator. This makes the directory tree navigation much easier the second time you run a generator from a specific project opening the directory dialog.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Walter Lyrer</dc:creator><pubDate>Fri, 17 Jun 2016 17:32:35 -0000</pubDate><guid>https://sourceforge.net694f08e68597ac4111db6248af9d7171881d461e</guid></item><item><title>Home modified by Walter Lyrer</title><link>https://sourceforge.net/p/generatoreclipseplugin/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -0,0 +1,114 @@
+Eclipse Repository for Code Generators
+======================================
+
+This is the Eclipse Plugin Site for *Java Code Generators*.
+
+URL of Eclipse Update Site:
+https://sourceforge.net/projects/generatoreclipseplugin/files/site.xml
+
+Please, note that the *Java Code Generators* Eclipse Plugin is only available for Eclipse Mars (v4.5.2) or later versions.
+
+Please, note that the *Java Code Generators* Eclipse Plugin is only available for Eclipse Projects using Java 1.6 or later.
+
+
+Description
+===========
+
+The plugin provides a menu entry *Java Code Generators* in the Eclipse Package Explorer.
+
+This menu opens a sub menu with one or several commands. The number of commands depends on the chosen features selected on Plugin Installation by the user.
+
+Each sub menu entry works in the same way:
+
+1. A directory dialog is opened
+2. Choose the directory where the properties for the generation are located
+3. Print "OK" and await the code generation results
+4. A Message PopUp appears with the result (successful or failure)
+
+For each Java Code Generator different properties files with different property keys are expected. Please read the wiki page of the corresponding projects to get information how to configure the properties files.
+
+The following Java Code Generator commands are available at the moment:
+
+1. Feature ch.lyrer.walter.plugin.generator.converter.feature
+    - Command "Generate Java Converters..." [more information](https://sourceforge.net/p/convertergenerator/wiki/Home/)
+2. Feature ch.lyrer.walter.plugin.generator.strategystatepattern.feature
+    - Command "Generate Java Strategies..." [more information](https://sourceforge.net/p/strategystategenerator/wiki/Home/)
+    - Command "Generate Java States..." [more information](https://sourceforge.net/p/strategystategenerator/wiki/Home/)
+
+Please, note that the
+
+Please, see also the [print screens](https://sourceforge.net/projects/generatoreclipseplugin/) for visual information.
+
+
+Dependencies
+============
+
+The plugin provides several menu entries in the Eclipse Package Explorer to generate different kind of Java Code. Behind each menu command is a different Code Generator.
+
+The configuration for the Generators must be made in properties files. All properties files for a Generator must be located in the same directory. You can choose any directory. However, the idea is that this directory is located within a project.
+
+The following configurations occurring in properties files must be taken care especially: 
+
+- Each generator needs references to classes in a project for this. These are configured in the properties files. The referenced classes must therefore be in the project's classpath. Otherwise generation fails.
+- Also file paths must be configured in the properties files. The file path must be absolute or relative to the project's path.
+
+Each Generator needs different kinds of properties files. Please read the documentation in the Generator Projects to get information about how to configure it. Properties files samples can be found [here](https://sourceforge.net/projects/generatoreclipseplugin/files/propertiesamples/).
+
+The Generators are project/generator aware:
+
+- You can choose any file or directory in a project to open the package explorer. The menu *Java Code Generators* is always available.
+- When the directory dialog is opened for a specific generator the first time then the project's directory is preselected by default in the directory tree.
+- The last used properties directory is stored for each project and generator. This makes the directory tree navigation much easier the second time you run a generator from a specific project opening the directory dialog.
+- The directory dialog is not opened when the selected directory is the directory with the properties files. The generator recognizes the directory and runs code generation directly.
+
+The plugin works only for project's using Java v1.6 or later.
+
+The plugin works only for Eclipse Mars (v4.5.2) or later versions of Eclipse.
+
+
+
+Copyright
+========
+
+Copyright by Walter Lyrer
+
+
+License
+=======
+
+Apache Lisense 2.0
+
+
+Disclaimer
+==========
+
+The author cannot be made responsible for any damage caused by the Eclipse Plugin *Java Code Generators*.
+The usage of the Eclipse Plugin *Java Code Generators* is on own risk.
+The code is designed and implemented on best know-how and with good intensions by the author.
+Escpecially is first to mention that the Eclipse Plugin is only compatible with Eclipse Mars (v4.5.2) or later. Second to mention is that only Eclipse Projects using Java v1.6 or later are working with Eclipse Plugin *Java Code Generators*.
+
+
+Author
+======
+
+Walter Lyrer
+
+
+#### Other projects from same author
+
+[Converter Generator](https://sourceforge.net/projects/convertergenerator/)
+[StrategyStateGenerator](https://sourceforge.net/projects/strategystategenerator/)
+[Named Parameter Converter](https://sourceforge.net/projects/namedparameterconverter/)
+
+
+Notes
+=====
+Welcome to your wiki!
+
+This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+
+The wiki uses [Markdown](/p/generatoreclipseplugin/wiki/markdown_syntax/) syntax.
+
+[[members limit=20]]
+[[download_button]]
+
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Walter Lyrer</dc:creator><pubDate>Wed, 15 Jun 2016 15:47:22 -0000</pubDate><guid>https://sourceforge.net56d8360d401dede4dbd3203ec9ade31f4b8beadd</guid></item><item><title>Home modified by Walter Lyrer</title><link>https://sourceforge.net/p/generatoreclipseplugin/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,56 +0,0 @@
-Eclipse Repository for Code Generators
-=================================
-You can use the following URL as Eclipse Update Site:
-https://sourceforge.net/projects/generatoreclipseplugin/files/site.xml
-
-Please, note that the Eclipse Plugin is compatible only with Eclipse Mars (v4.5.2) or later versions. This is against the definition in the site.xml.
-
-
-Description
-==========
-
-The functionality of the code converters can be read from the appropriate code converter site. Currently there is only the [Converter Generator](https://sourceforge.net/projects/convertergenerator/) available.
-
-
-Copyright
-========
-Copyright by Walter Lyrer
-
-
-License
-=======
-
-Apache Lisense 2.0
-
-
-Disclaimer
-==========
-
-The author cannot be made responsible for any damage caused by the *Generator Eclipse Plugin*.
-The usage of the *Generator Eclipse Plugin* is on own risk.
-The code is designed and implemented on best know-how and with good intensions by the author.
-Escpecially is to mention that the Eclipse Plugin is only compatible with Eclipse Mars (v4.5.2) or later.
-
-Author
-======
-
-Walter Lyrer
-
-#### Other projects from same author
-
-[Converter Generator](https://sourceforge.net/projects/convertergenerator/)
-[Named Parameter Converter](https://sourceforge.net/projects/namedparameterconverter/)
-[StrategyStateGenerator](https://sourceforge.net/projects/strategystategenerator/)
-
-
-Notes
-=====
-Welcome to your wiki!
-
-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
-
-The wiki uses [Markdown](/p/generatoreclipseplugin/wiki/markdown_syntax/) syntax.
-
-[[members limit=20]]
-[[download_button]]
-
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Walter Lyrer</dc:creator><pubDate>Wed, 15 Jun 2016 14:14:29 -0000</pubDate><guid>https://sourceforge.net591b4debc73fee4c19dcd3f28bc8beafb9809c65</guid></item><item><title>Home modified by Walter Lyrer</title><link>https://sourceforge.net/p/generatoreclipseplugin/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -2,6 +2,8 @@
 =================================
 You can use the following URL as Eclipse Update Site:
 https://sourceforge.net/projects/generatoreclipseplugin/files/site.xml
+
+Please, note that the Eclipse Plugin is compatible only with Eclipse Mars (v4.5.2) or later versions. This is against the definition in the site.xml.

 Description
@@ -24,11 +26,10 @@
 Disclaimer
 ==========

-The author cannot be made responsible for any damage caused by the *Strategy/State Generator*.
-The usage of the *Strategy/State Generator* is on own risk.
+The author cannot be made responsible for any damage caused by the *Generator Eclipse Plugin*.
+The usage of the *Generator Eclipse Plugin* is on own risk.
 The code is designed and implemented on best know-how and with good intensions by the author.
-Escpecially is to mention that the generated code of the *Strategy/State Generator* is not guaranteed to run instantly correct.
-Manual supervision is necessary and crucial.
+Escpecially is to mention that the Eclipse Plugin is only compatible with Eclipse Mars (v4.5.2) or later.

 Author
 ======
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Walter Lyrer</dc:creator><pubDate>Sun, 29 May 2016 17:44:42 -0000</pubDate><guid>https://sourceforge.netce0b199d8647eb3cd16d40278fda8998c23eeea7</guid></item><item><title>Home modified by Walter Lyrer</title><link>https://sourceforge.net/p/generatoreclipseplugin/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,3 +1,49 @@
+Eclipse Repository for Code Generators
+=================================
+You can use the following URL as Eclipse Update Site:
+https://sourceforge.net/projects/generatoreclipseplugin/files/site.xml
+
+
+Description
+==========
+
+The functionality of the code converters can be read from the appropriate code converter site. Currently there is only the [Converter Generator](https://sourceforge.net/projects/convertergenerator/) available.
+
+
+Copyright
+========
+Copyright by Walter Lyrer
+
+
+License
+=======
+
+Apache Lisense 2.0
+
+
+Disclaimer
+==========
+
+The author cannot be made responsible for any damage caused by the *Strategy/State Generator*.
+The usage of the *Strategy/State Generator* is on own risk.
+The code is designed and implemented on best know-how and with good intensions by the author.
+Escpecially is to mention that the generated code of the *Strategy/State Generator* is not guaranteed to run instantly correct.
+Manual supervision is necessary and crucial.
+
+Author
+======
+
+Walter Lyrer
+
+#### Other projects from same author
+
+[Converter Generator](https://sourceforge.net/projects/convertergenerator/)
+[Named Parameter Converter](https://sourceforge.net/projects/namedparameterconverter/)
+[StrategyStateGenerator](https://sourceforge.net/projects/strategystategenerator/)
+
+
+Notes
+=====
 Welcome to your wiki!

 This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
@@ -6,3 +52,4 @@

 [[members limit=20]]
 [[download_button]]
+
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Walter Lyrer</dc:creator><pubDate>Sun, 29 May 2016 17:39:08 -0000</pubDate><guid>https://sourceforge.net7f6f33b3ba65a1a9e3ad40910c277aa71cd014bb</guid></item><item><title>Home modified by Walter Lyrer</title><link>https://sourceforge.net/p/generatoreclipseplugin/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/generatoreclipseplugin/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
	&lt;ul class="md-users-list"&gt;
		&lt;li&gt;&lt;a href="/u/lyrerwalter/"&gt;Walter Lyrer&lt;/a&gt; (admin)&lt;/li&gt;
		
	&lt;/ul&gt;&lt;br/&gt;
&lt;p&gt;&lt;span class="download-button-5738af3e24b0d92ecc10e103" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Walter Lyrer</dc:creator><pubDate>Sun, 15 May 2016 17:17:50 -0000</pubDate><guid>https://sourceforge.net86c91ef365fd39c35b726a604c3f3573c883ff99</guid></item></channel></rss>