<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <generator>RSS Builder by B!Soft</generator>
    <title>Syntaxia Technologies News</title>
    <link>http://www.syntaxia.com/</link>
    <description>The latest Syntaxia Technologies news, including Visual Sidekick product release updates.</description>
    <language>en-us</language>
    <copyright>Copyright (c) 2007, Syntaxia Technologies</copyright>
    <item>
      <title>Visual Sidekick 3.0.221 Released</title>
      <pubDate>Wed, 16 Jul 2008 20:57:34 +0200</pubDate>
      <author>Syntaxia Support</author>
      <description><![CDATA[Visual Sidekick 3.0.221 has been released. 
<p>The following defect has been corrected:</p>
<ul>
   <li>C++ keywords and macros that matched C++/CLR spaced keyword (e.g. "interface") were not processed correctly. Fixed.</li>
</ul>
<p><a href="http://www.syntaxia.com/Vsk/Download.php">Download the latest version of Visual Sidekick 3</a>.</p>]]></description>
    </item>
    <item>
      <title>Visual Sidekick 3.0.220 Released</title>
      <pubDate>Thu, 3 Jul 2008 08:09:25 +0200</pubDate>
      <author>Syntaxia Support</author>
      <description><![CDATA[Visual Sidekick 3.0.220 has been released. 
<p>The following defects have been corrected:</p>
<ul>
   <li>C++ projects were not being loaded correctly in Visual Studio 2008. Fixed.</li>
   <li>C++ project automation events were not being dealt with correctly in Visual Studio 2008. Fixed.</li>
</ul>
<p><a href="http://www.syntaxia.com/Vsk/Download.php">Download the latest version of Visual Sidekick 3</a>.</p>]]></description>
    </item>
    <item>
      <title>Major Price Reductions for Visual Sidekick 3</title>
      <pubDate>Mon, 24 Sep 2007 11:24:52 +0200</pubDate>
      <author>Syntaxia Support</author>
      <description><![CDATA[The following pricing changes for Visual Sidekick 3 are effective&nbsp;immediately. 
<ul>
<li>The cost of a Single User Licence has been reduced by 69%!&nbsp; The new price is <strong>US $29</strong>, down from US $49. 
<li>The Site Licence option has been re-instated.&nbsp; A Site Licence now costs <strong>US $399</strong>.</li></ul>
<p>The above changes have resulted in the following side-effects:</p>
<ul>
<li>The Site Licence option requires Visual Sidekick version 3.0.219 or higher. 
<li>The Volume Licencing options for the Single User Licence have been discontinued.</li></ul>
<p><a href="http://www.syntaxia.com/Vsk/Register.php">View more details on pricing, licencing and registration of&nbsp;Visual Sidekick</a>.</p>]]></description>
    </item>
    <item>
      <title>Visual Sidekick 3.0.219 Released</title>
      <pubDate>Mon, 24 Sep 2007 22:42:19 +0200</pubDate>
      <author>Syntaxia Support</author>
      <description><![CDATA[Visual Sidekick 3.0.219 has been released. 
<p>The following new feature has been added:</p>
<ul>
<li><strong>Site Licence Registration Option</strong>.&nbsp; Visual Sidekick now supports a "Site Licence" registration option - see the next posting for more details.</li></ul>
<p>The following defects have been corrected:</p>
<ul>
<li>The C++ parser and code generator did not deal well with the case of bad syntax where a semi-colon&nbsp;had not been appended to a class declaration and a private, public or protected statement immediately followed it. Fixed.
<li>The font in the browse tree was being incorrectly displayed under Vista (too much space between rows). Fixed.
<li>The size of the InfoPanel was too small under Vista causing a scroll bar to appear when four rows&nbsp;of text were displayed. Fixed.</li></ul>
<p><a href="http://www.syntaxia.com/Vsk/Download.php">Download the latest version of Visual Sidekick 3</a>.</p>]]></description>
    </item>
    <item>
      <title>Syntaxia Web Site Upgraded</title>
      <pubDate>Mon, 24 Sep 2007 11:22:25 +0200</pubDate>
      <author>Syntaxia Support</author>
      <description><![CDATA[The following changes have been made to the <a href="http://www.syntaxia.com/">Syntaxia Web Site</a>: 
<ul>
<li>The site has undergone a major visual facelift. 
<li>All content has been reviewed and updated where incorrect.&nbsp; 
<li>A Testimonials section has been added.&nbsp; If you have any positive comments to add regarding Visual Sidekick, we would really appreciate an email.&nbsp; Contact Grant Elliott at&nbsp;<a href="mailto:support@syntaxia.com">support@syntaxia.com</a>. 
<li>An RSS feed of latest news has been added.&nbsp; The Mailing List has been removed and replaced with the RSS feed.</li></ul>]]></description>
    </item>
    <item>
      <title>Visual Sidekick 3.0.218 Released</title>
      <pubDate>Sat, 15 Sep 2007 20:09:34 +0200</pubDate>
      <author>Syntaxia Support</author>
      <description><![CDATA[Visual Sidekick 3.0.218 has been released. 
<p>This following new feature has been added:</p>
<ul>
<li><strong>Visual Studio 2008 Beta 2 support</strong>.&nbsp; Visual Sidekick now integrates into the new Visual Studio 2008 Beta 2 IDE, however, the new C# and C++ language enhancements are not yet fully supported.</li></ul>
<p><a href="http://www.syntaxia.com/Vsk/Download.php">Download the latest version of Visual Sidekick 3</a>.</p>]]></description>
    </item>
    <item>
      <title>Visual Sidekick 3.0.217 Released</title>
      <pubDate>Sat, 1 Sep 2007 20:16:50 +0200</pubDate>
      <author>Syntaxia Support</author>
      <description><![CDATA[Visual Sidekick 3.0.217 has been released. 
<p>This following new features have been added:</p>
<ul>
<li><strong>Filter Symbols By Scope.</strong>&nbsp; Assuming a class named "MyClass" in a namespace named "NS", you can now type "NS.MyClass" to filter JUST that class.&nbsp; Furthermore, you can also use substrings in your scopes: typing "N.My" will also find "MyClass".&nbsp; The scope query will search inside namespaces as well as classes, structs, etc.&nbsp; If you have multi-level namespaces (e.g. a class "MyOtherClass" with the fully qualified name "NS.MiddleNS.InnerNS.MyOtherClass", you can access your class with any of the following queries: "NS.MyOther", "N.Mid.MyOth", "Mid.Inner.MyOth". You can use ".", ":" or "::" as scope separators in the VSK Edit box. 
<li><strong>"Auto Hide VSK on Loss of Focus" Option</strong>.&nbsp;If this option is selected, the VSK toolwindow will disappear when focus is shifted to the editor or another Visual Studio window.&nbsp; This applies only when the VSK toolwindow is "floating" with no other windows linked in. When hidden, VSK will automatically show itself when it is activated by a hotkey or a toolbar button.</li></ul>
<p>The following modifications have been implemented:</p>
<ul>
<li>"Filter Name" and "Filter Scope" Context Menus have now been modifed to load the fully qualified name into the filter box (see scope filtering above). 
<li>The per-user "VskGlobalOptions.cfg" file changed it's schema version to deal with the new Vsk Auto Hide option (see above). 
<li>When cycling through associated files (e.g. Ctrl-ENTER) VSK would only sometimes cycle between files in the same folder that share the same name but different extensions.&nbsp; The algorithm has now been modified to always cycle between files matching this criteria.</li></ul>
<p>The following defects have been corrected:</p>
<ul>
<li>An old option "enable sub-string searching" was still present in the Global Options dialog. It has now been removed. 
<li>If a class member returned a type that was declared inside the class and did not prefix the type with the class's name, the code generator would fail to add the class as an explicit scope.&nbsp; The result was code that would not compile.&nbsp; Fixed. 
<li>If a method declaration had a method definition, and an overloaded method declaration did NOT have a method definition, the code generator would fail to generate code for the non-implemented overloaded method. Fixed. 
<li>If a method declaration had a method definition, and an overloaded method declaration did NOT have a method definition, the browse tree would mark the non-implemented overloaded&nbsp; method as implemented (i.e. display a purple icon rather than a grey icon). Fixed.</li></ul>
<p><a href="http://www.syntaxia.com/Vsk/Download.php">Download the latest version of Visual Sidekick 3</a>.</p>]]></description>
    </item>
    <item>
      <title>Visual Sidekick 3.0.216 Released</title>
      <pubDate>Wed, 1 Aug 2007 20:26:16 +0200</pubDate>
      <author>Syntaxia Support</author>
      <description><![CDATA[Visual Sidekick 3.0.216 has been released. 
<p>This following new feature has been added:</p>
<ul>
<li><strong>"Derived Types" Tree Node.</strong>&nbsp; A new node "Derived Types" has been added to child nodes of all Classes.&nbsp; Any class that is derived from the parent class will be listed under this node.</li></ul>
<p>The following modifications have been implemented:</p>
<ul>
<li>The "Bases and Interfaces" tree node has been renamed to "Base Types". 
<li>Classes now appear with their fully qualified scope in the folder view. Previously no scoping information was displayed.</li></ul>
<p>The following defects have been corrected:</p>
<ul>
<li>Certain class declarations were not being displayed in their containing folder. Fixed. 
<li>On reloading a previously opened solution, all classes were inserted into the global namespace.&nbsp; As classes were edited, they would be moved to their correct namespaces.&nbsp; Classes are now properly placed into their correct namespaces on a solution reload.</li></ul>
<p><a href="http://www.syntaxia.com/Vsk/Download.php">Download the latest version of Visual Sidekick 3</a>.</p>]]></description>
    </item>
  </channel>
</rss>