digitalmars.D.announce - Visual D 0.3.24 released
- Rainer Schuetze (21/21) May 08 2011 Hi,
- Piotr Szturmaj (3/5) May 08 2011 Cool! I'm using VisualD since version 0.3.22.
- Eric Poggel (JoeCoder) (2/23) May 08 2011 Thank you. This is great!
- Stephan (2/23) May 09 2011 This is the most valuable tool for my daily work with D. Thanks a bunch!
- Michal Minich (7/9) May 09 2011 Many thanks for the great work you put into this IDE. Since I switched t...
- dennis luehring (3/12) May 09 2011 i still hope that Rainer getting interested in Descent like features -
- Rainer Schuetze (4/20) May 09 2011 I'm very impressed by what Descent can do. The parser is a tiny step
- Stephan (6/15) May 09 2011 If you want to include a whole bunch of files into a project you simply
- Dmitry Olshansky (6/28) May 10 2011 Awesome tool!
Hi, as the newest version of Visual D includes some major improvements, I'd like to announce its release here. 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. Added features worth noting include * support for Object Browser and Class View * runs a parser in the background to underline syntax errors (no semantic analysis) * new version of the mago debugger that fixes some issues with exceptions and improves the call stack display Highlights in previous versions not announced here: * support for Code Definition Window * search and replace based on the D tokenizer, ignoring white spaces and comments and supporting brace matching * new compilation modes: compile and link seperately, compile only Visual D comes with an easy installer and can be downloaded here: http://www.dsource.org/projects/visuald Best, Rainer
May 08 2011
Rainer Schuetze wrote:as the newest version of Visual D includes some major improvements, I'd like to announce its release here.Cool! I'm using VisualD since version 0.3.22. Thank you for your great work!
May 08 2011
On 5/8/2011 5:31 AM, Rainer Schuetze wrote:Hi, as the newest version of Visual D includes some major improvements, I'd like to announce its release here. 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. Added features worth noting include * support for Object Browser and Class View * runs a parser in the background to underline syntax errors (no semantic analysis) * new version of the mago debugger that fixes some issues with exceptions and improves the call stack display Highlights in previous versions not announced here: * support for Code Definition Window * search and replace based on the D tokenizer, ignoring white spaces and comments and supporting brace matching * new compilation modes: compile and link seperately, compile only Visual D comes with an easy installer and can be downloaded here: http://www.dsource.org/projects/visuald Best, RainerThank you. This is great!
May 08 2011
On 08.05.2011 11:31, Rainer Schuetze wrote:Hi, as the newest version of Visual D includes some major improvements, I'd like to announce its release here. 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. Added features worth noting include * support for Object Browser and Class View * runs a parser in the background to underline syntax errors (no semantic analysis) * new version of the mago debugger that fixes some issues with exceptions and improves the call stack display Highlights in previous versions not announced here: * support for Code Definition Window * search and replace based on the D tokenizer, ignoring white spaces and comments and supporting brace matching * new compilation modes: compile and link seperately, compile only Visual D comes with an easy installer and can be downloaded here: http://www.dsource.org/projects/visuald Best, RainerThis is the most valuable tool for my daily work with D. Thanks a bunch!
May 09 2011
V Sun, 08 May 2011 11:31:29 +0200, Rainer Schuetze wrote:as the newest version of Visual D includes some major improvements, I'd like to announce its release here.Many thanks for the great work you put into this IDE. Since I switched to it from Descent, it is great productivity booster for me. The debugger support is fantastic. One improvement I would welcome - is project manager that automatically matches file system structure and allows to inc/exclude specific files
May 09 2011
Am 09.05.2011 15:56, schrieb Michal Minich:V Sun, 08 May 2011 11:31:29 +0200, Rainer Schuetze wrote:i still hope that Rainer getting interested in Descent like features - especially the compile-time debugging...as the newest version of Visual D includes some major improvements, I'd like to announce its release here.Many thanks for the great work you put into this IDE. Since I switched to it from Descent, it is great productivity booster for me. The debugger support is fantastic. One improvement I would welcome - is project manager that automatically matches file system structure and allows to inc/exclude specific files
May 09 2011
dennis luehring wrote:Am 09.05.2011 15:56, schrieb Michal Minich:I'm very impressed by what Descent can do. The parser is a tiny step into that direction. I don't know how long it will take to make the next step (semantic analysis) ;-)V Sun, 08 May 2011 11:31:29 +0200, Rainer Schuetze wrote:i still hope that Rainer getting interested in Descent like features - especially the compile-time debugging...as the newest version of Visual D includes some major improvements, I'd like to announce its release here.Many thanks for the great work you put into this IDE. Since I switched to it from Descent, it is great productivity booster for me. The debugger support is fantastic. One improvement I would welcome - is project manager that automatically matches file system structure and allows to inc/exclude specific files
May 09 2011
On 09.05.2011 15:56, Michal Minich wrote:V Sun, 08 May 2011 11:31:29 +0200, Rainer Schuetze wrote:If you want to include a whole bunch of files into a project you simply drag packages (folders) and VD automatically creates the same folder structure in your project. What still does not work is moving those folders around inside of the project structure ;)as the newest version of Visual D includes some major improvements, I'd like to announce its release here.Many thanks for the great work you put into this IDE. Since I switched to it from Descent, it is great productivity booster for me. The debugger support is fantastic. One improvement I would welcome - is project manager that automatically matches file system structure and allows to inc/exclude specific files
May 09 2011
On 08.05.2011 13:31, Rainer Schuetze wrote:Hi, as the newest version of Visual D includes some major improvements, I'd like to announce its release here. 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. Added features worth noting include * support for Object Browser and Class View * runs a parser in the background to underline syntax errors (no semantic analysis) * new version of the mago debugger that fixes some issues with exceptions and improves the call stack display Highlights in previous versions not announced here: * support for Code Definition Window * search and replace based on the D tokenizer, ignoring white spaces and comments and supporting brace matching * new compilation modes: compile and link seperately, compile only Visual D comes with an easy installer and can be downloaded here: http://www.dsource.org/projects/visuald Best, RainerAwesome tool! Previously I used Code::Blocks on Windows, now I think I'm addicted to VisualD ;) -- Dmitry Olshansky
May 10 2011