| Thread overview | |||||
|---|---|---|---|---|---|
|
December 03, 2014 VisualD cannot list member for (utf-8 char) | ||||
|---|---|---|---|---|
| ||||
enum eNU{
中国=99,
china=666,
}
void 执行()
{
eNU cc = eNU.中国;//VisualD error,not list member
writeln("Hello D-World!");
}
int main(string[] argv)
{
执行();
}
Compile is good;
| ||||
December 04, 2014 Re: VisualD cannot list member for (utf-8 char) | ||||
|---|---|---|---|---|
| ||||
Posted in reply to sdvcn |
On 03.12.2014 03:25, sdvcn wrote:
> enum eNU{
> 中国=99,
> china=666,
>
> }
>
> void 执行()
> {
> eNU cc = eNU.中国;//VisualD error,not list member
> writeln("Hello D-World!");
> }
>
> int main(string[] argv)
> {
> 执行();
> }
>
> Compile is good;
I can confirm completion doesn't work here. Thanks for reporting to bugzilla.
| |||
December 20, 2014 Re: VisualD cannot list member for (utf-8 char) | ||||
|---|---|---|---|---|
| ||||
Posted in reply to Rainer Schuetze | On 04.12.2014 23:10, Rainer Schuetze wrote: > > > On 03.12.2014 03:25, sdvcn wrote: >> enum eNU{ >> 中国=99, >> china=666, >> >> } >> >> void 执行() >> { >> eNU cc = eNU.中国;//VisualD error,not list member >> writeln("Hello D-World!"); >> } >> >> int main(string[] argv) >> { >> 执行(); >> } >> >> Compile is good; > > I can confirm completion doesn't work here. Thanks for reporting to > bugzilla. This should be fixed in https://github.com/D-Programming-Language/visuald/releases/tag/v0.3.40-beta4 | |||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply