Thread overview
DStudy v1.2.0-zh_CN
Nov 17, 2007
z_axis
Nov 17, 2007
BCS
Nov 18, 2007
z_axis
Nov 18, 2007
Lionello Lunesu
Nov 20, 2007
z_axis
Nov 20, 2007
Lionello Lunesu
Nov 20, 2007
z_axis
November 17, 2007
download1:
http://www.mediafire.com/?3zh0m52i4tt

download2:
http://dlang.group.javaeye.com/topics/download/03681a9f-4579-4a6b-bf33-b3d2085cd196


Any suggestion is appreciated!
November 17, 2007
Reply to z_axis,

> download1:
> http://www.mediafire.com/?3zh0m52i4tt
> download2:
> http://dlang.group.javaeye.com/topics/download/03681a9f-4579-4a6b-bf33
> -b3d2085cd196
> Any suggestion is appreciated!
> 

what is it?


November 18, 2007
在 Sun, 18 Nov 2007 05:44:39 +0800,BCS <ao@pathlink.com> 写道:

> Reply to z_axis,
>
>> download1:
>> http://www.mediafire.com/?3zh0m52i4tt
>> download2:
>> http://dlang.group.javaeye.com/topics/download/03681a9f-4579-4a6b-bf33
>> -b3d2085cd196
>> Any suggestion is appreciated!
>>
>
> what is it?
>
>
a small software used to learn D programming in China


-- 
使用 Opera 革命性的电子邮件客户程序: http://www.opera.com/mail/
November 18, 2007
I think it looks nice, but of course, everything is in Chinese :(

My first suggestion would be to include the source of the program itself. Downloading an archive from a chinese site and running an exe inside that archive might not appeal to many people....

Also, it's too bad that I can't write "void main() {}" in the code window and click "run": it complains about object.d not being found. I suppose I have to put a path to phobos somewhere. Would be nice if it would work with the default dir structure 'out of the box'.

But the idea sure is nice. Let's translate it into english and it will be useful for many! :)

L.


"z_axis" <z_axis@163.com> wrote in message news:op.t1xwbhaa1uofcn@sw2wolf...
> download1:
> http://www.mediafire.com/?3zh0m52i4tt
>
> download2: http://dlang.group.javaeye.com/topics/download/03681a9f-4579-4a6b-bf33-b3d2085cd196
>
>
> Any suggestion is appreciated!


November 20, 2007
> I think it looks nice, but of course, everything is in Chinese :(
>
thank you! maybe in the future i will translate it into English.

> My first suggestion would be to include the source of the program itself.
> Downloading an archive from a chinese site and running an exe inside that
> archive might not appeal to many people....
>
the source will be included in 1.2.1

http://www.mediafire.com/?2mwz2211xlj

> Also, it's too bad that I can't write "void main() {}" in the code window
> and click "run": it complains about object.d not being found. I suppose I
> have to put a path to phobos somewhere. Would be nice if it would work with the default dir structure 'out of the box'.
>
void main() {printf("hello\n");}
it works and you donot need to set anything because bin\sc.ini has been set already

regards!
November 20, 2007
> the source will be included in 1.2.1
> 
> http://www.mediafire.com/?2mwz2211xlj

Two other, small issues:

* On my dual monitor system, the window opens across all screens.

* The bar in the middle with the two edit fields can be resized vertically, which is not wanted, I think?

L.
November 20, 2007
> Two other, small issues:
>
> * On my dual monitor system, the window opens across all screens.
>
sorry ! i cannot test it as i have no dual monitor system

> * The bar in the middle with the two edit fields can be resized vertically, which is not wanted, I think?
>
i will think


regards!