digitalmars.D - DMD 0.106 release
- Walter (1/1) Nov 09 2004 http://www.digitalmars.com/d/changelog.html
- Buchan (5/5) Nov 09 2004 Cool.
- Lynn Allan (6/11) Nov 15 2004 Something else that would be helpful ... a link to download the
- Sean Kelly (4/4) Nov 09 2004 Nice. I don't suppose the TypeInfo and std.format changes mean that
- Walter (3/6) Nov 09 2004 Yes, it's working now for classes and typedefs. Structs are next.
- Ant (3/4) Nov 12 2004 dmd 0.106 respects protected and private access to class members!
- h3r3tic (2/12) Nov 12 2004 Woohoo ! That's why I couldn't compile DUI, hehehe ;)
- Ant (16/28) Nov 12 2004 me neither ;) But I changed it already.
- Ilya Minkov (7/11) Nov 22 2004 Folding is probably not very useful.
- Ant (8/19) Nov 22 2004 Just ignorance (?)
- Walter (3/6) Nov 13 2004 It found a couple bugs in my code, too :-)
http://www.digitalmars.com/d/changelog.html
Nov 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/
Nov 09 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 thepost...But no biggie. -- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/
Nov 15 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
Nov 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.
Nov 09 2004
In article <cmq060$2v3u$1 digitaldaemon.com>, Walter says...http://www.digitalmars.com/d/changelog.htmldmd 0.106 respects protected and private access to class members! Ant
Nov 12 2004
Ant wrote:In article <cmq060$2v3u$1 digitaldaemon.com>, Walter says...Woohoo ! That's why I couldn't compile DUI, hehehe ;)http://www.digitalmars.com/d/changelog.htmldmd 0.106 respects protected and private access to class members! Ant
Nov 12 2004
In article <cn398r$1hub$1 digitaldaemon.com>, h3r3tic says...Ant wrote: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). AntIn article <cmq060$2v3u$1 digitaldaemon.com>, Walter says...Woohoo ! That's why I couldn't compile DUI, hehehe ;)http://www.digitalmars.com/d/changelog.htmldmd 0.106 respects protected and private access to class members! Ant
Nov 12 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
Nov 22 2004
In article <cnsmnr$29ld$1 digitaldaemon.com>, Ilya Minkov says...Ant schrieb:Just ignorance (?) I'll have to check how it's done. I don't know how to use a windows component on Gtk - or even if possible. Scintilla for Gtk still uses messages so maybe it simple to use the windows component once I can show it. Alternativelly now scintilla Gtk can be compiled on windows. AntThe 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
Nov 22 2004
"h3r3tic" <foo bar.baz> wrote in message news:cn398r$1hub$1 digitaldaemon.com...Ant wrote:It found a couple bugs in my code, too :-)dmd 0.106 respects protected and private access to class members!Woohoo ! That's why I couldn't compile DUI, hehehe ;)
Nov 13 2004