Author |
Message |
Topic: VisualD + Mono-D crossover |
ABothe
Replies: 4
Views: 16777
|
Forum: Visual D Posted: Wed May 30, 2012 3:39 pm Subject: VisualD + Mono-D crossover |
Wow, it seems that the entire VS plugin architecture is totally different to the MonoDevelop one :/
- I originally thought that there was some kind of central plugin definition manifest that allows ... |
Topic: VisualD + Mono-D crossover |
ABothe
Replies: 4
Views: 16777
|
Forum: Visual D Posted: Mon May 28, 2012 5:17 am Subject: VisualD + Mono-D crossover |
Hi Rainer(?),
I haven't found any other way of feedback - anyway:
What do you think about importing the code completion features from D-IDE/Mono-D into VisualD? I mean - strong debugging capabil ... |
Topic: cv2pdb generates an error |
ABothe
Replies: 5
Views: 17559
|
Forum: cv2pdb Posted: Sun Jun 20, 2010 10:43 pm Subject: cv2pdb generates an error |
Perfect
Perhaps there is the possibility to extract the syntax-analysis part from the D compiler to run it everytime the code has changed - so that this JSON file gets generated - and you cou ... |
Topic: cv2pdb generates an error |
ABothe
Replies: 5
Views: 17559
|
Forum: cv2pdb Posted: Sun Jun 20, 2010 5:10 am Subject: cv2pdb generates an error |
How can I start this pdb host on my own? What files are needed to provide this functionality? I want to be independent from a VStudio installation...
Thanks in advance!
BTW: Your Visual D add-in ... |
Topic: Question about publishing cv2pdb next to D-IDE |
ABothe
Replies: 11
Views: 28588
|
Forum: cv2pdb Posted: Sat Mar 13, 2010 3:12 pm Subject: Question about publishing cv2pdb next to D-IDE |
Another question: What is the DObjectView in the DViewHelper library made for? |
Topic: Question about publishing cv2pdb next to D-IDE |
ABothe
Replies: 11
Views: 28588
|
Forum: cv2pdb Posted: Sat Mar 13, 2010 4:59 am Subject: Question about publishing cv2pdb next to D-IDE |
Is there a way to separate integer arrays from strings?
string str="Hello"; // This type is displayed as int[]
int[] arr=new int[5]; // ...that's also shown as int[] |
Topic: Question about publishing cv2pdb next to D-IDE |
ABothe
Replies: 11
Views: 28588
|
Forum: cv2pdb Posted: Fri Mar 12, 2010 1:02 pm Subject: Question about publishing cv2pdb next to D-IDE |
Yeah!....you're right...I also compiled it with "-g" instead of "-gc" what made it impossible to reach the data
So now I've to thank you again because now D-IDE has a debu ... |
Topic: Question about publishing cv2pdb next to D-IDE |
ABothe
Replies: 11
Views: 28588
|
Forum: cv2pdb Posted: Fri Mar 12, 2010 11:10 am Subject: Question about publishing cv2pdb next to D-IDE |
OK...
but now there is an other question I recently have:
In the D2-compiled program
void main()
{
int a;
a=45;
writeln(a);
}
,the value of "a" gets not displayed as 45 - it ... |
Topic: Question about publishing cv2pdb next to D-IDE |
ABothe
Replies: 11
Views: 28588
|
Forum: cv2pdb Posted: Tue Mar 09, 2010 8:52 am Subject: Question about publishing cv2pdb next to D-IDE |
OK...
I packed the entire cv2pdb code into a managed c++ dll...may you could publish it on the project site;-)
http://www.alexanderbothe.com/cv2pdb.rar
(This damned forum... I can't delete do ... |
Topic: Question about publishing cv2pdb next to D-IDE |
ABothe
Replies: 11
Views: 28588
|
Forum: cv2pdb Posted: Tue Mar 09, 2010 8:50 am Subject: Question about publishing cv2pdb next to D-IDE |
(I think I could start with speaking German at this point )
Deine Zusage klingt ja gut
Ich habe jetzt das Programm in eine Managed c++ library gepackt, sodass es sich leichter in existie ... |
Topic: Question about publishing cv2pdb next to D-IDE |
ABothe
Replies: 11
Views: 28588
|
Forum: cv2pdb Posted: Tue Mar 09, 2010 8:49 am Subject: Question about publishing cv2pdb next to D-IDE |
(I think I could start with speaking German at this point )
Deine Zusage klingt ja gut
Ich habe jetzt das Programm in eine Managed c++ library gepackt, sodass es sich leichter in existie ... |
Topic: Question about publishing cv2pdb next to D-IDE |
ABothe
Replies: 11
Views: 28588
|
Forum: cv2pdb Posted: Sun Mar 07, 2010 10:24 am Subject: Question about publishing cv2pdb next to D-IDE |
Hello Rainer,
At first I want to say that I've ever searched for such a program - and now I found it
I am the main developer of the D-IDE and I would like to integrate your cv2pdb program into ... |
|