www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - =?ISO-8859-1?Q?Descent_support_dmd2.032=a3=bf?=

reply dolive89 <dolive89 sina.com> writes:
In addition, please provide the availability of language pack,Let's translate
Sep 04 2009
next sibling parent reply Ary Borenszweig <ary esperanto.org.ar> writes:
dolive89 wrote:
 In addition, please provide the availability of language pack,Let's translate
Everything is ported to 2.030 and the new features from 2.031 are folded in. So the latest release should support 2.032 but it's not very tested and it's probably full of bugs. :-P As for translations, you can checkout from svn and see all the .properties files. You need to translate those. But I'm curious: is Eclipse available in other languages? Is JDT available in other languages? And to port to 2.032 I'll need a lot of time... which I don't have right now.
Sep 04 2009
next sibling parent reply dolive89 <dolive89 sina.com> writes:
Ary Borenszweig 写到:

 dolive89 wrote:
 In addition, please provide the availability of language pack,Let's translate
Everything is ported to 2.030 and the new features from 2.031 are folded in. So the latest release should support 2.032 but it's not very tested and it's probably full of bugs. :-P As for translations, you can checkout from svn and see all the .properties files. You need to translate those. But I'm curious: is Eclipse available in other languages? Is JDT available in other languages? And to port to 2.032 I'll need a lot of time... which I don't have right now.
According to the following methods,I can not configure the auto-complete, in 2.032, under。 1. Go to Windows -> Preferences. 2. Go to D -> Build Path -> User Libraries. 3. Click on "New..." 4. Select a name for the library and click "Ok". 5. Select the newly created library and select "Add directory". 6. Select the directory to be included in the library.
Sep 04 2009
parent reply Ary Borenszweig <ary esperanto.org.ar> writes:
dolive89 wrote:
 Ary Borenszweig 写到:
 
 dolive89 wrote:
 In addition, please provide the availability of language pack,Let's translate
Everything is ported to 2.030 and the new features from 2.031 are folded in. So the latest release should support 2.032 but it's not very tested and it's probably full of bugs. :-P As for translations, you can checkout from svn and see all the .properties files. You need to translate those. But I'm curious: is Eclipse available in other languages? Is JDT available in other languages? And to port to 2.032 I'll need a lot of time... which I don't have right now.
According to the following methods,I can not configure the auto-complete, in 2.032, under。 1. Go to Windows -> Preferences. 2. Go to D -> Build Path -> User Libraries. 3. Click on "New..." 4. Select a name for the library and click "Ok". 5. Select the newly created library and select "Add directory". 6. Select the directory to be included in the library.
You must add these two directories: "druntime/include" and "phobos". Both are in the dmd distribution.
Sep 04 2009
parent reply dolive89 <dolive89 sina.com> writes:
Ary Borenszweig 写到:

 dolive89 wrote:
 Ary Borenszweig 写到:
 
 dolive89 wrote:
 In addition, please provide the availability of language pack,Let's translate
Everything is ported to 2.030 and the new features from 2.031 are folded in. So the latest release should support 2.032 but it's not very tested and it's probably full of bugs. :-P As for translations, you can checkout from svn and see all the .properties files. You need to translate those. But I'm curious: is Eclipse available in other languages? Is JDT available in other languages? And to port to 2.032 I'll need a lot of time... which I don't have right now.
According to the following methods,I can not configure the auto-complete, in 2.032, under。 1. Go to Windows -> Preferences. 2. Go to D -> Build Path -> User Libraries. 3. Click on "New..." 4. Select a name for the library and click "Ok". 5. Select the newly created library and select "Add directory". 6. Select the directory to be included in the library.
You must add these two directories: "druntime/include" and "phobos". Both are in the dmd distribution.
haven't "druntime/include",I added following directories: D:\D\dmd2\windows\lib D:\D\dmd2\src\phobos D:\D\dmd2\src\druntime\import auto-complete still invalid
Sep 04 2009
parent Ary Borenszweig <ary esperanto.org.ar> writes:
dolive89 wrote:
 Ary Borenszweig 写到:
 
 dolive89 wrote:
 Ary Borenszweig 写到:

 dolive89 wrote:
 In addition, please provide the availability of language pack,Let's translate
