Jump to page: 1 2
Thread overview
Announce leds 00.10 (linux only)
Apr 27, 2004
Ant
Apr 27, 2004
Ant
Apr 27, 2004
Vanh
Apr 28, 2004
Ant
Apr 28, 2004
Ant
Apr 28, 2004
Vanh
Apr 28, 2004
Ant
Apr 28, 2004
Vanh
Apr 28, 2004
Ant
Apr 29, 2004
Vanh
Apr 29, 2004
Ant
Apr 29, 2004
Ant
Apr 30, 2004
Vanh
Apr 30, 2004
Ant
Apr 30, 2004
Ant
Re: Announce leds 00.10 - Look forward for Windows version.
Apr 28, 2004
Blandger
Apr 28, 2004
Ant
Apr 28, 2004
School
April 27, 2004
Here is the leds announcement.
I spend all of last night updating the user manual, instead chassing bugs.
(so go there and check it!)

There is a new leds release available.

the major improvement is on the code browser and
code lookup (aka intellisense).

Intellisense now understands the classes inheritance hierarchy.
still missing for intellisense:
- enum (when defined on a separate module)
- members from functions (i.e. "hat." will work but "getHat()." will not)
- non OO imports ("std.string." will not fire any completion)

get leds from http://leds.sourceforge.net
binary and source available.
(to compile you need DUI 00.13 http://sourceforge.net/projects/dui )

check the updated manual! http://leds.sourceforge.net/userManualPage.html

project definition and targets:
http://leds.sourceforge.net/userManualProj.html
http://leds.sourceforge.net/projTarget.html
(it's all a bit confusing I hope I can make a better UI in the future)

new user defined shortcuts: http://leds.sourceforge.net/prefEditorShortcuts.html

new error pane:
http://leds.sourceforge.net/errorPane.html

new "add to project" and "quick find" tools: http://leds.sourceforge.net/toolbar.html

enjoi.

Ant


April 27, 2004
In article <c6lta3$1rfc$1@digitaldaemon.com>, Ant says...
>
>(so go there and check it!)
>

should read:

(so go there and check it! :) )

Ant
this internet messages thing is very tricky...


April 27, 2004
In article <c6lta3$1rfc$1@digitaldaemon.com>, Ant says...
>
>Here is the leds announcement.
>I spend all of last night updating the user manual, instead chassing bugs.
>(so go there and check it!)
>
>There is a new leds release available.
>
>the major improvement is on the code browser and
>code lookup (aka intellisense).
..

Well, I got error from make here the tail end of the error:

/parseD/RebuildCode.d ./parseD/CodeFormatter.d ./parseD/FormatD.d ./conver t/CreateImportVersion.d ./convert/GtkToDUI.d ./convert/NewGtkWrap.d ./resources/ DUILogo.d -c -I~/dmd/src/phobos:~/D/DUI/dui_00.13_97/src:.:: -od../obj -op Error: Error writing file '../obj/./convert/CreateImportVersion.o'

How to fix this?

Vanh


April 28, 2004
On Tue, 27 Apr 2004 23:56:28 +0000, Vanh wrote:

> In article <c6lta3$1rfc$1@digitaldaemon.com>, Ant says...
>>
>>Here is the leds announcement.
>>I spend all of last night updating the user manual, instead chassing bugs.
>>(so go there and check it!)
>>
>>There is a new leds release available.
>>
>>the major improvement is on the code browser and
>>code lookup (aka intellisense).
> ..
> 
> Well, I got error from make here the tail end of the error:
> 
> /parseD/RebuildCode.d ./parseD/CodeFormatter.d ./parseD/FormatD.d ./conver t/CreateImportVersion.d ./convert/GtkToDUI.d ./convert/NewGtkWrap.d ./resources/ DUILogo.d -c -I~/dmd/src/phobos:~/D/DUI/dui_00.13_97/src:.:: -od../obj -op Error: Error writing file '../obj/./convert/CreateImportVersion.o'
> 

(funny it works fine for me...
on the other hand DUI is missing dirs dlib, dango and event on the obj dir...)

Seems that obj/convert directory doesn't exist...

Can you confirm that?

How did you unpack the leds_00.10.84.tar.gz file?
"tar zxvf leds_00.10.84.tar.gz" does create the directory on
my system.

(I should have created a .convert empty file inside the directory to ensure the tar creates it. Seems I forgot)

You should also remove the tag  "-version=CONV_GTK"
from the dmd (unless you plan on helping with DUI).


Ant

April 28, 2004
On Tue, 27 Apr 2004 21:04:13 -0400, Ant wrote:

> On Tue, 27 Apr 2004 23:56:28 +0000, Vanh wrote:
> 
>> In article <c6lta3$1rfc$1@digitaldaemon.com>, Ant says...
>>>
>>>Here is the leds announcement.
> 
> (funny it works fine for me...
> on the other hand DUI is missing dirs dlib, dango and event on the obj dir...)
> 

For all of you that were very conserned with this I just uploaded a corrected tar file for DUI.

I hope Vanh can confirm the problem whit the leds package.

Ant

April 28, 2004
In article <pan.2004.04.28.01.29.37.678423@yahoo.ca>, Ant says...
>
>On Tue, 27 Apr 2004 21:04:13 -0400, Ant wrote:
>
>> On Tue, 27 Apr 2004 23:56:28 +0000, Vanh wrote:
>> 
>>> In article <c6lta3$1rfc$1@digitaldaemon.com>, Ant says...
>>>>
>>>>Here is the leds announcement.
>> 
>> (funny it works fine for me...
>> on the other hand DUI is missing dirs dlib, dango and event on the obj dir...)
>> 
>
>For all of you that were very conserned with this I just uploaded a corrected tar file for DUI.
>
>I hope Vanh can confirm the problem whit the leds package.
>
>Ant
>

Ok, I finally got it to work after redown and re-untar the file. there's one problem  the location of file in the make file is wrong /usr/down/scintilla159/bin/scintilla.a.

Thank Ant for the pointer.
Vanh


April 28, 2004
On Wed, 28 Apr 2004 03:27:05 +0000, Vanh wrote:

about leds

> 
> Ok, I finally got it to work after redown and re-untar the file. there's one problem  the location of file in the make file is wrong /usr/down/scintilla159/bin/scintilla.a.

that's where I have it... :}
I never moved it to a regular lib directory...

> Thank Ant for the pointer.

You're welcome.
Let us know if you do use leds.

Ant

April 28, 2004
"Ant" <Ant_member@pathlink.com> wrote in message news:c6lta3$1rfc$1@digitaldaemon.com...
> Here is the leds announcement.
> There is a new leds release available.

> Intellisense now understands the classes inheritance hierarchy.
> still missing for intellisense:
> - enum (when defined on a separate module)
> - members from functions (i.e. "hat." will work but "getHat()." will not)
> - non OO imports ("std.string." will not fire any completion)

Sounds great! I'll be looking  forward for the Windows version.


April 28, 2004
On Wed, 28 Apr 2004 10:05:28 +0300, Blandger wrote:

> 
> "Ant" <Ant_member@pathlink.com> wrote in message news:c6lta3$1rfc$1@digitaldaemon.com...
>> Here is the leds announcement.
>> There is a new leds release available.
> 
>> Intellisense now understands the classes inheritance hierarchy.
>> still missing for intellisense:
>> - enum (when defined on a separate module)
>> - members from functions (i.e. "hat." will work but "getHat()." will not)
>> - non OO imports ("std.string." will not fire any completion)
> 
> Sounds great! I'll be looking  forward for the Windows version.

It is great! (well, at least for me).
The windows version is my next goal.

Ant

April 28, 2004
Ant said:

> On Wed, 28 Apr 2004 10:05:28 +0300, Blandger wrote:
> 
> 
>>"Ant" <Ant_member@pathlink.com> wrote in message
>>news:c6lta3$1rfc$1@digitaldaemon.com...
>>
>>>Here is the leds announcement.
>>>There is a new leds release available.
>>
>>>Intellisense now understands the classes inheritance hierarchy.
>>>still missing for intellisense:
>>>- enum (when defined on a separate module)
>>>- members from functions (i.e. "hat." will work but "getHat()." will not)
>>>- non OO imports ("std.string." will not fire any completion)
>>
>>Sounds great! I'll be looking  forward for the Windows version.
> 
> 
> It is great! (well, at least for me).
> The windows version is my next goal.
> 
> Ant
> 
Hope your goal is very close.
Wondering when I can switch to linux ( when I don't play windows games and only stick to Unreal :0
« First   ‹ Prev
1 2