Category Archives: dev

Get the gdb addin from the MD beta channel

Morning everyone, I’ve just been trying to fix this strict dependency issue with the gdb addin..so I just removed the direct project reference from the solution, and it works now. Btw, you can directly install Mono-D as well as the gdb addin on Linux & Mac directly in the addins beta channel:

gdb on Linux (2)

Good afternoon everyone, Couple of good news to all people seeking for D debugging support on Linux & Mac: I went on with developing the new addin, and this screenshot shows how far I’ve gotten so far: Credits don’t exclusively go to me but also to Ľudovít Lučenič! Though this depiction gives a good taste read more »

Debugging with Gdb on Linux progess

Good afternoon everybody, There’s some good news concerning the addin which brings better and D-specific debugging to MonoDevelop — Invoking an object’s toString() method has become possible again..I’ve also made couple of things easier, so there’s no manual reassembling and other hard circumstances required to inject the toString-examiner on different platforms anymore! Have some screenshots: read more »

Mono 3.0.10 + MonoDevelop 4.0.4/master for Linux

Download MonoDevelop master and Mono here! Extract the mono directory into /opt/ and you’ll be able to start MonoDevelop via /opt/mono/bin/monodevelop! (sudo tar -xPf MonoDevelop.x64.Master.tar.xz should do it) I’ve tested it under Manjaro x64, x86 (an Arch derivative) and Mint 13 x86, so it should work under other distros either. There shouldn’t be any further read more »

Regression bug fixes [v0.5.2.4]

Good morning again, While trying to improve some things regarding parsing import statements, I’ve invented some null ref exceptions – which I fixed in this release. Furthermore: This project is not dead yet! It just has become difficult for me to find some time for coding due to more intense tasks I’ve got to do read more »

Basic native Dub project support [v0.5.2.3]

Good morning everyone, Though I released it a couple of days ago I’ll do a release note now: I’ve added a ‘native’ support for Dub projects. You just have to open the package.json meta file that is located inside a D project’s folder in order to have it opened in Xamarin Studio / MonoDevelop – no read more »

Xamarin Studio 4.0.2

Hi everyone, Noticed the new release by coincidence yesterday – and updated the mono-d code immediately. Unfortunately, I can’t build XS under Mint anymore due to a mono version increase + my mono installation got messed up due to experimenting with Mono 3.0.6 Could anyone load the latest XS/MonoDevelop binaries up to a public place read more »

Regression fixes [v0.5.1.6]

I guess I coded too much with testing it too little.. Just fixed very fundamental issues that were magically created during the last commits. Please update again in order not to be urged to rage-quit Mono-D after typing a couple of characters! [Update] Fuck it, several parts of the completion & context recognition are still read more »

Ditto [v0.5.1.5]

Hi everyone, I’ve fixed another bunch of bugs/implemented stuff during the last few days: Regression: Method locals weren’t shown in the completion. Regression: Completion didn’t trigger on method parameters etc. Work-around/Good compromise for too long template deduction times. #243 Prefix all ‘extra linker arguments’ with -L when building projects in one step. Show default compiler read more »

XamarinStudio 4.0.1 .. but that’s not *it*

Hi everyone, I’ve been busy doing some University-related stuff (i.e. developing a smaller app using my parser library and XWT) during the last couple of days – this is why there aren’t really new versions of Mono-D. Not even bug fixes :-/ Just a few minutes ago I started XamarinStudio and saw that there was read more »