Monthly Archives: February 2007

eDitor 0.4

Thomas Brix Larsen has release version 0.4 of eDitor. Here’s the change list: Changes (0.31 to 0.4) Features: * Documentation browser. * Prebuilt documentation for: D Language, Phobos and Tango. * Shift+TAB unindents the current line or selection. * T … Continue reading

Posted in News | Leave a comment

Ddbg 0.0.2.3 alpha, DSSS 0.54, Rebuild 0.12

Jascha Wetzel has released Ddbg 0.0.2.3 alpha. You can now integrate Ddbg with Code::Blocks. There is a caveat though — C::B compiles and links in separate phases and the default project settings (for D projects) don’t account for this when … Continue reading

Posted in News | Leave a comment

Walter’s January NWCPP Presentation

Walter gave a presentation on advanced features of D last month at a Northwest C++ Users Group meeting. You can see a video of the presentation via Google and follow along with the “slides” (it’s a single page of HTML). … Continue reading

Posted in News | Leave a comment

Ddbg 0.0.2

Jascha Wetzel has released version 0.0.2 of Ddbg, a debugger of D for Windows. The new release takes advantage of a fix in DMD 1.007 and to support evaluation of structs and classes. Technorati Tags: D Programming Language, Debugging, Debuggers, … Continue reading

Posted in News | Leave a comment

DMD 1.007

Dig this: Comparison operators are no longer associative; comparison, equality, identity and in operators all have the same precedence. out and inout parameters are now allowed for compile time function execution. The .dup property is now allowed for compile time … Continue reading

Posted in DMD Releases | Leave a comment