Re: dmd 2.042 release

2010-03-31 Thread BLS
On 19/03/2010 19:01, Walter Bright wrote: This is necessary to fix a memory corruption problem with arrays introduced in 2.041. http://www.digitalmars.com/d/2.0/changelog.html http://ftp.digitalmars.com/dmd.2.042.zip Thanks to the many people who contributed to this update! Especially thanks

Re: DMDScript now under Boost license

2010-03-31 Thread Philippe Sigaud
On Wed, Mar 31, 2010 at 21:21, Adam D. Ruppe wrote: > On Wed, Mar 31, 2010 at 09:03:10PM +0200, Philippe Sigaud wrote: > > Cool, I wasn't sure it'd work. Now we know what this new trait is for :) > > It is slightly different than my old code: the getPlainName helper function > is not required with

Re: DMDScript now under Boost license

2010-03-31 Thread Adam D. Ruppe
On Wed, Mar 31, 2010 at 09:03:10PM +0200, Philippe Sigaud wrote: > Cool, I wasn't sure it'd work. Now we know what this new trait is for :) It is slightly different than my old code: the getPlainName helper function is not required with the __trait. (It truncated the string at the first paren, sin

Re: DMDScript now under Boost license

2010-03-31 Thread Philippe Sigaud
On Wed, Mar 31, 2010 at 20:22, Adam D. Ruppe wrote: > On Wed, Mar 31, 2010 at 08:06:11PM +0200, Philippe Sigaud wrote: > > enum string scriptName = getPlainName!(__traits(identifier, T)); > > Outstanding! That did it. > > Cool, I wasn't sure it'd work. Now we know what this new trait is for :)

Re: d support in codeblocks

2010-03-31 Thread Robert Jacques
On Wed, 31 Mar 2010 15:05:55 -0300, Matthias Pleh wrote: First, the normal code::block selector uses smart colors which are based upon the underlying text color, etc. Essentially, it only changes the background color (like many other editors) and doesn't change the foreground color. This m

Re: DMDScript now under Boost license

2010-03-31 Thread Adam D. Ruppe
On Wed, Mar 31, 2010 at 08:06:11PM +0200, Philippe Sigaud wrote: > enum string scriptName = getPlainName!(__traits(identifier, T)); Outstanding! That did it. I'll update the zip on my website at the end of the day. I now have wrapping of exceptions from script/native set up too. When I have the

Re: d support in codeblocks

2010-03-31 Thread Matthias Pleh
First, the normal code::block selector uses smart colors which are based upon the underlying text color, etc. Essentially, it only changes the background color (like many other editors) and doesn't change the foreground color. This makes selection easier to read and extend. This are only color

Re: DMDScript now under Boost license

2010-03-31 Thread Philippe Sigaud
On Wed, Mar 31, 2010 at 02:34, Adam Ruppe wrote: > All right, now I'm actually done for the day. > > Updated the zip at the link: > http://arsdnet.net/dcode/dmdscript_d2.zip > >se.addFunction!(fun, "fun"); // adding D functions is just giving > the names. the second arg is required since

Re: d support in codeblocks

2010-03-31 Thread Robert Jacques
On Wed, 31 Mar 2010 03:34:00 -0300, Matthias Pleh wrote: Thanks. I got a build working and have tested it out. It seems that you've made a substantial change to the default syntax highlighting, both in the terms you use and their settings. Now, most of them I can fix to how I want, but the

Re: DMDScript now under Boost license

2010-03-31 Thread bearophile
> What I think I'd like in D is something like this, but I think there's no > need to use JavaScript for this, it can be used just D code: > https://developer.mozilla.org/en/Treehydra This page explains what Treehydra is: https://developer.mozilla.org/En/Treehydra_Manual >Treehydra is meant to b