digitalmars.D - =?ISO-8859-1?Q?Descent_support_dmd2.032=a3=bf?=
- dolive89 (1/1) Sep 04 2009 In addition, please provide the availability of language pack,Let's tra...
- Ary Borenszweig (9/10) Sep 04 2009 Everything is ported to 2.030 and the new features from 2.031 are folded...
- dolive89 (8/21) Sep 04 2009 According to the following methods,I can not configure the auto-complet...
- Ary Borenszweig (3/25) Sep 04 2009 You must add these two directories: "druntime/include" and "phobos".
- dolive89 (6/32) Sep 04 2009 haven't "druntime/include",I added following directories:
- Ary Borenszweig (3/37) Sep 04 2009 Do you have something in the error log? Specifically, clean the error
- Frank Benoit (3/6) Sep 04 2009 see
- dolive89 (3/10) Sep 04 2009 I am referring to " root/trunk/descent.ui/plugin.properties " this file.
- Ary Borenszweig (5/17) Sep 04 2009 No, every .properties file you can find in the projects. But... all of
- dolive89 (2/20) Sep 04 2009 how to use JDT to the translations of .properties file ?
- dolive89 (4/6) Sep 19 2009 ISO-8859-1 encode don't Support Chinese,Show is Unrecognizable Code.
- dolive89 (2/13) Sep 22 2009 Should be supported unicode
In addition, please provide the availability of language pack,Let's translate
Sep 04 2009
dolive89 wrote:In addition, please provide the availability of language pack,Let's translateEverything 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
Ary Borenszweig 写到:dolive89 wrote: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.In addition, please provide the availability of language pack,Let's translateEverything 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
dolive89 wrote:Ary Borenszweig 写到:You must add these two directories: "druntime/include" and "phobos". Both are in the dmd distribution.dolive89 wrote: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.In addition, please provide the availability of language pack,Let's translateEverything 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
Ary Borenszweig 写到:dolive89 wrote: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 invalidAry Borenszweig 写到:You must add these two directories: "druntime/include" and "phobos". Both are in the dmd distribution.dolive89 wrote: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.In addition, please provide the availability of language pack,Let's translateEverything 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
dolive89 wrote:Ary Borenszweig 写到:Do you have something in the error log? Specifically, clean the error log, trigger autocompletion and see if anything appears there.dolive89 wrote: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 invalidAry Borenszweig 写到:You must add these two directories: "druntime/include" and "phobos". Both are in the dmd distribution.dolive89 wrote: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.In addition, please provide the availability of language pack,Let's translateEverything 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
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
Frank Benoit 写到:Ary Borenszweig schrieb:I am referring to " root/trunk/descent.ui/plugin.properties " this file. only this file Need to be translated ?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
dolive89 wrote:Frank Benoit 写到: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.Ary Borenszweig schrieb:I am referring to " root/trunk/descent.ui/plugin.properties " this file. only this file Need to be translated ?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
Ary Borenszweig 写到:dolive89 wrote:how to use JDT to the translations of .properties file ?Frank Benoit 写到: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.Ary Borenszweig schrieb:I am referring to " root/trunk/descent.ui/plugin.properties " this file. only this file Need to be translated ?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
dolive89 写到:In addition, please provide the availability of language pack,Let's translateISO-8859-1 encode don't Support Chinese,Show is Unrecognizable Code. help me dolive89
Sep 19 2009
dolive89 Wrote:dolive89 写到:Should be supported unicodeIn addition, please provide the availability of language pack,Let's translateISO-8859-1 encode don't Support Chinese,Show is Unrecognizable Code. help me dolive89
Sep 22 2009