Author |
Message |
Topic: Question about exporting to ddoc |
asterite
Replies: 2
Views: 57364
|
Forum: Descent Posted: Tue Oct 11, 2011 12:50 pm Subject: Question about exporting to ddoc |
Hi doob,
I think it would be easy, the funcionality is available in the code.
I belive you can checkout the code from svn and import it inside Eclipse... does that work for you?
Sorry, today ... |
Topic: "Active project" |
asterite
Replies: 2
Views: 17003
|
Forum: Descent Posted: Thu Apr 15, 2010 8:46 am Subject: "Active project" |
That notion comes from Visual Studio. The thing is, you have a project configured somehow (some flags, etc.) and when doing the semantic pass I need to know where to get the flags from. If I always ge ... |
Topic: Google Summer of Code 2010 |
asterite
Replies: 1
Views: 14662
|
Forum: Descent Posted: Tue Mar 23, 2010 8:00 am Subject: Google Summer of Code 2010 |
Hi!
Yes, that might be a good idea. But I don't know if I'll have time to do it. But if someone wants to apply for the project, go ahead! And later we'll see who can contribute |
Topic: Installing on Ubuntu |
asterite
Replies: 2
Views: 15781
|
Forum: Descent Posted: Fri Feb 05, 2010 8:33 am Subject: Installing on Ubuntu |
Hi,
Can you send the full error log?
Windows -> Show views -> Error log
or something like that... |
Topic: Off line Installation |
asterite
Replies: 2
Views: 16721
|
Forum: Descent Posted: Fri Jan 29, 2010 12:45 pm Subject: Off line Installation |
Hi,
I just uploaded a zip here:
http://downloads.dsource.org/projects/descent/update-site/descent.0.5.6.20091119.zip
I'll add a link in the installation instructions page. |
Topic: code reformatter error |
asterite
Replies: 1
Views: 14046
|
Forum: Descent Posted: Thu Nov 19, 2009 8:21 am Subject: Re: code reformatter error |
The code reformatter chokes on the following code:
static if(is(foo()))
{
}
It chokes on the parentheses of foo().
And it's ok that it chokes becaus ... |
Topic: Stack overflow on module parsing |
asterite
Replies: 2
Views: 17585
|
Forum: Descent Posted: Mon Nov 02, 2009 6:57 am Subject: Stack overflow on module parsing |
Hi Digited,
I downloaded the project and I didn't get the StackOverlflow exception. What exactly do you do that triggers the exception? Can you copy post the error log file here? (Windows -> Sho ... |
Topic: descent.ui - 0.5.6.20091020 broken |
asterite
Replies: 4
Views: 20531
|
Forum: Descent Posted: Sun Oct 25, 2009 12:10 pm Subject: descent.ui - 0.5.6.20091020 broken |
Hi,
You can try many things: do you have the D perspective? Can you create a D project? In the Plugins view can you see descent.ui? In the Error Log you see something?
It's really strange. You c ... |
Topic: descent.ui - 0.5.6.20091020 broken |
asterite
Replies: 4
Views: 20531
|
Forum: Descent Posted: Thu Oct 22, 2009 3:36 pm Subject: descent.ui - 0.5.6.20091020 broken |
Hi jaapsen,
You can try to delete every descent-related jar from your eclipse installation, then install it again. These are located in the features and plugins folders.
I hope that works. It's ... |
Topic: code assist won't work on a fresh install |
asterite
Replies: 3
Views: 19253
|
Forum: Descent Posted: Sat Oct 03, 2009 12:21 am Subject: code assist won't work on a fresh install |
I think that just pointing to the "import" directory included in tango should work. Pointing to "tango" doesn't work. You always have to point to the directoty that's the root of t ... |
Topic: code assist won't work on a fresh install |
asterite
Replies: 3
Views: 19253
|
Forum: Descent Posted: Tue Sep 29, 2009 5:55 am Subject: code assist won't work on a fresh install |
After adding tango as a user library you must add it to the project's build path. Right click on the project -> properties. Go to D Build Path and there add the user library or the include path to ... |
Topic: Console Out delayed until Console in completed... |
asterite
Replies: 6
Views: 26885
|
Forum: Descent Posted: Tue Sep 15, 2009 1:59 pm Subject: Console Out delayed until Console in completed... |
Sorry, I don't know how to solve your problem. It's an Eclipse issue, so you might have luck asking this in the Eclipse newsgroups. |
Topic: Console Out delayed until Console in completed... |
asterite
Replies: 6
Views: 26885
|
Forum: Descent Posted: Thu Sep 10, 2009 7:16 am Subject: Console Out delayed until Console in completed... |
Ah, sorry, those are the name and version of the latest Eclipse release. Just go to
http://www.eclipse.org/downloads/
and pick one. Probably the C/C++ is better for you. |
Topic: Console Out delayed until Console in completed... |
asterite
Replies: 6
Views: 26885
|
Forum: Descent Posted: Wed Sep 09, 2009 3:14 pm Subject: Console Out delayed until Console in completed... |
Hi wolftousen,
Which Eclipse version are you using? With 3.5 ganimede it doesn't happen to me anymore. |
Topic: 100% cpu usage :: Bug in 'mark occurrences' |
asterite
Replies: 18
Views: 59601
|
Forum: Descent Posted: Thu Sep 03, 2009 10:00 am Subject: 100% cpu usage :: Bug in 'mark occurrences' |
To be clear, if you or anyone could send me a project where it happens, like "open this project, open this file, highlight this token here and see the 100% CPU usage", that'll be great. Othe ... |
|