<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The One With D &#187; IDE</title>
	<atom:link href="http://dblog.aldacron.net/category/ide-related-news/feed/" rel="self" type="application/rss+xml" />
	<link>http://dblog.aldacron.net</link>
	<description>News and Opinions Regarding the D Programming Language</description>
	<lastBuildDate>Wed, 01 Feb 2012 11:41:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Visual D 0.3.30</title>
		<link>http://dblog.aldacron.net/2012/01/07/visual-d-0-3-30/</link>
		<comments>http://dblog.aldacron.net/2012/01/07/visual-d-0-3-30/#comments</comments>
		<pubDate>Sat, 07 Jan 2012 15:02:12 +0000</pubDate>
		<dc:creator>Aldacron</dc:creator>
				<category><![CDATA[IDE]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[D1]]></category>
		<category><![CDATA[D2]]></category>
		<category><![CDATA[VisualD]]></category>

		<guid isPermaLink="false">http://dblog.aldacron.net/?p=981</guid>
		<description><![CDATA[A new release of Visual D, the plugin for Visual Studio, has been uncaged. I&#8217;ve already installed it. Rather than quote the announcement, I&#8217;ll just point you over to DFeed so you can read it in full. Gotta love DFeed.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dsource.org/projects/visuald" target="_blank">A new release of Visual D</a>, the plugin for Visual Studio, has been uncaged. I&#8217;ve already installed it. Rather than quote the announcement, I&#8217;ll just point you over to DFeed so you can <a href="http://dfeed.kimsufi.thecybershadow.net/discussion/thread/je9ljg$1rh6$1@digitalmars.com" target="_blank">read it in full</a>. Gotta love <a href="http://dfeed.kimsufi.thecybershadow.net/discussion/" target="_blank">DFeed</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://dblog.aldacron.net/2012/01/07/visual-d-0-3-30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>News Roundup</title>
		<link>http://dblog.aldacron.net/2011/12/06/news-roundup-5/</link>
		<comments>http://dblog.aldacron.net/2011/12/06/news-roundup-5/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 02:14:08 +0000</pubDate>
		<dc:creator>Aldacron</dc:creator>
				<category><![CDATA[GDC Releases]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[D1]]></category>
		<category><![CDATA[D2]]></category>
		<category><![CDATA[GDC]]></category>
		<category><![CDATA[Libraries]]></category>
		<category><![CDATA[VisualD]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://dblog.aldacron.net/?p=961</guid>
		<description><![CDATA[Recent announcements from D Land. * If you are doing any graphics programming in D, you may be interested in gl3n, a math library explicitly geared toward that purpose. * Version 0.3.29 of VisualD has been announced. This release includes &#8230; <a href="http://dblog.aldacron.net/2011/12/06/news-roundup-5/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Recent announcements from D Land.</p>
<p>* If you are doing any graphics programming in D, you may be interested in <a href="https://bitbucket.org/dav1d/gl3n/overview" target="_blank">gl3n</a>, a math library explicitly geared toward that purpose.</p>
<p>* Version 0.3.29 of <a href="http://www.dsource.org/projects/visuald" target="_blank">VisualD</a> has been announced. This release includes a nifty little tool that will convert C++ code to D.</p>
<p>* Another IDE plugin has hit the streets. This one, called <a href="http://mono-d.sourceforge.net/" target="_blank">Mono-D</a>, is &#8220;a MonoDevelop AddIn which provides code completion/refactoring features and project management for D.&#8221;</p>
<p>* And good news for Windows developers who don&#8217;t want to use DMD. A new version of MingW GDC is out, with support for Thread-Local Storage. For this one, Daniel Green&#8217;s full newsgroup announcement is quoted below.</p>
<blockquote><p>Please post all issues in D.gnu or on GDC&#8217;s bitbucket site <a href="https://bitbucket.org/goshawk/gdc">https://bitbucket.org/goshawk/gdc</a></p>
<p>* Built against TDM GCC 4.6.1:  <a href="http://tdm-gcc.tdragon.net/">http://tdm-gcc.tdragon.net/</a><br />
* Built against GDC revision 7e22befef29c.<br />
* Working TLS support.<br />
* Updated binutils and mingw runtime for TLS support.<br />
* new gas directive @secrel32 will generate a constant offset usable<br />
as an immediate or displacement value.<br />
Works like posix counterparts @tpoff, @dtpoff, etc.<br />
* Fixes an error with the mingw runtime related to TLS.<br />
* 7-zip format for size reasons:  <a href="http://7-zip.org/">http://7-zip.org</a><br />
* Release includes both D versions.<br />
* -v1(default) compiles for D1.<br />
* -v2 compiles for D2.<br />
* The switch must be used for linking as well.<br />
* Made possible by Iain Buclaw&#8217;s hard work in maintaining GDC.<br />
* 64bit and up to date GDC forthcoming.</p>
<p>To install simply extract to you TDM MinGW32 directory.</p>
<p>This release<br />
<a href="https://bitbucket.org/goshawk/gdc/downloads/gcc-4.6.1-tdm-1-gdc-7e22befef29c-20111205.zip">https://bitbucket.org/goshawk/gdc/downloads/gcc-4.6.1-tdm-1-gdc-7e22befef29c-20111205.zip</a></p>
<p>All MinGW GDC downloads.<br />
It&#8217;s highly recommended to ignore all prior builds.  TLS <strong>*will*</strong> not work.<br />
<a href="https://bitbucket.org/goshawk/gdc/downloads">https://bitbucket.org/goshawk/gdc/downloads</a></p>
<p>All patches, source files and build scripts can be found at <a href="https://bitbucket.org/venix1/mingw-gdc/">https://bitbucket.org/venix1/mingw-gdc/</a></p>
<p>Enjoy.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://dblog.aldacron.net/2011/12/06/news-roundup-5/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Visual D 0.3.28</title>
		<link>http://dblog.aldacron.net/2011/10/26/visual-d-0-3-28/</link>
		<comments>http://dblog.aldacron.net/2011/10/26/visual-d-0-3-28/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 12:21:48 +0000</pubDate>
		<dc:creator>Aldacron</dc:creator>
				<category><![CDATA[IDE]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[D1]]></category>
		<category><![CDATA[D2]]></category>
		<category><![CDATA[VisualD]]></category>

		<guid isPermaLink="false">http://dblog.aldacron.net/?p=952</guid>
		<description><![CDATA[Long time no C. I&#8217;ve been Derelict at getting announcements posted here. As a first attempt to get back in to the groove (and without any further puns), I&#8217;ll repost Rainer&#8217;s announcement of a new Visual D release. Visual D &#8230; <a href="http://dblog.aldacron.net/2011/10/26/visual-d-0-3-28/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Long time no C. I&#8217;ve been Derelict at getting announcements posted here. As a first attempt to get back in to the groove (and without any further puns), I&#8217;ll repost Rainer&#8217;s announcement of a new <a href="http://www.dsource.org/projects/visuald" target="_blank">Visual D</a> release.</p>
<blockquote><p>Visual D is a Visual Studio package providing both project management and language services for the D programming language. It works with Visual Studio 2005, 2008 and 2010 as well as the free Visual Studio Shells.</p>
<p>This release features some useful updates to the mago debugger and language and runtime library help through F1:</p>
<p>* mago debugger: fixed crashes, display of local, TLS and global variables, workaround for bad line number debug info<br />
* cv2pdb: fixed patching of autoexp.dat when the install path contained spaces<br />
* improvements to the syntax parser<br />
* fixed building phobos browse information<br />
* F1 searches language and phobos documentation for help on identifier<br />
* added highlighting of asm block, using new colors &#8220;Visual D Register/Mnemonic&#8221; and &#8220;Disabled/Token String&#8221; variants</p></blockquote>
<p>I started using Visual D some time ago with both the 2008 and 2010 shells. I&#8217;ve had no trouble with it yet. Now if you&#8217;ll excuse me, I&#8217;m going to roll up my sleeves, dust off my project folders, and figure out where I left off with Derelict and Dolce. And I&#8217;ll try to get a news roundup in soon to make up for all the announcements I haven&#8217;t posted about.</p>
]]></content:encoded>
			<wfw:commentRss>http://dblog.aldacron.net/2011/10/26/visual-d-0-3-28/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>News Roundup</title>
		<link>http://dblog.aldacron.net/2011/08/31/news-roundup-4/</link>
		<comments>http://dblog.aldacron.net/2011/08/31/news-roundup-4/#comments</comments>
		<pubDate>Wed, 31 Aug 2011 05:41:28 +0000</pubDate>
		<dc:creator>Aldacron</dc:creator>
				<category><![CDATA[GUI]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[DDT]]></category>
		<category><![CDATA[GtkD]]></category>
		<category><![CDATA[Libraries]]></category>
		<category><![CDATA[VisualD]]></category>
		<category><![CDATA[wxD]]></category>

		<guid isPermaLink="false">http://dblog.aldacron.net/?p=945</guid>
		<description><![CDATA[There was a short burst of announcements in the D newsgroups at the end of last week, consisting of new releases for 2 IDE projects and 2 GUI projects. Here&#8217;s a recap, since I wasn&#8217;t on top of them when &#8230; <a href="http://dblog.aldacron.net/2011/08/31/news-roundup-4/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>There was a short burst of announcements in the D newsgroups at the end of last week, consisting of new releases for 2 IDE projects and 2 GUI projects. Here&#8217;s a recap, since I wasn&#8217;t on top of them when they were announced.</p>
<p>First up, Rainer announced a new version of <a href="http://www.dsource.org/projects/visuald/" target="_blank">Visual D</a>. This release, 0.3.26, includes several fixes and improvements.</p>
<blockquote><p>* fixed regression in last version: single file compilation did not build any d files<br />
* single file compilation: avoid relinking every time<br />
* separate compile and link: no longer trashes dependencies in link step<br />
* goto definition, search symbol: now line number adjusted according to changes since last successful build<br />
* fix: resource files in sub folders would not build because the same folders were expected in the intermediate directory<br />
* global settings: split page into directories/settings pages to make option &#8220;Show build time&#8221; accessible<br />
* global settings: added option to disable sorting projects<br />
* parser now accepts &#8220;do {} while(condition)&#8221; without trailing &#8216;;&#8217;<br />
* project options macro $(PROJECTNAME) now uses the name in the solution instead of the project file name<br />
* fixed bad indentation of first contract<br />
* fixed colorization of first token after debug condition without arguments<br />
* &#8220;is&#8221; now always colored as operator, not as keyword<br />
* updated to build with dmd 2.055beta</p></blockquote>
<p>Also on the IDE front, Bruno has released version 0.5.0 of the Eclipse plugin, <a href="http://code.google.com/a/eclipselabs.org/p/ddt/" target="_blank">DDT</a> (changelog <a href="http://code.google.com/a/eclipselabs.org/p/ddt/wiki/ChangeLog#DDT_0.5.0_%282011-08-26%29" target="_blank">here</a>). If you plan to update, here&#8217;s some important info from the announcement:</p>
<blockquote><p>This new release requires DLTK 3.0 (from Indigo), so if you are going for the upgrade path, you need to add the new DLTK update site:<br />
<a href="http://download.eclipse.org/releases/indigo">http://download.eclipse.org/releases/indigo</a></p></blockquote>
<p>In GUI news, Anders resurfaced to announce version 0.16 of <a href="http://wxd.sourceforge.net/" target="_blank">wxD</a>, his bindings to the wxWidgets library.</p>
<blockquote><p>Fixed building with LDC 0.9.2 and DMD 2.054<br />
Allow building with wxWidgets 2.9.2 / Cocoa<br />
Tested with GDC/LDC/DMD 1.064 on 3 platforms</p>
<p>&#8230;</p>
<p>Mostly a bugfix update, allowing 64-bit builds<br />
on Win/GNU/Mac &#8211; except for DMD</p></blockquote>
<p>A couple of days later, Mike Wey announced version 1.5 of <a href="http://www.dsource.org/projects/gtkd/" target="_blank">GtkD</a>.</p>
<blockquote><p>* wraps GTK+ 2.22.x series api (and relative libraries: glib, cairo, pango, etc.)<br />
* Improved memory management.<br />
* Implements GtkBuildable.<br />
* Brought Gstreamer up to date with the rest of the bindings, including 64bits support.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://dblog.aldacron.net/2011/08/31/news-roundup-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VisualD 0.3.25</title>
		<link>http://dblog.aldacron.net/2011/06/20/visuald-0-3-25/</link>
		<comments>http://dblog.aldacron.net/2011/06/20/visuald-0-3-25/#comments</comments>
		<pubDate>Mon, 20 Jun 2011 13:57:51 +0000</pubDate>
		<dc:creator>Aldacron</dc:creator>
				<category><![CDATA[IDE]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[D1]]></category>
		<category><![CDATA[D2]]></category>
		<category><![CDATA[DMD]]></category>
		<category><![CDATA[VisualD]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://dblog.aldacron.net/?p=914</guid>
		<description><![CDATA[Rainer has announced a new release of VisualD, the D plugin for Visual Studio. From the announcement: * fixed version information of the DLL * error list: warnings are no longer shown as errors * project name added to buildlog.html &#8230; <a href="http://dblog.aldacron.net/2011/06/20/visuald-0-3-25/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Rainer has announced a new release of <a href="http://www.dsource.org/projects/visuald/" target="_blank">VisualD</a>, the D plugin for Visual Studio. From the announcement:</p>
<blockquote><p>* fixed version information of the DLL<br />
* error list: warnings are no longer shown as errors<br />
* project name added to buildlog.html to allow multiple projects with  the same intermediate dir<br />
* fixed highlighting of version(unittest) and debug without identifier<br />
* friendlier error message if debug executable or working dir do not exist<br />
* reduced parsing thread priority to interfere less with editing<br />
* adjusted vsi2d to build with the latest VS2010 SDK<br />
* Visual D now builds with DMD 2.053<br />
* moved from std.date to std.datetime to fix some time displays<br />
* moved outlining into parse thread to reduce delays when editing large  files<br />
* added warning to library search path settings<br />
* d-files now set to UTF8 encoding if not already marked by BOM<br />
* fixed transparent window frame around dialogs in VS2010<br />
* added drag&#8217;n'drop of project folders<br />
* added support for &#8220;Stop Outlining&#8221; and &#8220;Toggle All Outlining&#8221;<br />
* tweaked outlining for multi-dimensional arrays and token strings<br />
* build order of custom/resource compilations now sorted by dependencies<br />
* project items now sorted alphabetically<br />
* fixed a few more issues with relative paths causing a source file to  be opened twice in the editor</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://dblog.aldacron.net/2011/06/20/visuald-0-3-25/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DDT 0.4.3</title>
		<link>http://dblog.aldacron.net/2011/06/03/ddt-0-4-3/</link>
		<comments>http://dblog.aldacron.net/2011/06/03/ddt-0-4-3/#comments</comments>
		<pubDate>Fri, 03 Jun 2011 01:41:07 +0000</pubDate>
		<dc:creator>Aldacron</dc:creator>
				<category><![CDATA[IDE]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[D1]]></category>
		<category><![CDATA[D2]]></category>
		<category><![CDATA[DDT]]></category>

		<guid isPermaLink="false">http://dblog.aldacron.net/?p=912</guid>
		<description><![CDATA[Bruno has announced a new release of DDT, the Eclipse plugin for D.]]></description>
			<content:encoded><![CDATA[<p>Bruno has announced <a href="http://groups.google.com/group/ddt-ide/browse_thread/thread/7f785f1ed4c86f18?pli=1" target="_blank">a new release of DDT</a>, the Eclipse plugin for D.</p>
]]></content:encoded>
			<wfw:commentRss>http://dblog.aldacron.net/2011/06/03/ddt-0-4-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VisualD 0.3.24</title>
		<link>http://dblog.aldacron.net/2011/05/08/visuald-0-3-24/</link>
		<comments>http://dblog.aldacron.net/2011/05/08/visuald-0-3-24/#comments</comments>
		<pubDate>Sun, 08 May 2011 11:56:23 +0000</pubDate>
		<dc:creator>Aldacron</dc:creator>
				<category><![CDATA[IDE]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[D1]]></category>
		<category><![CDATA[D2]]></category>
		<category><![CDATA[DMD]]></category>
		<category><![CDATA[VisualD]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://dblog.aldacron.net/?p=878</guid>
		<description><![CDATA[Rainer has announced a new release of VisualD, the Visual Studio plugin for D. From the announcement: * fixed crash when installing/uninstalling other Visual Studio plugins * added menu entry &#8220;Open Website&#8221; to browse the Visual D Website inside Visual &#8230; <a href="http://dblog.aldacron.net/2011/05/08/visuald-0-3-24/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Rainer has announced a new release of <a href="http://www.dsource.org/projects/visuald" target="_blank">VisualD</a>, the Visual Studio plugin for D. From the announcement:</p>
<blockquote><p>* fixed crash when installing/uninstalling other Visual Studio plugins<br />
* added menu entry &#8220;Open Website&#8221; to browse the Visual D Website inside Visual Studio<br />
* added support for Object Browser and Class View<br />
* now runs a parser in the background to underline syntax errors<br />
* fixed scanning of floating point literals starting with &#8216;.&#8217;<br />
* default colors for identifiers, numbers and operators now follow the &#8220;Plain Text&#8221; setting<br />
* new version 0.1.2 of mago that fixes some issues with exceptions and improves the call stack display<br />
* if a source file is used in multiple project, it is no longer opened multiple times in the editor<br />
* improved lookup speed in browse info, now removing duplicate entries for eponymous templates<br />
* fixed issues with quoted arguments with trailing backslash in settings<br />
* browse info now updated when JSON paths changed in global options<br />
* fixed spurious crash when removing multiple lines</p></blockquote>
<p>I&#8217;m really having a hard time deciding which D IDE I like better &#8211; VisualD or <a href="http://dblog.aldacron.net/2011/05/07/ddt-0-4-2/" target="_blank">DDT</a>. Both are getting better with each release.</p>
]]></content:encoded>
			<wfw:commentRss>http://dblog.aldacron.net/2011/05/08/visuald-0-3-24/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DDT 0.4.2</title>
		<link>http://dblog.aldacron.net/2011/05/07/ddt-0-4-2/</link>
		<comments>http://dblog.aldacron.net/2011/05/07/ddt-0-4-2/#comments</comments>
		<pubDate>Sat, 07 May 2011 06:17:52 +0000</pubDate>
		<dc:creator>Aldacron</dc:creator>
				<category><![CDATA[IDE]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[D1]]></category>
		<category><![CDATA[D2]]></category>
		<category><![CDATA[DDT]]></category>

		<guid isPermaLink="false">http://dblog.aldacron.net/?p=875</guid>
		<description><![CDATA[Don&#8217;t know how I overlooked this, but last weekend Bruno announced a new release of DDT, the D plugin for Eclipse. Add the followingURL for the update site in Eclipse and you&#8217;ll get the latest and greatest: http://ddt.eclipselabs.org.codespot.com/hg.updates/ Also, the &#8230; <a href="http://dblog.aldacron.net/2011/05/07/ddt-0-4-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Don&#8217;t know how I overlooked this, but last weekend Bruno announced a new release of DDT, the D plugin for Eclipse. Add the followingURL for the update site in Eclipse and you&#8217;ll get the latest and greatest:</p>
<p>http://ddt.eclipselabs.org.codespot.com/hg.updates/</p>
<p>Also, the DDT forum has moved from DSource to Google groups at <a href="http://groups.google.com/group/ddt-ide" target="_blank">http://groups.google.com/group/ddt-ide</a>.</p>
<blockquote><p>== DDT 0.4.2 (2011-04-29) ==<br />
* Fixed #33, bug with spaces in projects names: made all variables in  DMD response file resolve to quote escaped values.<br />
* Fixed bug where all D comments where considered DDoc comments for  documentation hover.<br />
* Fixed limitation where problem hovers where not more prioritary than  documentation hovers.<br />
* Fixed #37: F2 always brings up empty documentation hover.<br />
* Fixed #38: autocomplete crashing / very slow. (Content Assist takes  very long to show up when many completion options are available)<br />
* Added support for editor code templates in Content Assist.<br />
* Fixed bug in cast expression, where the cast type reference was  ignored by the parser/semantic-engine;<br />
* Fixed bug where DDoc comments where not associated with the  corresponding symbol definition if that definition had protection,  storage, linkage, or certain other kinds of attributes;<br />
* Implemented #35: format immutable keyword and @annotations.<br />
* Added (nothrow, pure, shared, immutable) keywords to syntax coloring<br />
* Added @annotations to syntax coloring (spaces after @ not  supported, any identifier accepted)<br />
* Changed syntax coloring example in preferences<br />
* Fixed minor Content Assist bug where completions would not appear  when requested on certain syntax errors.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://dblog.aldacron.net/2011/05/07/ddt-0-4-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DDT 0.4.0</title>
		<link>http://dblog.aldacron.net/2010/11/18/ddt-0-4-0/</link>
		<comments>http://dblog.aldacron.net/2010/11/18/ddt-0-4-0/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 10:44:16 +0000</pubDate>
		<dc:creator>Aldacron</dc:creator>
				<category><![CDATA[IDE]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[D1]]></category>
		<category><![CDATA[D2]]></category>
		<category><![CDATA[DDT]]></category>
		<category><![CDATA[Descent]]></category>

		<guid isPermaLink="false">http://dblog.aldacron.net/?p=843</guid>
		<description><![CDATA[The Eclipse plugin project formerly known as Mmrnmhrm has been reactivated and rebranded as DDT (D Development Tools) with a new release. Take a look at the Features page to see what it offers, and the FAQ for some info &#8230; <a href="http://dblog.aldacron.net/2010/11/18/ddt-0-4-0/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The Eclipse plugin project formerly known as Mmrnmhrm has been reactivated and rebranded as <a href="http://code.google.com/a/eclipselabs.org/p/ddt/" target="_blank">DDT (D Development Tools)</a> with a new release. Take a look at <a href="http://code.google.com/a/eclipselabs.org/p/ddt/wiki/Features" target="_blank">the Features page</a> to see what it offers, and <a href="http://code.google.com/a/eclipselabs.org/p/ddt/wiki/GeneralFAQ" target="_blank">the FAQ</a> for some info regarding Mmrnmhrm, the original DDT, and how the project relates to that other popular Eclipse plugin for D, Descent.</p>
]]></content:encoded>
			<wfw:commentRss>http://dblog.aldacron.net/2010/11/18/ddt-0-4-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>September &#8211; October News Roundup</title>
		<link>http://dblog.aldacron.net/2010/10/14/september-october-news-roundup/</link>
		<comments>http://dblog.aldacron.net/2010/10/14/september-october-news-roundup/#comments</comments>
		<pubDate>Thu, 14 Oct 2010 12:25:33 +0000</pubDate>
		<dc:creator>Aldacron</dc:creator>
				<category><![CDATA[DMD Releases]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Tango]]></category>
		<category><![CDATA[D1]]></category>
		<category><![CDATA[D2]]></category>
		<category><![CDATA[Libraries]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[VisualD]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://dblog.aldacron.net/?p=834</guid>
		<description><![CDATA[Sorry for the silence here. In addition to taking on several new private classes, I also began teaching a course at a local university at the end of August. When I do find time to spare, it usually isn&#8217;t spent &#8230; <a href="http://dblog.aldacron.net/2010/10/14/september-october-news-roundup/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Sorry for the silence here. In addition to taking on several new private classes, I also began teaching a course at a local university at the end of August. When I do find time to spare, it usually isn&#8217;t spent in front of my keyboard. I&#8217;ve just logged on to the D newsgroups for the first time in quite a while. Here&#8217;s a roundup of some of the announcements that, for many of you, will be old news by now.</p>
<p><strong>DMD 1.064 and 2.049 Released</strong></p>
<p><a href="http://www.digitalmars.com/d/1.0/changelog.html#new1_064" target="_blank">1.064</a> is a bugfix release. <a href="http://www.digitalmars.com/d/2.0/changelog.html#new2_049" target="_blank">2.049</a> gets bug love and several additions to Phobos.</p>
<p><strong>Vibrant 1.5</strong></p>
<p>Ponce let it be known that he has made several updates to his abstract shooter, <a href="http://www.gamesfrommars.fr/vibrant/" target="_blank">Vibrant</a>, since it was first released, the latest being 1.5. If you&#8217;re a gamer, give it a go.</p>
<p><strong>Visual D 0.3.16</strong></p>
<p>The latest <a href="http://www.dsource.org/projects/visuald" target="_blank">Visual D</a> sports several enhancements, including support for the Mago debugger and a profile window to parse DMD&#8217;s trace logs. If you are a Windows user, it&#8217;s an excellent plugin for Visual Studio and can be used even if you haven&#8217;t purchased VS.</p>
<p><strong>d.vim 0.22</strong></p>
<p>Vim users will be interested in <a href="http://www.vim.org/scripts/script.php?script_id=379" target="_blank">the latest version of d.vim</a>, courtesy of Jesse Phillips.</p>
<p><strong>dcollections 2.0c</strong></p>
<p>The latest version of <a href="http://www.dsource.org/projects/dcollections/wiki/ChangeLog" target="_blank">this container library</a> contains a few bug fixes and enhancements, including the addition of a deque.</p>
<p><strong>BitHorde Public Beta</strong></p>
<p><a href="http://www.bithorde.org/" target="_blank">BitHorde</a> is a content distribution system developed with D and Tango. A public beta has recently been announced, and <a href="http://github.com/rawler/bithorde" target="_blank">source code</a> is available.</p>
<p>I&#8217;ve likely missed some things, particularly since I haven&#8217;t trawled the DSource forums or some of the D blogs for other news. If you did announce a D-related item somewhere that I missed here, sorry! It wasn&#8217;t intentional. See you next time I come up for air!</p>
]]></content:encoded>
			<wfw:commentRss>http://dblog.aldacron.net/2010/10/14/september-october-news-roundup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

