Descent support dmd2.032£¿
Ary Borenszweig
ary at esperanto.org.ar
Fri Sep 4 12:30:46 PDT 2009
dolive89 wrote:
> Ary Borenszweig дµ½:
>
>> 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.
>
> after clean the error log "E:\Java\eclipse3.5-java-galileo-win32\workspace\.metadata\.log", auto-complete still invalid, after "ALT + /", Prompt box is empty£¬ after "." , auto-complete unresponsive.
>
> I am used eclipse 3.5
If you type in an empty module:
Object obj;
and press F3 with the cursor over "Object" or ctrl+click it, does it
take you to Object's definition?
More information about the Digitalmars-d
mailing list