Thread overview | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
November 09, 2004 DMD 0.106 release | ||||
---|---|---|---|---|
| ||||
http://www.digitalmars.com/d/changelog.html |
November 09, 2004 Re: DMD 0.106 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter | Cool.
Would be nice if you pasted the changelog entry w/ link to the post...
But no biggie.
--
Using Opera's revolutionary e-mail client: http://www.opera.com/m2/
|
November 09, 2004 Re: DMD 0.106 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter | Nice. I don't suppose the TypeInfo and std.format changes mean that TypeInfo is now working for classes and typedefs (which, I suppose, would leave pointers and structs)? Sean |
November 09, 2004 Re: DMD 0.106 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Sean Kelly | "Sean Kelly" <sean@f4.ca> wrote in message news:cmqp4s$11v1$1@digitaldaemon.com... > Nice. I don't suppose the TypeInfo and std.format changes mean that TypeInfo is now working for classes and typedefs (which, I suppose, would leave pointers and structs)? Yes, it's working now for classes and typedefs. Structs are next. |
November 12, 2004 Re: DMD 0.106 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter | In article <cmq060$2v3u$1@digitaldaemon.com>, Walter says... > > >http://www.digitalmars.com/d/changelog.html > dmd 0.106 respects protected and private access to class members! Ant |
November 12, 2004 Re: DMD 0.106 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Ant | Ant wrote:
> In article <cmq060$2v3u$1@digitaldaemon.com>, Walter says...
>
>>
>>http://www.digitalmars.com/d/changelog.html
>>
>
>
> dmd 0.106 respects protected and private access to class members!
>
> Ant
Woohoo ! That's why I couldn't compile DUI, hehehe ;)
|
November 12, 2004 Re: DMD 0.106 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to h3r3tic | In article <cn398r$1hub$1@digitaldaemon.com>, h3r3tic says... > >Ant wrote: >> In article <cmq060$2v3u$1@digitaldaemon.com>, Walter says... >> >>> >>>http://www.digitalmars.com/d/changelog.html >>> >> >> >> dmd 0.106 respects protected and private access to class members! >> >> Ant > >Woohoo ! That's why I couldn't compile DUI, hehehe ;) me neither ;) But I changed it already. This type of basic DMD corrections are very important for large project. I hope Walter realises that. This weekend should be it: a new DUI release! didn't I say that before? :( (it's been very difficult for me to make a reasonable windows packaging but I hope the space on the directory names is the last hurdle) I'll release first for windows and only after for linux. Then it will be leds for windows, as I'm goind to need it. Even if I can't incorporate scintilla. The only realy important features of scintilla are the undo/redo and the popup options for intellisense. the popup is trivial. I never give undo/redo a thought. (sintax coloring is over rated, code folding is useless). Ant |
November 13, 2004 Re: DMD 0.106 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to h3r3tic | "h3r3tic" <foo@bar.baz> wrote in message news:cn398r$1hub$1@digitaldaemon.com... > Ant wrote: > > dmd 0.106 respects protected and private access to class members! > Woohoo ! That's why I couldn't compile DUI, hehehe ;) It found a couple bugs in my code, too :-) |
November 15, 2004 Re: DMD 0.106 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Buchan | Something else that would be helpful ... a link to download the updated dmd.zip directly Thx, "Buchan" <kbuchan@xtra.co.nz> wrote in message news:opsg7cfkzg44buww@simon.mshome.net... > Cool. > > Would be nice if you pasted the changelog entry w/ link to the post... > But no biggie. > > -- > Using Opera's revolutionary e-mail client: http://www.opera.com/m2/ |
November 22, 2004 Re: DMD 0.106 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Ant | Ant schrieb:
> The only realy important features of scintilla are the undo/redo
> and the popup options for intellisense.
> the popup is trivial. I never give undo/redo a thought.
> (sintax coloring is over rated, code folding is useless).
Folding is probably not very useful.
But i find syntax highliting very helpful. My eyes hurt when i read non-highlited code. :)
What prevents you from Using Scintilla on Windows? It is originally a Windows component.
-eye
|
Copyright © 1999-2021 by the D Language Foundation