News Roundup
Thursday, November 8th, 2007Here’s a roundup of several newsgroup announcements that have come while I’ve been slacking.
=====================================
yidabu announced the SciTE4D text editor (direct zip download link) for Windows. To install, unzip the archive and modify the included SciTEGlobal.properties file such that the ’seatd.global.include’ property points to your library path. From within the editor, you can use F7 or Ctrl-F7 to build libraries or binaries if you configure a dsss.conf file for your project. These instructions are direct from the NG, not tested by me, so if it doesn’t work for you don’t blame me!
=====================================
Chris Miller released Splat 0.6, his library that “allows you to manage multiple sockets and timers asynchronously from one thread easily.” This version adds support for Tango. Documentation is available online.
=====================================
Bill Baxter has launched a new project, std2, in order to port some of the new Phobos features from D 2.x to D 1.x.
=====================================
Charles Hixson has made available an LRUCache implementation. It requires D 2.x.
=====================================
Version 0.44 of Descent, the Eclipse plugin for D, was released. From the NG announcement:
The new features for this release are:
- completion for keywords, like public, import, module, abstract, __traits, etc.
- completion for imports *
- completion for special locations, like scope, extern, version and __traits
- completion for ddoc sections and macros
- completion for gotos, continues and breaks
- completion for type properties, like “int.sizeof”
- suggestions for function arguments names
- formatting of two-dimensional arrays is now nicer
- some bug fixes and improvements