[Issue 17453] I Have Many Issues

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue May 30 12:23:21 PDT 2017


https://issues.dlang.org/show_bug.cgi?id=17453

Rainer Schuetze <r.sagitario at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario at gmx.de

--- Comment #3 from Rainer Schuetze <r.sagitario at gmx.de> ---
> First is why not let ppl do not use github Issues function?

All dlang reports are collected together in this bugzilla database that exists
longer than github.

> Build Fail on VS2017

The problem here is that the wrong link.exe is called. You are building for
Win32 which defaults to using OPTLINK that comes with dmd. It is not found in
the executable search paths, though. You should verify in
"Tools->Option->Project and Solutions->Visual D Settings->DMD directories" that
the DMD installation folder is set correctly, and that
$(DMDInstallDir)windows\bin is listed in the executable search paths.

> 2.can support more highlight of library(class,struct)?

I'm not sure what you mean. Semantic highlighting of types? Would be nice, but
not an easy task if you want to avoid to many false types.

> 3.can more good support for IntelliSense? such like "this.?" "variable.?"

You might want to have a look at the language optionss (accessible through the
Visual D menu), especially "show expansion when".

> 4.is there have any possibility to support a official GUI design tool(Of course thats need official has a great GUI project)?

As you mention, there is no official UI library. Even if there is one it is
currently out of the scope of Visual D itself. Contributions welcome, though.

> 5.support .sdl file?

Do you mean dub support? It's currently the other way around: you can generate
Visual D projects with "dub generate visuald".

--


More information about the Digitalmars-d-bugs mailing list