<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Coding Minsky</title><link>https://sourceforge.net/p/minsky/wiki/Coding%2520Minsky/</link><description>Recent changes to Coding Minsky</description><atom:link href="https://sourceforge.net/p/minsky/wiki/Coding%20Minsky/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 27 Feb 2017 01:05:07 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/minsky/wiki/Coding%20Minsky/feed" rel="self" type="application/rss+xml"/><item><title>Coding Minsky modified by High Performance Coder</title><link>https://sourceforge.net/p/minsky/wiki/Coding%2520Minsky/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -24,5 +24,4 @@

 Doxygen annotated code
 ----------------------
-Source code automatically annotated by doxygen can be found at http://minsky.sourceforge.net/doxydoc/html/ . An overall UML class design document can be accessed at 
-https://sourceforge.net/p/minsky/wiki/_discuss/thread/a58f23a1/e964/attachment/Minsky.pdf
+Source code automatically annotated by doxygen can be found at http://minsky.sourceforge.net/doxydoc/html/ . An overall UML class design document can be found [here](http://minsky.sf.net/Minsky-classdiagram.pdf)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">High Performance Coder</dc:creator><pubDate>Mon, 27 Feb 2017 01:05:07 -0000</pubDate><guid>https://sourceforge.netb8e86eb5fa3aad752c63d747196ba97eb414fb66</guid></item><item><title>WikiPage Coding Minsky modified by High Performance Coder</title><link>https://sourceforge.net/p/minsky/wiki/Coding%2520Minsky/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -24,5 +24,5 @@

 Doxygen annotated code
 ----------------------
-Source code automatically annotated by doxygen can be found at http://minsky.sf.net/htdocs. An overall UML class design document can be accessed at 
+Source code automatically annotated by doxygen can be found at http://minsky.sourceforge.net/doxydoc/html/ . An overall UML class design document can be accessed at 
 https://sourceforge.net/p/minsky/wiki/_discuss/thread/a58f23a1/e964/attachment/Minsky.pdf
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">High Performance Coder</dc:creator><pubDate>Tue, 26 Feb 2013 08:44:06 -0000</pubDate><guid>https://sourceforge.netb59af114f5557ecfe7321fb6589cca24dedf1748</guid></item><item><title>WikiPage Coding Minsky modified by High Performance Coder</title><link>https://sourceforge.net/p/minsky/wiki/Coding%2520Minsky/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -21,3 +21,8 @@
 Testing
 -------
 Regression tests (in the form of unit tests and integration tests) exist in the test directory. Tests are written as bash shell scripts, exhibiting a particular protocol which works within the Aegis test framework, but can be run independently by running the scripts directly. Unit tests can be added to the unit test executable, making use of the UnitTest++ test harness. This is run from test/00/t0001a.sh.
+
+Doxygen annotated code
+----------------------
+Source code automatically annotated by doxygen can be found at http://minsky.sf.net/htdocs. An overall UML class design document can be accessed at 
+https://sourceforge.net/p/minsky/wiki/_discuss/thread/a58f23a1/e964/attachment/Minsky.pdf
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">High Performance Coder</dc:creator><pubDate>Tue, 26 Feb 2013 08:36:16 -0000</pubDate><guid>https://sourceforge.net8ab980893bbf9c1c357d7d61cc92dd76a8a08eea</guid></item><item><title>WikiPage Coding Minsky modified by High Performance Coder</title><link>https://sourceforge.net/p/minsky/wiki/Coding%2520Minsky/</link><description>&lt;pre&gt;--- v4 
+++ v5 
@@ -1,11 +1,23 @@
+Overview
+--------
 Minsky is written in C++, in a Model-View-Controller pattern, with a TCL script providing the GUI View and Controller parts, and the C++ implementation providing the model part of the MVC pattern.
 
+TCL/Tk GUI toolkit
+------------------
 TCL provides not only the usual set of GUI widgets one expects for a modern GUI programming environment, and an event driven programming environment, but also a canvas widget, which is used represent and manipulate the ODE model in a graphical manner, and a spreadsheet widget through the use of TkTable. Additional graphical elements can be added to the Canvas widget by means of EcoLab's CairoImage class, which allows arbitrary graphical elements to be constructed using the Cairo library.
 
+Classdesc reflection
+--------------------
 Minsky uses Classdesc (from EcoLab) to provide reflection of the C++ classes to XML and to the TCL programming environment.
 
+RAII - Resource Acquisition Is Initialisation
+---------------------------------------------
 The C++ code uses a modern RAII style of coding managing object lifetimes. Contributed code that does not correctly manage the object lifecycle will need to be corrected before being accepted.
 
+Object Browser
+--------------
 EcoLab also supplies the ability to query the state of any C++ object via the "object browser", acting as an in build debugger. This is a complementary tool to using a regular symbolic debugger. Similarly, "command" allows any TCL command to be entered on the command line (if minsky is being run from the command line). This can be useful for trying out different TCL commands.
 
