Jump to page: 1 2
Thread overview
Mono-D 2.0 - XamarinStudio 5.0 support, completion improvements
Apr 30, 2014
Alexander Bothe
May 01, 2014
Dejan Lekic
May 01, 2014
Misu
May 03, 2014
Jack Applegame
May 03, 2014
Alexander Bothe
May 03, 2014
Alexander Bothe
May 03, 2014
Jack Applegame
May 03, 2014
Alexander Bothe
May 03, 2014
Paolo Invernizzi
May 03, 2014
Alexander Bothe
May 03, 2014
Alexander Bothe
May 03, 2014
Paolo Invernizzi
April 30, 2014
Hi everyone,

there's a new XamarinStudio version upcoming. And just as usual, I've just downloaded the bleeding-edge release candidate and made Mono-D run on it :P

For the next couple of days, you'll only be able to get Mono-D from the repo I've mentioned in the release note, as XamarinStudio's online addin system isn't ready for the new major version yet.

Furthermore, there have been some smaller changes & improvements to the completion functionality again. There's also upcoming dustmite support where you'll be able to invoke dustmite from within Mono-D.

http://mono-d.alexanderbothe.com/mono-d-2-0-for-xamarinstudio-5-0/

Hopefully, I can release the new XamarinStudio/MonoDevelop version on Linux as well. Someone mentioned an API freeze for the next couple of XS/MD versions, so chances are good that there's no hassle with broken Mono-D's for the next months.

Enjoy!
May 01, 2014
You are my personal hero!
May 01, 2014
Great work, thank you !
May 03, 2014
At first, thank you.

There is an issue with Diet templates highlighting. It's very poor.

Just compare

Mono-D 2.0.1/Xamarian Studio 5.0 - http://a-rei.ru/eNhp
Sublime Text 3 - http://a-rei.ru/vuoY
May 03, 2014
On Saturday, 3 May 2014 at 08:12:50 UTC, Jack Applegame wrote:
> At first, thank you.
>
> There is an issue with Diet templates highlighting. It's very poor.
>
> Just compare
>
> Mono-D 2.0.1/Xamarian Studio 5.0 - http://a-rei.ru/eNhp
> Sublime Text 3 - http://a-rei.ru/vuoY

Hmm, normally, this stuff should've been highlighted as well.
See http://mono-d.alexanderbothe.com/diet-template-syntax-highlighting/ :)

But thanks for noticing that regression.
May 03, 2014
On Saturday, 3 May 2014 at 11:28:25 UTC, Alexander Bothe wrote:
> But thanks for noticing that regression.

No, it actually is working. Your file has to end with '.dt' to have proper highlighting. A screenshot I just took:
http://i.imgur.com/KaWAKgW.png
May 03, 2014
On Saturday, 3 May 2014 at 11:37:58 UTC, Alexander Bothe wrote:
> On Saturday, 3 May 2014 at 11:28:25 UTC, Alexander Bothe wrote:
>> But thanks for noticing that regression.
>
> No, it actually is working. Your file has to end with '.dt' to have proper highlighting. A screenshot I just took:
> http://i.imgur.com/KaWAKgW.png

Strange. What is wrong?

editor - http://a-rei.ru/meJf
about - http://a-rei.ru/RAuW
add-in manager - http://a-rei.ru/jIrf
May 03, 2014
On Saturday, 3 May 2014 at 13:21:24 UTC, Jack Applegame wrote:
> Strange. What is wrong?
>
> editor - http://a-rei.ru/meJf
> about - http://a-rei.ru/RAuW
> add-in manager - http://a-rei.ru/jIrf

Nothing is wrong with that - except that in the current release, the inline-D syntax highlighting only triggers after a "  -" or "  #" (double space + minus/hash), not after a "\t-" (tab + minus)
I've corrected this now :-)
https://github.com/aBothe/Mono-D/commit/52eaa924385fb55685e2e11d1500dedf053c9c18
May 03, 2014
On Wednesday, 30 April 2014 at 20:15:37 UTC, Alexander Bothe
wrote:
> Hi everyone,
>
> there's a new XamarinStudio version upcoming. And just as usual, I've just downloaded the bleeding-edge release candidate and made Mono-D run on it :P
>
> For the next couple of days, you'll only be able to get Mono-D from the repo I've mentioned in the release note, as XamarinStudio's online addin system isn't ready for the new major version yet.
>
> Furthermore, there have been some smaller changes & improvements to the completion functionality again. There's also upcoming dustmite support where you'll be able to invoke dustmite from within Mono-D.
>
> http://mono-d.alexanderbothe.com/mono-d-2-0-for-xamarinstudio-5-0/
>
> Hopefully, I can release the new XamarinStudio/MonoDevelop version on Linux as well. Someone mentioned an API freeze for the next couple of XS/MD versions, so chances are good that there's no hassle with broken Mono-D's for the next months.
>
> Enjoy!

Hi Alex,

Great Job!

I'm not seeing any more the icons in the document outline pad: is
it expected?

Thanks,
Paolo
May 03, 2014
On Saturday, 3 May 2014 at 17:09:41 UTC, Paolo Invernizzi wrote:
> I'm not seeing any more the icons in the document outline pad: is
> it expected?

must be a regression as well. Gonna check it.
« First   ‹ Prev
1 2