digitalmars.D.announce - DDT 0.10.0 released - featuring DUB support.
- Bruno Medeiros (13/13) Mar 14 2014 A new version of DDT - D Development tools is out.
- albatroz (2/3) Mar 18 2014
- Jay Norwood (7/8) Mar 18 2014 This has really nice source browsing... much better than the
- Bruno Medeiros (12/19) Mar 24 2014 Yeah, I wish more GDB/DWARF support existed in Windows, so that
- "Casper =?UTF-8?B?RsOmcmdlbWFuZCI=?= <shorttail hotmail.com> (1/1) Mar 24 2014 Is the install guide on github up to date?
- Bruno Medeiros (6/7) Mar 24 2014 Yes, all documentation should be up to date, including the installation
A new version of DDT - D Development tools is out. https://github.com/bruno-medeiros/DDT/releases/tag/Release_0.10.0 The major new feature is DUB support (there are breaking changes, please read the changelog and updated User Guide sections for more info). A lot of the UI has been cleaned up as well, removing inoperative functionality, changing the references to DLTK concepts (such as "interpreters" or "script"), etc. PS: Thanks to Sönke for bringing DUB into an existence, this tool is awesome! (this could even be an understatement... a package management and build tool is crucial for D's success!) -- Bruno Medeiros https://twitter.com/brunodomedeiros
Mar 14 2014
Thank you On Friday, 14 March 2014 at 15:44:24 UTC, Bruno Medeiros wrote:A new version of DDT - D Development tools is out.
Mar 18 2014
On Friday, 14 March 2014 at 15:44:24 UTC, Bruno Medeiros wrote:A new version of DDT - D Development tools is out.This has really nice source browsing... much better than the VisualD. I end up using both because the debugging support is still better in VisualD. One browsing issue I noticed though is that it has a problem finding source for properties, for example if you try to find the isDir definition from lin 2216 of file.d.
Mar 18 2014
On 18/03/2014 22:27, Jay Norwood wrote:On Friday, 14 March 2014 at 15:44:24 UTC, Bruno Medeiros wrote:Yeah, I wish more GDB/DWARF support existed in Windows, so that debugging support was better. GDB support would probably be very hard to achieve for D programs that need to compile/link against Windows API or the MSVC toolchain, but for programs that don't need that, debugging support could be nearly as good as Linux/MacOS... :/A new version of DDT - D Development tools is out.This has really nice source browsing... much better than the VisualD. I end up using both because the debugging support is still better in VisualD.One browsing issue I noticed though is that it has a problem finding source for properties, for example if you try to find the isDir definition from lin 2216 of file.d.Yes, there are lots of simple semantic engine improvements that could be made. I haven't yet had time to go back to work on the semantic engine, as I've been tied up in other features (DUB support for example) -- Bruno Medeiros https://twitter.com/brunodomedeiros
Mar 24 2014
Is the install guide on github up to date?
Mar 24 2014
On 24/03/2014 15:13, "Casper Færgemand" <shorttail hotmail.com>" wrote:Is the install guide on github up to date?Yes, all documentation should be up to date, including the installation guide. -- Bruno Medeiros https://twitter.com/brunodomedeiros
Mar 24 2014