Re: Mono-D 2.0 - XamarinStudio 5.0 support, completion improvements

2014-05-03 Thread Jack Applegame via Digitalmars-d-announce

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


Re: Mono-D 2.0 - XamarinStudio 5.0 support, completion improvements

2014-05-03 Thread Alexander Bothe via Digitalmars-d-announce

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.


Re: Mono-D 2.0 - XamarinStudio 5.0 support, completion improvements

2014-05-03 Thread Alexander Bothe via Digitalmars-d-announce

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


Re: Mono-D 2.0 - XamarinStudio 5.0 support, completion improvements

2014-05-03 Thread Jack Applegame via Digitalmars-d-announce

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


Re: Mono-D 2.0 - XamarinStudio 5.0 support, completion improvements

2014-05-03 Thread Alexander Bothe via Digitalmars-d-announce

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


Re: Mono-D 2.0 - XamarinStudio 5.0 support, completion improvements

2014-05-03 Thread Paolo Invernizzi via Digitalmars-d-announce

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


Re: Mono-D 2.0 - XamarinStudio 5.0 support, completion improvements

2014-05-03 Thread Alexander Bothe via Digitalmars-d-announce

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.


Re: Mono-D 2.0 - XamarinStudio 5.0 support, completion improvements

2014-05-03 Thread Alexander Bothe via Digitalmars-d-announce

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?


Fixed it in v2.0.2



Re: Mono-D 2.0 - XamarinStudio 5.0 support, completion improvements

2014-05-03 Thread Paolo Invernizzi via Digitalmars-d-announce

On Saturday, 3 May 2014 at 18:55:44 UTC, Alexander Bothe wrote:

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?


Fixed it in v2.0.2


Thank you!

/Paolo


Re: Mono-D 2.0 - XamarinStudio 5.0 support, completion improvements

2014-05-01 Thread Dejan Lekic via Digitalmars-d-announce


You are my personal hero!


Re: Mono-D 2.0 - XamarinStudio 5.0 support, completion improvements

2014-05-01 Thread Misu via Digitalmars-d-announce

Great work, thank you !


Mono-D 2.0 - XamarinStudio 5.0 support, completion improvements

2014-04-30 Thread Alexander Bothe via Digitalmars-d-announce

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!