www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Mono-D 0.4.4.3 - Completion fixes

reply "alex" <info alexanderbothe.com> writes:
Another bug-fix release:

  - Fixed 'legacy' issues with cases in which parameter insight 
wasn't shown
  - Temporarily suppressed cascaded mixin resolution which takes 
literally hours to have everything analysed
  - Tooltip bug -- didn't show items that were shown e.g. in 
completion
  - Completion misbehavior on "myArray[0]."
  - More tests and even more tests
  - Completion misbehavior on resolving method calls
  - Removed code pasta. Issue with showing non-static items in 
static class methods.


And yes, improving all this stuff is a hell of complexity! ;)


http://mono-d.alexanderbothe.com
https://github.com/aBothe/Mono-D/issues
https://github.com/aBothe/D_Parser/issues
Dec 11 2012
parent "Aytug" <aytuggurbuz gmail.com> writes:
On Tuesday, 11 December 2012 at 11:25:14 UTC, alex wrote:
 Another bug-fix release:

  - Fixed 'legacy' issues with cases in which parameter insight 
 wasn't shown
  - Temporarily suppressed cascaded mixin resolution which takes 
 literally hours to have everything analysed
  - Tooltip bug -- didn't show items that were shown e.g. in 
 completion
  - Completion misbehavior on "myArray[0]."
  - More tests and even more tests
  - Completion misbehavior on resolving method calls
  - Removed code pasta. Issue with showing non-static items in 
 static class methods.


 And yes, improving all this stuff is a hell of complexity! ;)


 http://mono-d.alexanderbothe.com
 https://github.com/aBothe/Mono-D/issues
 https://github.com/aBothe/D_Parser/issues
Seems like a cool project, will check it out.
Dec 11 2012