October 25, 2007 Re: Entice Designer 0.8.4 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Chris Miller | Nicely done Chris. I'm using Entice / DFL for a little project right now. Thanks for your hard work.
Mark
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.
|
October 25, 2007 Re: Entice Designer 0.8.4 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Chris Miller | "Chris Miller" <chris@dprogramming.com> wrote in message news:op.t0p9d0wzpo9bzi@chrisxp... > Entice Designer version 0.8.4 has been released, > http://www.dprogramming.com/entice.php server unreachable :/ |
October 26, 2007 Re: Entice Designer 0.8.4 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Aarti_pl | On Thu, 25 Oct 2007 03:35:09 -0400, Aarti_pl <aarti@interia.pl> wrote: > Chris Miller pisze: >> 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. >> New features in this version include: >> * Advanced Find. >> * Split editor view. >> * File bookmarking and saved bookmarks. >> * More plugin features. >> * Autocomplete for Tango (as well as Phobos and DFL). >> * and many more enhancements, options and bug fixes! >> The changelog can be found in Help->About Readme. >> One thing to note about Entice Designer is it is quite fast. >> It starts up and runs quite fast even on 10 year old hardware. >> Check out the web page for an overview of features and screenshots! > > Nice work! With Entice designer DFL is getting more and more interesting GUI library for D. > > I just hope for cross-platform abilities... Any news from this front? > Thanks, I just wrote up this forum post, http://www.dsource.org/forums/viewtopic.php?t=3277 |
October 26, 2007 Re: Entice Designer 0.8.4 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Vladimir Panteleev | On Thu, 25 Oct 2007 06:11:41 -0400, Vladimir Panteleev <thecybershadow@gmail.com> wrote:
> On Thu, 25 Oct 2007 03:38:14 +0300, Chris Miller <chris@dprogramming.com> 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.
>>
>> New features in this version include:
>> * Advanced Find.
>> * Split editor view.
>> * File bookmarking and saved bookmarks.
>> * More plugin features.
>> * Autocomplete for Tango (as well as Phobos and DFL).
>> * and many more enhancements, options and bug fixes!
>> The changelog can be found in Help->About Readme.
>>
>> One thing to note about Entice Designer is it is quite fast.
>> It starts up and runs quite fast even on 10 year old hardware.
>>
>> Check out the web page for an overview of features and screenshots!
>
> Thanks, Chris! DFL really is D's flagship GUI library in the Windows world, and Entice is becoming its accompanying RAD environment. Now, if we only had events editing (the double-click button, write code kind)...
>
Thanks,
Yes, that type of event stuff is planned for 0.9 :)
|
October 26, 2007 Re: Entice Designer 0.8.4 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to samo.orelog | On Thu, 25 Oct 2007 08:56:22 -0400, samo.orelog <samo.prelog@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. |
October 26, 2007 Re: Entice Designer 0.8.4 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Chris Miller | Chris Miller wrote:
> I just wrote up this forum post,
> http://www.dsource.org/forums/viewtopic.php?t=3277
Awesome!
IIRC I once heard some people claim they were waiting for this.
I hope it's going to work out great, for DFL and for D both! =)
Regards, Frank
|
October 30, 2007 Re: Entice Designer 0.8.4 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Chris Miller | Chris Miller schrieb:
> On Thu, 25 Oct 2007 08:56:22 -0400, samo.orelog <samo.prelog@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
|
October 31, 2007 Re: Entice Designer 0.8.4 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Chris Miller |
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.
>
> New features in this version include:
> * Advanced Find.
> * Split editor view.
> * File bookmarking and saved bookmarks.
> * More plugin features.
> * Autocomplete for Tango (as well as Phobos and DFL).
> * and many more enhancements, options and bug fixes!
> The changelog can be found in Help->About Readme.
>
> One thing to note about Entice Designer is it is quite fast.
> It starts up and runs quite fast even on 10 year old hardware.
>
> Check out the web page for an overview of features and screenshots!
Chris you are a legend, Entice + DFL is as good as it gets for gui development in D, keep up the excellent work, if this can be shoehorned into Linux and/or MAC OSX I think you are on to a winner, especially with all the uproar in the Mac/Java development community over the release of leapord and the very broken version of Java 5 that came with it and not even a sniffter of Java 6 as promised, I know people at this precise moment in time flogging their Macs on eBay in disgust of Apples stance with Java, I guess you can only deliver broken promises so many times before people get to see the Emporer not wearing any clothes.!!
|
Copyright © 1999-2021 by the D Language Foundation