|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
D - D and intellisense and import and leds
I'm starting intellisense for leds. (the code browser, although not prety, it's starting to be good enought - mind you, still alpha quality) You know what's gonna be interesting about it? We do not know what is provided by which import! It's going to be crazy! on large applications one might have to browse a few hundread source files before figuring out what is needed! I mean: module myApp.myModuleA might supply class B. And, of course, we might get lost on a tree of import dependencies before getting to the requested definition... Also: I created module dui.All. This is not a good idea (not too bad on D and for DUI). maybe the eclipse feature "organize imports" should also be priority 1(?) Anyway, as I do 99% OO I'm gonna do it first for 1 module, 1 class, same name. hmmm... maybe leds could have a project flag "strict OO" to speed up some of the searches. anyone interested on creating a "strict OO" version of phobos? let me know where it is ;) please fill free to contribute to leds (from web page grammar corrections to requests to ideas to code). About leds: the first goal is to make it feature rich (I guess intellisense is the last one for now), then user configurable, then look good, then beta quality. this is against the proven "if you can't make it good at least make it look good"... but I need help to make it look good (just look at my web pages...). Ant Dec 27 2003
I wish I could help, but there's no windows version ;(. Not that I have much time to help. PS - Please put the leds homepage or your homepage on your D newsgroup footer. Ant wrote:I'm starting intellisense for leds. (the code browser, although not prety, it's starting to be good enought - mind you, still alpha quality) You know what's gonna be interesting about it? We do not know what is provided by which import! It's going to be crazy! on large applications one might have to browse a few hundread source files before figuring out what is needed! I mean: module myApp.myModuleA might supply class B. And, of course, we might get lost on a tree of import dependencies before getting to the requested definition... Also: I created module dui.All. This is not a good idea (not too bad on D and for DUI). maybe the eclipse feature "organize imports" should also be priority 1(?) Anyway, as I do 99% OO I'm gonna do it first for 1 module, 1 class, same name. hmmm... maybe leds could have a project flag "strict OO" to speed up some of the searches. anyone interested on creating a "strict OO" version of phobos? let me know where it is ;) please fill free to contribute to leds (from web page grammar corrections to requests to ideas to code). About leds: the first goal is to make it feature rich (I guess intellisense is the last one for now), then user configurable, then look good, then beta quality. this is against the proven "if you can't make it good at least make it look good"... but I need help to make it look good (just look at my web pages...). Ant Dec 27 2003
On Sun, 28 Dec 2003 14:03:26 +0800, J Anderson wrote:I wish I could help, but there's no windows version ;(. Dec 27 2003
you mean http://leds.sourceforge.net ? every time I put an URL here I get a boost on the hits count. and there is really nothing new on leds... since the last reference. I hate waisting people time (see previous note) Ant Dec 27 2003
"J Anderson" <REMOVEanderson badmama.com.au> wrote in message news:bsluan$4c7$1 digitaldaemon.com...you mean http://leds.sourceforge.net ? every time I put an URL here I get a boost on the hits count. and there is really nothing new on leds... since the last reference. I hate waisting people time (see previous note) Ant Dec 28 2003
"Ant" <duitoolkit yahoo.ca> wrote in message news:pan.2003.12.28.06.20.06.50220 yahoo.ca...On Sun, 28 Dec 2003 14:03:26 +0800, J Anderson wrote:I wish I could help, but there's no windows version ;(. Dec 28 2003
|