Entice Designer 0.8.4 release

BLS nanali at nospam-wanadoo.fr
Tue Oct 30 01:10:58 PDT 2007


Chris Miller schrieb:
> On Thu, 25 Oct 2007 08:56:22 -0400, samo.orelog <samo.prelog at gmail.com> 
> wrote:
> 
>> Chris Miller Wrote:
>>
>>> Entice Designer version 0.8.4 has been released,
>>>     http://www.dprogramming.com/entice.php
>>>
>>> Entice Designer is a D GUI builder and rich code editor for Windows.
>>
>>
>> It would be really nice if someone would write an enhancement for 
>> autocompletion of custom types..
>> (e.g. An extended version of the folder project plugin that would 
>> parse your code whe pressing F7, and store it as a .dapi file that 
>> could then be used for code copletion... ) :)
>> Perhaps in the next release... :)
> 
> I just put up this dapi file generator:
>    http://www.dprogramming.com/dapi1.zip
> and the code for the directory project plugin comes with Entice, if you 
> care to give your idea a try.

I would use the Scintilla IDLE event, start a thread to store the 
required lookup-information. (most probabely in memory, until the 
document looses focus)

What do you think Chris ?

Regards Bjoern



More information about the Digitalmars-d-announce mailing list