Jump to page: 1 2
Thread overview
DMD 0.106 release
Nov 09, 2004
Walter
Nov 09, 2004
Buchan
Nov 15, 2004
Lynn Allan
Nov 09, 2004
Sean Kelly
Nov 09, 2004
Walter
Nov 12, 2004
Ant
Nov 12, 2004
h3r3tic
Nov 12, 2004
Ant
Nov 22, 2004
Ilya Minkov
Nov 22, 2004
Ant
Nov 13, 2004
Walter
November 09, 2004
http://www.digitalmars.com/d/changelog.html



November 09, 2004
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
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
"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
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
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
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
"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
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
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
« First   ‹ Prev
1 2