Everything is ported to 2.030 and the new features from 2.031 are folded in. So the latest release should support 2.032 but it's not very tested and it's probably full of bugs. :-P As for translations, you can checkout from svn and see all the .properties files. You need to translate those. But I'm curious: is Eclipse available in other languages? Is JDT available in other languages? And to port to 2.032 I'll need a lot of time... which I don't have right now.
According to the following methods,I can not configure the auto-complete, in 2.032, under。 1. Go to Windows -> Preferences. 2. Go to D -> Build Path -> User Libraries. 3. Click on "New..." 4. Select a name for the library and click "Ok". 5. Select the newly created library and select "Add directory". 6. Select the directory to be included in the library.
You must add these two directories: "druntime/include" and "phobos". Both are in the dmd distribution.
haven't "druntime/include",I added following directories: D:\D\dmd2\windows\lib D:\D\dmd2\src\phobos D:\D\dmd2\src\druntime\import auto-complete still invalid
Do you have something in the error log? Specifically, clean the error log, trigger autocompletion and see if anything appears there.
Sep 04 2009
prev sibling parent reply Frank Benoit <keinfarbton googlemail.com> writes:
Ary Borenszweig schrieb:
 As for translations, you can checkout from svn and see all the
 ..properties files. You need to translate those. But I'm curious: is
 Eclipse available in other languages? Is JDT available in other languages?
see http://babel.eclipse.org/babel/
Sep 04 2009
parent reply dolive89 <dolive89 sina.com> writes:
Frank Benoit 写到:

 Ary Borenszweig schrieb:
 As for translations, you can checkout from svn and see all the
 ..properties files. You need to translate those. But I'm curious: is
 Eclipse available in other languages? Is JDT available in other languages?
see http://babel.eclipse.org/babel/
I am referring to " root/trunk/descent.ui/plugin.properties " this file. only this file Need to be translated ?
Sep 04 2009
parent reply Ary Borenszweig <ary esperanto.org.ar> writes:
dolive89 wrote:
 Frank Benoit 写到:
 
 Ary Borenszweig schrieb:
 As for translations, you can checkout from svn and see all the
 ..properties files. You need to translate those. But I'm curious: is
 Eclipse available in other languages? Is JDT available in other languages?
see http://babel.eclipse.org/babel/
I am referring to " root/trunk/descent.ui/plugin.properties " this file. only this file Need to be translated ?
No, every .properties file you can find in the projects. But... all of these were copied from JDT, some things were changed (like instead of saying "Java" it says "D"), so it should be very easy to translate those using the translations used for JDT.
Sep 04 2009
parent dolive89 <dolive89 sina.com> writes:
Ary Borenszweig 写到:

 dolive89 wrote:
 Frank Benoit 写到:
 
 Ary Borenszweig schrieb:
 As for translations, you can checkout from svn and see all the
 ..properties files. You need to translate those. But I'm curious: is
 Eclipse available in other languages? Is JDT available in other languages?
see http://babel.eclipse.org/babel/
I am referring to " root/trunk/descent.ui/plugin.properties " this file. only this file Need to be translated ?
No, every .properties file you can find in the projects. But... all of these were copied from JDT, some things were changed (like instead of saying "Java" it says "D"), so it should be very easy to translate those using the translations used for JDT.
how to use JDT to the translations of .properties file ?
Sep 04 2009
prev sibling parent reply dolive89 <dolive89 sina.com> writes:
dolive89 写到:

 
 In addition, please provide the availability of language pack,Let's translate
ISO-8859-1 encode don't Support Chinese,Show is Unrecognizable Code. help me dolive89
Sep 19 2009
parent dolive89 <dolibe89 sina.com> writes:
dolive89 Wrote:

 dolive89 写到:
 
 
 In addition, please provide the availability of language pack,Let's translate
ISO-8859-1 encode don't Support Chinese,Show is Unrecognizable Code. help me dolive89
Should be supported unicode
Sep 22 2009