Re: D Programlama Dili is almost finished

2010-05-29 Thread Mengu
Ali Cehreli is actually a master for me. I've learnt D from the book he wrote. 
His
book doesn't only covers D and everything in and about D but also contains lots 
of
things about programming and c++. I appreciate his work. If by any chance D 
would
be a popular language in Turkey, this will be just because of him and his 
efforts.

Thanks Ali.


Visual D 0.3.9. released

2010-05-29 Thread Rainer Schuetze

Hi,

I'd like to announce the release of Visual D 0.3.9.

Visual D is a Visual Studio package providing both project management 
and language services. It works with Visual Studio 2005, 2008 and 2010 
as well as the free Visual Studio Shells.


This release features a cool search window that allows to quickly browse 
symbols read from compiler generated JSON files. It also allows fast 
file lookup in large projects.


Major changes in this version:

  * new file/symbol search window
  * word-completion can now be expanded to symbol lookup by pressing 
Ctrl-Space again
  * now uses machine-translated Windows SDK instead of std.windows plus 
a lot of manual translated additions


Recent version not announced here included:

  * function parameter tooltips
  * fixed problems on x64-Windows
  * added cv2pdb to installer

Visual D can be downloaded at http://www.dsource.org/projects/visuald
You will also find a short tour through some of Visual D's features there.

I've also tried to make the site a bit more user friendly, I hope you 
like it.


Rainer




Re: Visual D 0.3.9. released

2010-05-29 Thread Lionello Lunesu
Hi Rainer,

You're doing a great job on this, keep it up!

Is it possible for you to add the symbols for visuald.dll to the
installer as well? VisualD 0.3.8 crashed on me yesterday and I want to
investigate further. (It crashed when I started typing pragma
(comment,...); and I'm not sure that syntax is even correct.

L.

On 29-5-2010 23:39, Rainer Schuetze wrote:
 Hi,
 
 I'd like to announce the release of Visual D 0.3.9.
 
 Visual D is a Visual Studio package providing both project management
 and language services. It works with Visual Studio 2005, 2008 and 2010
 as well as the free Visual Studio Shells.
 
 This release features a cool search window that allows to quickly browse
 symbols read from compiler generated JSON files. It also allows fast
 file lookup in large projects.
 
 Major changes in this version:
 
   * new file/symbol search window
   * word-completion can now be expanded to symbol lookup by pressing
 Ctrl-Space again
   * now uses machine-translated Windows SDK instead of std.windows plus
 a lot of manual translated additions
 
 Recent version not announced here included:
 
   * function parameter tooltips
   * fixed problems on x64-Windows
   * added cv2pdb to installer
 
 Visual D can be downloaded at http://www.dsource.org/projects/visuald
 You will also find a short tour through some of Visual D's features there.
 
 I've also tried to make the site a bit more user friendly, I hope you
 like it.
 
 Rainer
 
 



Re: Visual D 0.3.9. released

2010-05-29 Thread BCS

Hello Lionello,


(It crashed when I started typing pragma (comment,...);
and I'm not sure that syntax is even correct.



The syntax is correct, but I didn't think comment is a supported pragma.

--
... IXOYE