September 11, 2013

On 10.09.2013 22:03, Tove wrote:
> On Tuesday, 10 September 2013 at 18:10:33 UTC, Rainer Schuetze wrote:
>>
>> Thanks for pointing these out. The README didn't receive a lot of
>> attention lately, most of the documentation and news is on the web
>> site. I agree, with it being displayed on the front github page it
>> should be updated.
>
> No problem, I thought of one additional idea to enhance first
> impressions...
>
> Is this stable enough to be made default enabled in future releases?
> "Use Alexander Bothe's D parsing engine for semantic analysis"
> "writing '.'"
>
> I only found it because I remember reading about it on this very forum,
> it is my fear that other new users won't find it and hence consider the
> intellisense-experience lacking.
>
> After enabling this tiny checkbox,... wow, I love it! Thanks again!

Yeah, it's quite a bit better than the integrated analyzer. Plus, Alexander is constantly improving it while I'm busy with other stuff. I'll think about making it the default in the next release.
September 11, 2013
On 2013-09-10 20:10, Rainer Schuetze wrote:

> Thanks for pointing these out. The README didn't receive a lot of
> attention lately, most of the documentation and news is on the web site.
> I agree, with it being displayed on the front github page it should be
> updated.

Rename it to README.md and you can use Github markdown to have a nicely formatted readme.

-- 
/Jacob Carlborg
September 13, 2013

On 10.09.2013 21:26, Walter Bright wrote:
> On 9/10/2013 11:18 AM, Rainer Schuetze wrote:
>> It is planned to move the homepage to dlang.org. It might take some
>> time to
>> convert the wiki pages to some other format which can be used to
>> generate the
>> pages (ddoc?). Easiest would probably be to add it to wiki.dlang.org,
>> but I'm
>> unsure whether this is appropriate.
>
> The main documentation should be in ddoc and part of dlang.org. The wiki
> is for user-supplied supplemental information.
>
> I know this will be a fair amount of work, and will take time. I'm sure
> Rainer could use some help from anyone who wants to step up!

I have converted the documentation to DDoc. Here's the result: http://rainers.github.io/visuald/visuald/StartPage.html

September 13, 2013
On 9/13/13, Rainer Schuetze <r.sagitario@gmx.de> wrote:
> I have converted the documentation to DDoc. Here's the result: http://rainers.github.io/visuald/visuald/StartPage.html

Looks sweet! Btw, I suggest making that picture in the lower-right clickable so you can zoom in to get the full resolution picture.
September 13, 2013
On 9/13/13, Rainer Schuetze <r.sagitario@gmx.de> wrote:
> I have converted the documentation to DDoc. Here's the result: http://rainers.github.io/visuald/visuald/StartPage.html

I'm not sure if I mentioned this before, but I have to comment on the following section:

```
Library search path not passed to linker

Even though Visual D allows to set a library search path, this does not work with the default installation of DMD. Optlink, the linker used by DMD, only accepts the path in the LIB environment variable.. ```

Doesn't the -L+ switch work for you? I've documented it here: http://wiki.dlang.org/Compiling_and_linking_with_DMD_on_Windows#Passing_search_directories_for_static_library_files_to_Optlink
September 13, 2013
On 9/13/2013 1:01 PM, Rainer Schuetze wrote:
> I have converted the documentation to DDoc. Here's the result:
> http://rainers.github.io/visuald/visuald/StartPage.html


Very nice!
September 13, 2013

On 13.09.2013 22:16, Andrej Mitrovic wrote:
> On 9/13/13, Rainer Schuetze <r.sagitario@gmx.de> wrote:
>> I have converted the documentation to DDoc. Here's the result:
>> http://rainers.github.io/visuald/visuald/StartPage.html
>
> Looks sweet! Btw, I suggest making that picture in the lower-right
> clickable so you can zoom in to get the full resolution picture.
>

Yeah, I also wanted to click it ;-) Will do.
September 13, 2013

On 13.09.2013 22:31, Andrej Mitrovic wrote:
> On 9/13/13, Rainer Schuetze <r.sagitario@gmx.de> wrote:
>> I have converted the documentation to DDoc. Here's the result:
>> http://rainers.github.io/visuald/visuald/StartPage.html
>
> I'm not sure if I mentioned this before, but I have to comment on the
> following section:
>
> ```
> Library search path not passed to linker
>
> Even though Visual D allows to set a library search path, this does
> not work with the default installation of DMD. Optlink, the linker
> used by DMD, only accepts the path in the LIB environment variable..
> ```
>
> Doesn't the -L+ switch work for you? I've documented it here:
> http://wiki.dlang.org/Compiling_and_linking_with_DMD_on_Windows#Passing_search_directories_for_static_library_files_to_Optlink
>

-L+libpath\ does not work if you also want to pass resource or def file. -L always appends the arguments to the end of the command line, but the library paths must be added before the ',' that separates libraries and resource file.

Actually, that paragraph is out of date, because Visual D can now call optlink separately and will do this if you have specified additional library paths.
September 14, 2013
On 14 September 2013 06:01, Rainer Schuetze <r.sagitario@gmx.de> wrote:

>
>
> On 10.09.2013 21:26, Walter Bright wrote:
>
>> On 9/10/2013 11:18 AM, Rainer Schuetze wrote:
>>
>>> It is planned to move the homepage to dlang.org. It might take some
>>> time to
>>> convert the wiki pages to some other format which can be used to
>>> generate the
>>> pages (ddoc?). Easiest would probably be to add it to wiki.dlang.org,
>>> but I'm
>>> unsure whether this is appropriate.
>>>
>>
>> The main documentation should be in ddoc and part of dlang.org. The wiki is for user-supplied supplemental information.
>>
>> I know this will be a fair amount of work, and will take time. I'm sure Rainer could use some help from anyone who wants to step up!
>>
>
> I have converted the documentation to DDoc. Here's the result: http://rainers.github.io/**visuald/visuald/StartPage.html<http://rainers.github.io/visuald/visuald/StartPage.html>


Nice! Looks great.


1 2
Next ›   Last »