digitalmars.D.announce - Visual D 0.3.33 uses a server for parsing and semantic analysis
- Rainer Schuetze (24/24) Jun 19 2012 Hi,
- =?ISO-8859-1?Q?Alex_R=F8nne_Petersen?= (8/32) Jun 19 2012 I love you!!! You have no idea how annoying that could get sometimes...
- Dmitry Olshansky (5/41) Jun 19 2012 Works here on VS 2012 RC win8.
- Rainer Schuetze (4/13) Jun 19 2012 I run it on the developer preview version, and others have reported
Hi, Visual D 0.3.33 has just been released. The biggest improvement is the move of the parser and the semantic analysis into a local COM server process, so that the IDE is no longer suffering from stalls caused by garbage collections on more than small amounts of memory. Some other, not so spectacular changes include * debugger project settings now stored in solution options file, not in project file * cv2pdb: new version 0.25 that supports VS2012 * cv2pdb: exposed command line options in the project options * intellisense tool tip now shows enumerator value * version highlighting now supports the "version(V):" syntax * tweaked vsi2d to also convert the Windows 8 SDK and VS2012 SDK * various improvements to parser and semantic analysis The full list of changes is at http://www.dsource.org/projects/visuald/wiki/VersionHistory 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-11 as well as the free Visual Studio Shells. The Visual D installer can be downloaded from its website at http://www.dsource.org/projects/visuald The source code is now also available on github: https://github.com/rainers/visuald Rainer
Jun 19 2012
On 20-06-2012 00:20, Rainer Schuetze wrote:Hi, Visual D 0.3.33 has just been released. The biggest improvement is the move of the parser and the semantic analysis into a local COM server process, so that the IDE is no longer suffering from stalls caused by garbage collections on more than small amounts of memory.Very nice!Some other, not so spectacular changes include * debugger project settings now stored in solution options file, not in project fileI love you!!! You have no idea how annoying that could get sometimes...* cv2pdb: new version 0.25 that supports VS2012 * cv2pdb: exposed command line options in the project options * intellisense tool tip now shows enumerator value * version highlighting now supports the "version(V):" syntax * tweaked vsi2d to also convert the Windows 8 SDK and VS2012 SDK * various improvements to parser and semantic analysis The full list of changes is at http://www.dsource.org/projects/visuald/wiki/VersionHistory 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-11 as well as the free Visual Studio Shells. The Visual D installer can be downloaded from its website at http://www.dsource.org/projects/visuald The source code is now also available on github: https://github.com/rainers/visuald RainerDoes this work with the VS 2012 RC? -- Alex Rønne Petersen alex lycus.org http://lycus.org
Jun 19 2012
On 20-Jun-12 02:41, Alex Rønne Petersen wrote:On 20-06-2012 00:20, Rainer Schuetze wrote:Indeed, I've moved back to Visual once again :)Hi, Visual D 0.3.33 has just been released. The biggest improvement is the move of the parser and the semantic analysis into a local COM server process, so that the IDE is no longer suffering from stalls caused by garbage collections on more than small amounts of memory.Very nice!Works here on VS 2012 RC win8. -- Dmitry OlshanskySome other, not so spectacular changes include * debugger project settings now stored in solution options file, not in project fileI love you!!! You have no idea how annoying that could get sometimes...* cv2pdb: new version 0.25 that supports VS2012 * cv2pdb: exposed command line options in the project options * intellisense tool tip now shows enumerator value * version highlighting now supports the "version(V):" syntax * tweaked vsi2d to also convert the Windows 8 SDK and VS2012 SDK * various improvements to parser and semantic analysis The full list of changes is at http://www.dsource.org/projects/visuald/wiki/VersionHistory 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-11 as well as the free Visual Studio Shells. The Visual D installer can be downloaded from its website at http://www.dsource.org/projects/visuald The source code is now also available on github: https://github.com/rainers/visuald RainerDoes this work with the VS 2012 RC?
Jun 19 2012
On 6/20/2012 12:41 AM, Alex Rønne Petersen wrote:On 20-06-2012 00:20, Rainer Schuetze wrote:I run it on the developer preview version, and others have reported success with the VS2012 RC version (though a restart/reboot seemed necessary).Hi, Visual D 0.3.33 has just been released. The biggest improvement is the move of the parser and the semantic analysis into a local COM server process, so that the IDE is no longer suffering from stalls caused by garbage collections on more than small amounts of memory.Does this work with the VS 2012 RC?
Jun 19 2012