Alexander Bothe
Alexander Bothe
Hmm. Well originally I planned not to extend D-IDE functionality (except code-completion related stuff) anymore because I'm very focused on Mono-D recently. If you want to write some additional features,...
ah, sorry for not having answered for so long..gonna have a look on it tomorrow
I'm getting this weird an unidentifiable dmd output: ``` void myfunc(float a, int b, string c) { this.a.myfunc(a, b, c); } @property int myvalue( ) { return this.a.myvalue(); } ```...
Sure, that solved the problem..will do this later on
I've got no Win8 running on my machines - any idea what to attempt to let it look decent again?
In other words I have to reference winforms and do it then..okay
It's the caret :) I've never really missed this feature (or didn't even know it existed in other IDEs tbh) + The component that cares about editor shortcuts is out...
Description please ;). Do you mean that when it's executin an assert(0);, you can't see locals and the stack trace?
That is strange. Anyway I don't have Win8, perhaps it's a bug related to it. Edit: Just started D-IDE..it somehow didn't manage to load the D addin. Oh man..use Mono-D...
Well, as soon as I find some time to adapt D-IDE to the new D_Parser API I'll make it run again..but for now, I definitely not recommend to use it....