|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.ide digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
digitalmars.D.announce - Descent 0.5.2 released
The Descent plugin for Eclipse provides an IDE for writing, launching and debugging code in D. Explanations on how to get it from within Eclipse are here: http://www.dsource.org/projects/descent This is mainly a bugfix/maintenance release. Much care has been taken to improve memory usage and speed as well. However, there are some new features: - You can configure each project separatedly. - There's the concept of "Active Project": the active version and debug identifiers are taken from this project (they are used for greying out code and doing semantic resolution). - File imports (import("filename") now work. Their lookup path is taken from the same paths as the include path. (sorry, I'm lazy for UI stuff) - Improved semantic coloring. - Improved autocompletion. - Now op* methods doesn't show in autocompletion, except you explicity request them writing anything that start with "op". - Improved "go to definition". - Improved messages when hovering an identifier. The previous release was really buggy. I think of it as the answer to the question "Can it be done?". This release answers the question "Can it be well done?". Obviously, there is still a lot of room for improvement. By default, semantic errors are turned off. You can still turn them on, but this is an experimental feature and probably won't work correctly most of the time. Current Descent users need to close every project, open them again, and make a full rebuild in order to get things adapted to the new code. Also, if you had any library or compiler configured, you will need to delete them and create them again, because their search index is not compatible with this version. So maybe the best thing you can do is to reinstall the product. Any suggestion, critic or bug report is welcome. You can use: - the forums: http://www.dsource.org/forums/viewforum.php?f=107 - trac: http://www.dsource.org/projects/descent/report?action=new - irc: at freenode, #d.descent Enjoy! May 01 2008
Enjoy! May 01 2008
On Thu, 01 May 2008 15:06:10 -0300, Ary Borenszweig wrote:The Descent plugin for Eclipse provides an IDE for writing, launching and debugging code in D. Explanations on how to get it from within Eclipse are here: http://www.dsource.org/projects/descent This is mainly a bugfix/maintenance release. Much care has been taken to improve memory usage and speed as well. However, there are some new features: - You can configure each project separatedly. - There's the concept of "Active Project": the active version and debug identifiers are taken from this project (they are used for greying out code and doing semantic resolution). - File imports (import("filename") now work. Their lookup path is taken from the same paths as the include path. (sorry, I'm lazy for UI stuff) - Improved semantic coloring. - Improved autocompletion. - Now op* methods doesn't show in autocompletion, except you explicity request them writing anything that start with "op". - Improved "go to definition". - Improved messages when hovering an identifier. The previous release was really buggy. I think of it as the answer to the question "Can it be done?". This release answers the question "Can it be well done?". Obviously, there is still a lot of room for improvement. By default, semantic errors are turned off. You can still turn them on, but this is an experimental feature and probably won't work correctly most of the time. Current Descent users need to close every project, open them again, and make a full rebuild in order to get things adapted to the new code. Also, if you had any library or compiler configured, you will need to delete them and create them again, because their search index is not compatible with this version. So maybe the best thing you can do is to reinstall the product. Any suggestion, critic or bug report is welcome. You can use: - the forums: http://www.dsource.org/forums/viewforum.php?f=107 - trac: http://www.dsource.org/projects/descent/report?action=new - irc: at freenode, #d.descent Enjoy! May 01 2008
Graham St Jack wrote:On Thu, 01 May 2008 15:06:10 -0300, Ary Borenszweig wrote:Enjoy! May 02 2008
Ary Borenszweig wrote:Graham St Jack wrote:On Thu, 01 May 2008 15:06:10 -0300, Ary Borenszweig wrote:Enjoy! May 02 2008
pragma escribió:Ary Borenszweig wrote:Graham St Jack wrote:On Thu, 01 May 2008 15:06:10 -0300, Ary Borenszweig wrote:Enjoy! May 02 2008
I've uploaded some short videos in my YouTube account that show some of Descent's features. I'll upload more as time goes by. http://www.youtube.com/asterite Ary Borenszweig wrote:The Descent plugin for Eclipse provides an IDE for writing, launching and debugging code in D. May 02 2008
Ary Borenszweig Wrote:I've uploaded some short videos in my YouTube account that show some of Descent's features. I'll upload more as time goes by. http://www.youtube.com/asterite May 02 2008
On Fri, May 2, 2008 at 2:42 PM, Ary Borenszweig <ary esperanto.org.ar> wrote:I've uploaded some short videos in my YouTube account that show some of Descent's features. I'll upload more as time goes by. http://www.youtube.com/asterite Ary Borenszweig wrote:The Descent plugin for Eclipse provides an IDE for writing, launching and debugging code in D. May 10 2008
Here's another video of a feature that will probably be in the next release. :-) http://www.youtube.com/watch?v=KQbTT605ags Ary Borenszweig escribió:I've uploaded some short videos in my YouTube account that show some of Descent's features. I'll upload more as time goes by. http://www.youtube.com/asterite Ary Borenszweig wrote:The Descent plugin for Eclipse provides an IDE for writing, launching and debugging code in D. May 15 2008
Sweeeet! Thanks so much for descent, the latest version really rocks. May 16 2008
Ary Borenszweig Wrote:The Descent plugin for Eclipse provides an IDE for writing, launching and debugging code in D. Explanations on how to get it from within Eclipse are here: http://www.dsource.org/projects/descent This is mainly a bugfix/maintenance release. Much care has been taken to improve memory usage and speed as well. May 02 2008
Jason House wrote:Ary Borenszweig Wrote:The Descent plugin for Eclipse provides an IDE for writing, launching and debugging code in D. Explanations on how to get it from within Eclipse are here: http://www.dsource.org/projects/descent This is mainly a bugfix/maintenance release. Much care has been taken to improve memory usage and speed as well. May 06 2008
The Descent docs point to the JDT docs for some stuff. Anyone know of a all-in-one static html version of that or a PDF version? May 15 2008
I don't know where you'al are keeping your bug reports so I'm posting this here syntax highlighting bug: /**/ int i; /***/ int j; descent thinks that the "int i;" is part of the first comment. May 19 2008
|