<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.syntori.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.syntori.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
  <channel>
    <title>Syntori News</title>
    <link>http://syntori.com</link>
    <description>News and announcments for Syntori Software.</description>
    <generator>Feeder 1.4.10(222) http://reinventedsoftware.com/feeder/</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <language>en</language>
    <pubDate>Sun, 06 Jan 2008 18:25:45 +1100</pubDate>
    <lastBuildDate>Sun, 06 Jan 2008 18:25:45 +1100</lastBuildDate>
    
    
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.syntori.com/syntori" type="application/rss+xml" /><item>
      <title>MochaCode Public Preview 2.4 Released </title>
      <link>http://feeds.syntori.com/~r/syntori/~3/140156919/mochacode</link>
      <description>New in Preview 2.4:

&lt;ul&gt;
&lt;li&gt;Added support for ANT tasks.
&lt;/li&gt;
&lt;li&gt;Custom run/build/clean tasks can now be set from within the Tasks window.
&lt;/li&gt;
&lt;li&gt;Files and folders can now be dragged to the Libraries source list.
&lt;/li&gt;
&lt;li&gt;Libraries and tasks can now be cut/copied/pasted/duplicated.
&lt;/li&gt;
&lt;li&gt;Libraries and tasks can now be removed with the delete key.
&lt;/li&gt;
&lt;li&gt;Fixed critical bugs that caused loss of project data.
&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.syntori.com/~r/syntori/~4/140156919" height="1" width="1"/&gt;</description>
      <pubDate>Sun, 06 Jan 2008 18:01:23 +1100</pubDate>
      <guid isPermaLink="false">mochacode-public-preview-24-released</guid>
      <dc:creator>Yori Mihalakopoulos</dc:creator>
    <feedburner:origLink>http://syntori.com/mochacode</feedburner:origLink></item>
    <item>
      <title>MochaCode Public Preview 2.2 Released</title>
      <link>http://feeds.syntori.com/~r/syntori/~3/140156919/mochacode</link>
      <description>Includes improvements to the overall editing experience and code completion, as well as several bug fixes.

	&lt;ul&gt;
		&lt;li&gt;Code completion now displays methods/fields that are specified by the interfaces that a given type implements.&lt;/li&gt;
		&lt;li&gt;Code completion now displays all available contents of a given package, not just the items that have previously been used/indexed.&lt;/li&gt;
		&lt;li&gt;Enabled auto-closure of '&lt;' and '[' in more contexts.&lt;/li&gt;
		&lt;li&gt;Multiple libraries can now be added to a project at a time.&lt;/li&gt;
		&lt;li&gt;Enabled "save all documents" preferences by default.&lt;/li&gt;
		&lt;li&gt;Added preference to suggest completions when '.' gets typed.&lt;/li&gt;
		&lt;li&gt;Added "View" menu with ability to show/hide tab bar.&lt;/li&gt;
		&lt;li&gt;Added option to move to end of line when typing a ';'.&lt;/li&gt;
		&lt;li&gt;Fixed bug that caused '{'s to be incorrectly indented in some cases.&lt;/li&gt;
		&lt;li&gt;Fixed bug that caused auto-completion of comments to get borked in some cases.&lt;/li&gt;
		&lt;li&gt;Fixed bug that caused a crash when trying to create a Java document with the same name as an existing Java file.&lt;/li&gt;
		&lt;li&gt;Fixed bug that causes editor scrollbars to stop updating once typing extends past the right edge of the visible text area.&lt;/li&gt;
		&lt;li&gt;Fixed crash that could occur when closing a document window immediately after it is opened or created.&lt;/li&gt;
		&lt;li&gt;Fixed bug that would allow console windows to remain under the tab bar.&lt;/li&gt;
		&lt;li&gt;Fixed a bug that would cause the width of the source list in either the Libraries or Tasks windows to change when expanding the window to show details.&lt;/li&gt;
		&lt;li&gt;Fixed bugs that affected decision to add an import statement when auto-completing.&lt;/li&gt;
		&lt;li&gt;Added hidden option to skip over an auto-closed ']' by typing a space.&lt;/li&gt;
		&lt;li&gt;Other small bug fixes and stability improvements.&lt;/li&gt;
	&lt;/ul&gt;&lt;img src="http://feeds.syntori.com/~r/syntori/~4/140156919" height="1" width="1"/&gt;</description>
      <pubDate>Tue, 25 Sep 2007 18:41:31 +1000</pubDate>
      <guid isPermaLink="false">mochacode-public-preview-22-released</guid>
      <dc:creator>Yori Mihalakopoulos</dc:creator>
    <feedburner:origLink>http://syntori.com/mochacode</feedburner:origLink></item>
    <item>
      <title>MochaCode Public Preview 2</title>
      <link>http://feeds.syntori.com/~r/syntori/~3/140156919/mochacode</link>
      <description>Preview 2 packs a number of performance improvements, bug fixes, and usability enhancements:

	&lt;ul&gt;
		&lt;li&gt;Improved performance of syntax highlighting, error highlighting, code completion and editing in general.&lt;/li&gt;
		&lt;li&gt;Re-enabled argument assistance.&lt;/li&gt;
		&lt;li&gt;Code completion has new look and interaction.&lt;/li&gt;
		&lt;li&gt;Added error/warning icons to gutter and tabs.&lt;/li&gt;
		&lt;li&gt;Console font: set a fixed-width default and added font preference.&lt;/li&gt;
		&lt;li&gt;When adding a new document to a project, the Add Document sheet is now attached to the main project window rather than the new document's window.&lt;/li&gt;
		&lt;li&gt;Added MochaFeedback, a crash reporter and general feedback utility.&lt;/li&gt;
		&lt;li&gt;MochaCode now logs to ~/Library/Logs/MochaCode/MochaCode.log rather than console.log.&lt;/li&gt;
		&lt;li&gt;Fixed "Select main class…" pop-up button in JAR task settings.&lt;/li&gt;
		&lt;li&gt;Fixed bug that could cause the UI to freeze for an extended period when adding a new document to a project.&lt;/li&gt;
		&lt;li&gt;Fixed bug that could prevent code completion within an overloaded method.&lt;/li&gt;
		&lt;li&gt;Fixed bug that affected code completion of a method's parameter.&lt;/li&gt;
	&lt;/ul&gt;&lt;img src="http://feeds.syntori.com/~r/syntori/~4/140156919" height="1" width="1"/&gt;</description>
      <pubDate>Fri, 03 Aug 2007 10:57:33 +1000</pubDate>
      <guid isPermaLink="false">mochacode-public-preview-2</guid>
      <dc:creator>Yori Mihalakopoulos</dc:creator>
    <feedburner:origLink>http://syntori.com/mochacode</feedburner:origLink></item>
  </channel>
</rss>
