[Issue 11942] Parameter list helper doesn't appear(/exist?)
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Mar 16 17:33:07 PDT 2014
https://d.puremagic.com/issues/show_bug.cgi?id=11942
--- Comment #3 from Manu <turkeyman at gmail.com> 2014-03-16 17:33:05 PDT ---
I just gave it a whirl. Big improvement - regular functions are working
properly now. But there are some things still not working:
Constructors don't seem to list args?
auto doc = new Document(new Tag("settings"));
auto devs = new Element("devices");
testMat = Material("diffuse_uncompressed_gimp.dds");
None of these new statements offer any parameter info.
to! doesn't work:
to!string(videoDriver)
This shows the helper for 'string's constructor, not 'to'.
Cheers for all your work! It's getting better all the time! :)
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list