+Testing
+-------
 Regression tests (in the form of unit tests and integration tests) exist in the test directory. Tests are written as bash shell scripts, exhibiting a particular protocol which works within the Aegis test framework, but can be run independently by running the scripts directly. Unit tests can be added to the unit test executable, making use of the UnitTest++ test harness. This is run from test/00/t0001a.sh.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">High Performance Coder</dc:creator><pubDate>Thu, 16 Feb 2012 04:31:08 -0000</pubDate><guid>https://sourceforge.net8cf422e42814ca18a4f4243dcfcc2739732c61b5</guid></item><item><title>WikiPage Coding Minsky modified by High Performance Coder</title><link>https://sourceforge.net/p/minsky/wiki/Coding%2520Minsky/</link><description>&lt;pre&gt;--- v3 
+++ v4 
@@ -7,3 +7,5 @@
 The C++ code uses a modern RAII style of coding managing object lifetimes. Contributed code that does not correctly manage the object lifecycle will need to be corrected before being accepted.
 
 EcoLab also supplies the ability to query the state of any C++ object via the "object browser", acting as an in build debugger. This is a complementary tool to using a regular symbolic debugger. Similarly, "command" allows any TCL command to be entered on the command line (if minsky is being run from the command line). This can be useful for trying out different TCL commands.
+
+Regression tests (in the form of unit tests and integration tests) exist in the test directory. Tests are written as bash shell scripts, exhibiting a particular protocol which works within the Aegis test framework, but can be run independently by running the scripts directly. Unit tests can be added to the unit test executable, making use of the UnitTest++ test harness. This is run from test/00/t0001a.sh.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">High Performance Coder</dc:creator><pubDate>Wed, 15 Feb 2012 06:14:03 -0000</pubDate><guid>https://sourceforge.nete1c62d97b32470d61e9271901768788c85f74cc9</guid></item><item><title>WikiPage Coding Minsky modified by High Performance Coder</title><link>https://sourceforge.net/p/minsky/wiki/Coding%2520Minsky/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -6,4 +6,4 @@
 
 The C++ code uses a modern RAII style of coding managing object lifetimes. Contributed code that does not correctly manage the object lifecycle will need to be corrected before being accepted.
 
-EcoLab also supplies the ability to query the state of any C++ object via the "object browser", acting as an in build debugger. This is a complementary tool to using a regular symbolic debugger.
+EcoLab also supplies the ability to query the state of any C++ object via the "object browser", acting as an in build debugger. This is a complementary tool to using a regular symbolic debugger. Similarly, "command" allows any TCL command to be entered on the command line (if minsky is being run from the command line). This can be useful for trying out different TCL commands.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">High Performance Coder</dc:creator><pubDate>Wed, 15 Feb 2012 06:10:03 -0000</pubDate><guid>https://sourceforge.neta0824635718630e69b780818003b785c9e0f5bdc</guid></item><item><title>WikiPage Coding Minsky modified by High Performance Coder</title><link>https://sourceforge.net/p/minsky/wiki/Coding%2520Minsky/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,1 +1,9 @@
-x
+Minsky is written in C++, in a Model-View-Controller pattern, with a TCL script providing the GUI View and Controller parts, and the C++ implementation providing the model part of the MVC pattern.
+
+TCL provides not only the usual set of GUI widgets one expects for a modern GUI programming environment, and an event driven programming environment, but also a canvas widget, which is used represent and manipulate the ODE model in a graphical manner, and a spreadsheet widget through the use of TkTable. Additional graphical elements can be added to the Canvas widget by means of EcoLab's CairoImage class, which allows arbitrary graphical elements to be constructed using the Cairo library.
+
+Minsky uses Classdesc (from EcoLab) to provide reflection of the C++ classes to XML and to the TCL programming environment.
+
+The C++ code uses a modern RAII style of coding managing object lifetimes. Contributed code that does not correctly manage the object lifecycle will need to be corrected before being accepted.
+
+EcoLab also supplies the ability to query the state of any C++ object via the "object browser", acting as an in build debugger. This is a complementary tool to using a regular symbolic debugger.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">High Performance Coder</dc:creator><pubDate>Wed, 15 Feb 2012 04:07:20 -0000</pubDate><guid>https://sourceforge.net1472e06d6c4da9976aed2523b74382c9bb89e44c</guid></item><item><title>WikiPage Coding Minsky modified by High Performance Coder</title><link>https://sourceforge.net/p/minsky/wiki/Coding%2520Minsky/</link><description>x</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">High Performance Coder</dc:creator><pubDate>Wed, 15 Feb 2012 03:51:57 -0000</pubDate><guid>https://sourceforge.net331b1abbf33d8d7efd7a3081b23825f95a0210d8</guid></item></channel></rss>