Release 0.8.1 of Eclipse DDT

eles eles at eles.com
Wed Sep 25 00:28:21 PDT 2013


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.
Fixed  issue #7 : Error parsing interface function with contracts 
but no body.
Fixed  issue #10 : Compiler installation search in preferences 
page.
Fixed  issue #9 : Control-click opens up new editor everytime
Fixed 0.8.0 regression: missing icon for D application launch 
action/configuration."

Kudos Bruno!


More information about the Digitalmars-d-ide mailing list