Re: New little features in Descent

2009-08-31 Thread Qian Xu
Ary Borenszweig wrote: Qian Xu escribió: Hi Ary, well done. Here is a small bug report about the code fomatter: (snip) Thanks in advance. I just uploaded a new version that fixes this. Also the new version partially supports D2: semantic analysis is far from perfect but

Re: New little features in Descent

2009-08-30 Thread Ary Borenszweig
Qian Xu escribió: Hi Ary, well done. Here is a small bug report about the code fomatter: (snip) Thanks in advance. I just uploaded a new version that fixes this. Also the new version partially supports D2: semantic analysis is far from perfect but features like autocompletion and go to

Re: New little features in Descent

2009-08-26 Thread Qian Xu
Hi Ary, well done. Here is a small bug report about the code fomatter: = import tango.io.Stdout; import tango.core.Exception; void main(char[][] args) { try { /* Do some stuff */ } catch (IOException ex) { Stdout.formatln(Caught

Re: New little features in Descent

2009-08-26 Thread Qian Xu
Ary Borenszweig wrote: What's your formatter configuration? I checked all new line options. My result was posted in previous post

Re: New little features in Descent

2009-08-26 Thread Charles Hixson
Ary Borenszweig wrote: Qian Xu wrote: Hi Ary, well done. Here is a small bug report about the code fomatter: = import tango.io.Stdout; import tango.core.Exception; void main(char[][] args) { try { /* Do some stuff */ } catch (IOException

Re: New little features in Descent

2009-08-26 Thread Ary Borenszweig
Charles Hixson wrote: Ary Borenszweig wrote: Qian Xu wrote: Hi Ary, well done. Here is a small bug report about the code fomatter: = import tango.io.Stdout; import tango.core.Exception; void main(char[][] args) { try { /* Do some stuff */ }

Re: New little features in Descent

2009-08-26 Thread Charles Hixson
Ary Borenszweig wrote: Charles Hixson wrote: Ary Borenszweig wrote: Qian Xu wrote: Hi Ary, well done. Here is a small bug report about the code fomatter: = import tango.io.Stdout; import tango.core.Exception; void main(char[][] args) { try { /*

Re: New little features in Descent

2009-08-20 Thread Ary Borenszweig
Ary Borenszweig escribió: bobef wrote: What is the status of Descent's ability to build D projects? Last few times I checked I was unable to build my project so I was unable to use Descent, despite its wonderful code-completion abilities. Also is it able to run my build script (build.bat) and

Re: New little features in Descent

2009-08-19 Thread bobef
What is the status of Descent's ability to build D projects? Last few times I checked I was unable to build my project so I was unable to use Descent, despite its wonderful code-completion abilities. Also is it able to run my build script (build.bat) and parse the output and create links to the

Re: New little features in Descent

2009-08-19 Thread Vincenzo Ampolo
Ary Borenszweig wrote: http://www.youtube.com/watch?v=Hy6-ppfq2pM Thanks Ary, i was waiting these features from a long time. :)

Re: New little features in Descent

2009-08-19 Thread Ary Borenszweig
bobef wrote: What is the status of Descent's ability to build D projects? Last few times I checked I was unable to build my project so I was unable to use Descent, despite its wonderful code-completion abilities. Also is it able to run my build script (build.bat) and parse the output and

Re: New little features in Descent

2009-08-18 Thread Piotrek
Ary Borenszweig pisze: Hi! I ported some code and features from Eclipse 3.4 and 3.5 to Descent, which are already present in the Java Development Toolkit for Eclipse (JDT). These features are: - The popup is nicer when hovering a symbol, showing it's icon and allowing to open the ddoc view

Re: New little features in Descent

2009-08-18 Thread Ary Borenszweig
Piotrek wrote: Ary Borenszweig pisze: Hi! I ported some code and features from Eclipse 3.4 and 3.5 to Descent, which are already present in the Java Development Toolkit for Eclipse (JDT). These features are: - The popup is nicer when hovering a symbol, showing it's icon and allowing to

New little features in Descent

2009-08-17 Thread Ary Borenszweig
Hi! I ported some code and features from Eclipse 3.4 and 3.5 to Descent, which are already present in the Java Development Toolkit for Eclipse (JDT). These features are: - The popup is nicer when hovering a symbol, showing it's icon and allowing to open the ddoc view or the declaration. -