Re: Mono-D v1.5.2 - Completion improvements, dub support fixes

2014-03-13 Thread Rene Zwanenburg
On Sunday, 16 February 2014 at 12:59:31 UTC, Alexander Bothe wrote: On Sunday, 16 February 2014 at 11:49:08 UTC, Rene Zwanenburg wrote: 5) Could you pastebin me your last log file(s) please? (You can open the folder via 'Help' menu -> Open Log directory) Parts of the log file is Dutch (OS lang

Re: Mono-D v1.5.2 - Completion improvements, dub support fixes

2014-02-16 Thread Alexander Bothe
On Sunday, 16 February 2014 at 11:49:08 UTC, Rene Zwanenburg wrote: 5) Could you pastebin me your last log file(s) please? (You can open the folder via 'Help' menu -> Open Log directory) Parts of the log file is Dutch (OS language), Xamarin Studio language is set to English but most of the int

Re: Mono-D v1.5.2 - Completion improvements, dub support fixes

2014-02-16 Thread extrawurst
On Sunday, 16 February 2014 at 11:49:08 UTC, Rene Zwanenburg wrote: I can't seem to find where to add include paths in the project settings.. Since you are using dub, you simply define those in the dub package: http://code.dlang.org/package-format

Re: Mono-D v1.5.2 - Completion improvements, dub support fixes

2014-02-16 Thread Arjan
On Sunday, 16 February 2014 at 11:49:08 UTC, Rene Zwanenburg wrote: On Saturday, 15 February 2014 at 20:28:03 UTC, Alexander Bothe 5) Could you pastebin me your last log file(s) please? (You can open the folder via 'Help' menu -> Open Log directory) Parts of the log file is Dutch (OS languag

Re: Mono-D v1.5.2 - Completion improvements, dub support fixes

2014-02-16 Thread Rene Zwanenburg
On Saturday, 15 February 2014 at 20:28:03 UTC, Alexander Bothe wrote: 1) On which OS are you working? Windows 7 64 bit 2) What are your include paths? I'm using the default install directory: C:\D\dmd2\src\druntime\import C:\D\dmd2\src\phobos 3) Are those paths put into the 'default' compi

Re: Mono-D v1.5.2 - Completion improvements, dub support fixes

2014-02-15 Thread Alexander Bothe
On Saturday, 15 February 2014 at 14:31:15 UTC, Rene Zwanenburg wrote: I'm trying Mono-D for the first time and I must say I'm really enjoying the autocomplete. It's not giving suggestions for Phobos though. Includes in D Compiler Toolchains have been set correctly. Any idea what's wrong? 1) O

Re: Mono-D v1.5.2 - Completion improvements, dub support fixes

2014-02-15 Thread Rene Zwanenburg
On Saturday, 15 February 2014 at 14:44:13 UTC, extrawurst wrote: On Saturday, 15 February 2014 at 14:31:15 UTC, Rene Zwanenburg wrote: I'm trying Mono-D for the first time and I must say I'm really enjoying the autocomplete. It's not giving suggestions for Phobos though. Includes in D Compiler

Re: Mono-D v1.5.2 - Completion improvements, dub support fixes

2014-02-15 Thread extrawurst
On Saturday, 15 February 2014 at 14:31:15 UTC, Rene Zwanenburg wrote: On Thursday, 13 February 2014 at 00:46:02 UTC, Alexander Bothe wrote: Hi everyone, Just wanted to announce a new minor version bump of Mono-D. There have been couple of completion/parser improvements like inline-assembly in

Re: Mono-D v1.5.2 - Completion improvements, dub support fixes

2014-02-15 Thread Rene Zwanenburg
On Thursday, 13 February 2014 at 00:46:02 UTC, Alexander Bothe wrote: Hi everyone, Just wanted to announce a new minor version bump of Mono-D. There have been couple of completion/parser improvements like inline-assembly instruction completion (thanks Orvid who spent a whole bunch of time for

Re: Mono-D v1.5.2 - Completion improvements, dub support fixes

2014-02-12 Thread Alexander Bothe
For those who don't know what Mono-D is: It's a plug-in for XamarinStudio to give it D editing/building/debugging/project management support which features a large amount of features like semantic highlighting, code completion (now there even is a bit CTFE available for better mixin pre-compi

Mono-D v1.5.2 - Completion improvements, dub support fixes

2014-02-12 Thread Alexander Bothe
Hi everyone, Just wanted to announce a new minor version bump of Mono-D. There have been couple of completion/parser improvements like inline-assembly instruction completion (thanks Orvid who spent a whole bunch of time for submitting PRs and making the parser work even faster! :-) ) (metho