Visual D 0.3.26 released

Alex Rønne Petersen xtzgzorex at gmail.com
Sat Sep 10 14:55:32 PDT 2011


On 10-09-2011 20:36, Alex Rønne Petersen wrote:
> On 10-09-2011 18:53, Rainer Schuetze wrote:
>>
>>
>> On 10.09.2011 14:05, Alex Rønne Petersen wrote:
>>> On 25-08-2011 09:28, Rainer Schuetze wrote:
>>>> Hi,
>>>>
>>>> I'd like to announce the release of a new version of Visual D:
>>>>
>>>> 2011-08-25 Version 0.3.26
>>>>
>>>> * fixed regression in last version: single file compilation did not
>>>> build any d files
>>>> * single file compilation: avoid relinking every time
>>>> * separate compile and link: no longer trashes dependencies in link
>>>> step
>>>> * goto definition, search symbol: now line number adjusted according to
>>>> changes since last successful build
>>>> * fix: resource files in sub folders would not build because the same
>>>> folders were expected in the intermediate directory
>>>> * global settings: split page into directories/settings pages to make
>>>> option "Show build time" accessible
>>>> * global settings: added option to disable sorting projects
>>>> * parser now accepts "do {} while(condition)" without trailing ';'
>>>> * project options macro $(PROJECTNAME) now uses the name in the
>>>> solution
>>>> instead of the project file name
>>>> * fixed bad indentation of first contract
>>>> * fixed colorization of first token after debug condition without
>>>> arguments
>>>> * "is" now always colored as operator, not as keyword
>>>> * updated to build with dmd 2.055beta
>>>>
>>>> Visual D provides seamless integration of the D programming language
>>>> into Visual Studio. It can be downloaded here:
>>>> http://www.dsource.org/projects/visuald/
>>>>
>>>> Best,
>>>> Rainer
>>>
>>> Hi,
>>>
>>> Does anyone know whether this version of Visual D plays nice with 2.055?
>>>
>>> - Alex
>>
>> Should be no problem. There is also a brand new 0.3.27rc1 in the
>> download folder, that is actualy built with dmd 2.055very-late-beta. It
>> also fixes the indentation issues.
>
> Oh, cool. Thanks!
>
> - Alex

Just to confirm: All indentation and white space issues I had pointed 
out seem gone. Thanks a lot!

- Alex


More information about the Digitalmars-d-ide mailing list