digitalmars.D.ide - Release 0.8.1 of Eclipse DDT
Posting this here because of interest to D/EclipseDDT users: Announcement: https://groups.google.com/forum/#!topic/ddt-ide/XVu6Rb-L1EY Quote: "A new version of DDT - D Development Tools is out: http://code.google.com/p/ddt/wiki/ChangeLog#DDT_0.8.1_%282013-09-23%29 I'll be working on debugger integration next!" Changelog: http://code.google.com/p/ddt/wiki/ChangeLog#DDT_0.8.1_(2013-09-23) Quote: DDT 0.8.1 (2013-09-23) Documentation: added entry in UserGuide#Eclipse_basics about Eclipse memory settings optimization. Fixed: Code Completion module list in import declarations now shows the module's DDoc. Implemented: Code Completion now resolves: auto declarations (resolved to the type of the initializer). global type properties (.init, .sizeof, .alignof, etc.) integral properties (.min, .max), float properties(.infinity, .nan, etc.), object properties (.classinfo). static/dynamic array properties (.ptr, .length, .dup, etc.). the type of bool/char/integral/floating/string/array literals (not map array though). parentheses expression. this/super literal expressions. cast expression. new expression. Cleanup: Code Completion now shows no results if invoked after a float token ending in a dot. Fixed 0.7.0 regression: Code Completion now locates all identifiers in multi-identifier variable declaration and multi-identifier alias declaration. but no body. page. Fixed 0.8.0 regression: missing icon for D application launch action/configuration." Kudos Bruno!
Sep 25 2013
Thanks for all the hard work. BR Preddi On Wednesday, 25 September 2013 at 07:28:22 UTC, eles wrote:Posting this here because of interest to D/EclipseDDT users: Announcement: https://groups.google.com/forum/#!topic/ddt-ide/XVu6Rb-L1EY Quote: "A new version of DDT - D Development Tools is out: http://code.google.com/p/ddt/wiki/ChangeLog#DDT_0.8.1_%282013-09-23%29 I'll be working on debugger integration next!" Changelog: http://code.google.com/p/ddt/wiki/ChangeLog#DDT_0.8.1_(2013-09-23) Quote: DDT 0.8.1 (2013-09-23) Documentation: added entry in UserGuide#Eclipse_basics about Eclipse memory settings optimization. Fixed: Code Completion module list in import declarations now shows the module's DDoc. Implemented: Code Completion now resolves: auto declarations (resolved to the type of the initializer). global type properties (.init, .sizeof, .alignof, etc.) integral properties (.min, .max), float properties(.infinity, .nan, etc.), object properties (.classinfo). static/dynamic array properties (.ptr, .length, .dup, etc.). the type of bool/char/integral/floating/string/array literals (not map array though). parentheses expression. this/super literal expressions. cast expression. new expression. Cleanup: Code Completion now shows no results if invoked after a float token ending in a dot. Fixed 0.7.0 regression: Code Completion now locates all identifiers in multi-identifier variable declaration and multi-identifier alias declaration. contracts but no body. page. Fixed 0.8.0 regression: missing icon for D application launch action/configuration." Kudos Bruno!
Oct 01 2013