Re: DFL is really cool,Who can contact Christopher E. Miller?

2014-05-18 Thread John Colvin via Digitalmars-d

On Sunday, 18 May 2014 at 17:58:04 UTC, jack death wrote:
this sucks. it would be nice to get a gui lib that works with 
32 and 64 bit. create a nice language and don't the tools/libs 
to use it.
with your attitude you will not have a chance to became main 
stream.


D bindings exist for an - admittedly small - number of popular 
GUI toolkits. Writing a gui toolkit from scratch is an enormous 
amount of work when you can easily make use of existing works.


P.S. https://github.com/d-widget-toolkit/dwt


Re: DFL is really cool,Who can contact Christopher E. Miller?

2014-05-18 Thread jack death via Digitalmars-d
this sucks. it would be nice to get a gui lib that works with 32 
and 64 bit. create a nice language and don't the tools/libs to 
use it.
with your attitude you will not have a chance to became main 
stream.



On Sunday, 18 May 2014 at 17:50:47 UTC, Gary Willoughby wrote:

On Thursday, 15 May 2014 at 03:58:15 UTC, FrankLike wrote:

1.DFL's Memory Usage is the least than other. winsamp.exe is
2.1M,DFL's example's exe is 2.7M.
2.The size of DFL's example's exe files is the least than 
other,

and only a single file.
3.DFL's source code is the most easy to understand.

D need Christopher E. Miller.



Why not put it in github.com?



And put it in code.dlang.org.



When Compile the X64,then error:



You will put it in code.dlang.org and github.com?


DGui is very cool,the exe's size is a half of DFL's,and it's 
easy to learn.


If It will be used on Linux ,Mac Os X,it will be the coolist 
of all gui libs.


And there are some controls are not implement,such as 
imageButton,GridView,DateTimePick,Socket,DataControl.

Thank you.


FrankLike, please stop asking others to create full GUI 
frameworks for you. DFL and DGui are both Windows ONLY and 
always will be. They are written using the Win32 API which can 
only be used on windows (or an emulation layer).


Take a look at the source code of either library and improve it 
yourself without trying to push it on to others. Fully 
cross-platform GUI toolkits are very, very hard to create. 
That's why Gtk-D and Tkd exist, to use the years of hard work 
others have done. Once you see the amount of work necessary to 
create such GUI libraries you will use Gtk-D or Tkd instead. 
Also stop whining about memory usage of GUI applications. 3-4Mb 
is nothing for such an app.


Yes it would be nice to have a cross-platform GUI toolkit 
written in D using all the native API's on each platform but 
that isn't going to happen anytime soon. Pushing others to do 
the work is going to be counter productive. Why not start the 
effort yourself and invite others to join you once progress is 
made?




Re: DFL is really cool,Who can contact Christopher E. Miller?

2014-05-18 Thread Gary Willoughby via Digitalmars-d

On Thursday, 15 May 2014 at 03:58:15 UTC, FrankLike wrote:

1.DFL's Memory Usage is the least than other. winsamp.exe is
2.1M,DFL's example's exe is 2.7M.
2.The size of DFL's example's exe files is the least than other,
and only a single file.
3.DFL's source code is the most easy to understand.

D need Christopher E. Miller.



Why not put it in github.com?



And put it in code.dlang.org.



When Compile the X64,then error:



You will put it in code.dlang.org and github.com?


DGui is very cool,the exe's size is a half of DFL's,and it's 
easy to learn.


If It will be used on Linux ,Mac Os X,it will be the coolist of 
all gui libs.


And there are some controls are not implement,such as 
imageButton,GridView,DateTimePick,Socket,DataControl.

Thank you.


FrankLike, please stop asking others to create full GUI 
frameworks for you. DFL and DGui are both Windows ONLY and always 
will be. They are written using the Win32 API which can only be 
used on windows (or an emulation layer).


Take a look at the source code of either library and improve it 
yourself without trying to push it on to others. Fully 
cross-platform GUI toolkits are very, very hard to create. That's 
why Gtk-D and Tkd exist, to use the years of hard work others 
have done. Once you see the amount of work necessary to create 
such GUI libraries you will use Gtk-D or Tkd instead. Also stop 
whining about memory usage of GUI applications. 3-4Mb is nothing 
for such an app.


Yes it would be nice to have a cross-platform GUI toolkit written 
in D using all the native API's on each platform but that isn't 
going to happen anytime soon. Pushing others to do the work is 
going to be counter productive. Why not start the effort yourself 
and invite others to join you once progress is made?


Re: DFL is really cool,Who can contact Christopher E. Miller?

2014-05-15 Thread Mike Parker via Digitalmars-d

On 5/15/2014 3:19 PM, FrankLike wrote:


The DFL License Agreement
DFL is Copyright (C) 2004-2010 Christopher E. Miller

If he has some intersting to DFL,I can do something for DFL,ok?

Thank you.


You don't need him to do anything with DFL. It's released under an opens 
source license, so as long as you follow the terms of the license you 
can do what you want with it.




Re: DFL is really cool,Who can contact Christopher E. Miller?

2014-05-14 Thread FrankLike via Digitalmars-d

On Thursday, 15 May 2014 at 04:53:01 UTC, dennis luehring wrote:

Am 15.05.2014 05:58, schrieb FrankLike:

1.DFL's Memory Usage is the least than other. winsamp.exe is
2.1M,DFL's example's exe is 2.7M.
2.The size of DFL's example's exe files is the least than 
other,

and only a single file.
3.DFL's source code is the most easy to understand.

D need Christopher E. Miller.



and what should happen then? he seems to lost interest long 
time ago
and there are some forks of the project on github - so why do D 
need Christopher E. Miller in person?


The DFL License Agreement
DFL is Copyright (C) 2004-2010 Christopher E. Miller

If he has some intersting to DFL,I can do something for DFL,ok?

Thank you.


Re: DFL is really cool,Who can contact Christopher E. Miller?

2014-05-14 Thread dennis luehring via Digitalmars-d

Am 15.05.2014 05:58, schrieb FrankLike:

1.DFL's Memory Usage is the least than other. winsamp.exe is
2.1M,DFL's example's exe is 2.7M.
2.The size of DFL's example's exe files is the least than other,
and only a single file.
3.DFL's source code is the most easy to understand.

D need Christopher E. Miller.



and what should happen then? he seems to lost interest long time ago
and there are some forks of the project on github - so why do D need 
Christopher E. Miller in person?


Re: DFL

2014-03-26 Thread FrankLike

On Wednesday, 26 March 2014 at 06:39:58 UTC, FrankLike wrote:

DFL Can work in D2.065 on win.
We can find it in http://github.com/FrankLIKE/dfl

  you can get it by
git clone http://github.com/FrankLIKE/dfl

Thanks Christopher E. Miller




Re: DFL

2014-03-25 Thread FrankLike

On DFL Can work in D2.065 on win.

Thanks Christopher E. Miller



Re: DFL

2012-08-14 Thread asker

thank you very kindly!


On Tuesday, 14 August 2012 at 15:17:23 UTC, Jesse Phillips wrote:

On Sunday, 12 August 2012 at 16:58:08 UTC, asker wrote:

hi,
is there a working dfl for dmd 2060 win?

thanks


I pushed a branch containing most of the existing pull requests:

https://github.com/JesseKPhillips/dfl/tree/acceptPulls

This builds for me with dmd 2.060 and surprisingly 2.059.





Re: DFL

2012-08-14 Thread Jesse Phillips

On Tuesday, 14 August 2012 at 15:46:40 UTC, d_follower wrote:


If only using wine, DFL is too tied to Win32 and was never 
supposed to run on Linux.


There is a GTK version which I don't think was ever completed and 
has received no maintenance for D2.


Re: DFL

2012-08-14 Thread d_follower

On Tuesday, 14 August 2012 at 15:26:39 UTC, Jordi Sayol wrote:

Al 14/08/12 16:45, En/na Francisco Almeida ha escrit:

On Sunday, 12 August 2012 at 16:58:08 UTC, asker wrote:

hi,
is there a working dfl for dmd 2060 win?

thanks


Hi there.
Not too long ago, I checked out DFL and got the library, plus 
most samples, to build with DMD 2.059, so I do have a local 
modified copy that works (for the most part).


I think getting it to build on DMD 2.060 will also be 
feasible., I'll try that as well. Email me if you'd like to 
receive a zip of the fixed source.




Did you get it working on Linux too?



If only using wine, DFL is too tied to Win32 and was never 
supposed to run on Linux.


Re: DFL

2012-08-14 Thread Jordi Sayol
Al 14/08/12 16:45, En/na Francisco Almeida ha escrit:
> On Sunday, 12 August 2012 at 16:58:08 UTC, asker wrote:
>> hi,
>> is there a working dfl for dmd 2060 win?
>>
>> thanks
> 
> Hi there.
> Not too long ago, I checked out DFL and got the library, plus most samples, 
> to build with DMD 2.059, so I do have a local modified copy that works (for 
> the most part).
> 
> I think getting it to build on DMD 2.060 will also be feasible., I'll try 
> that as well. Email me if you'd like to receive a zip of the fixed source.
> 

Did you get it working on Linux too?

Can you pull these modifications?
-- 
Jordi Sayol


Re: DFL

2012-08-14 Thread Jesse Phillips

On Sunday, 12 August 2012 at 16:58:08 UTC, asker wrote:

hi,
is there a working dfl for dmd 2060 win?

thanks


I pushed a branch containing most of the existing pull requests:

https://github.com/JesseKPhillips/dfl/tree/acceptPulls

This builds for me with dmd 2.060 and surprisingly 2.059.


Re: DFL

2012-08-14 Thread Francisco Almeida

On Sunday, 12 August 2012 at 16:58:08 UTC, asker wrote:

hi,
is there a working dfl for dmd 2060 win?

thanks


Hi there.
Not too long ago, I checked out DFL and got the library, plus 
most samples, to build with DMD 2.059, so I do have a local 
modified copy that works (for the most part).


I think getting it to build on DMD 2.060 will also be feasible., 
I'll try that as well. Email me if you'd like to receive a zip of 
the fixed source.


Re: DFL?

2012-05-21 Thread Jesse Phillips

On Thursday, 17 May 2012 at 21:47:19 UTC, Ronny wrote:

Failed.

Done.
Could Not Find C:\D\dmd2\import\dfl\*.obj
DFL lib files not found.
Error: dfl_debug.lib not found


This was how I installed DMD and DFL. You can replace C:\opt\ 
with C:\D\


I suggest using dfl.exe which you look to be doing, when it asks 
if you want to generate the library say y (I think you missed 
this) but even this will have an issue if dfl.exe does not have 
these relative paths:


bin\dfl.exe
import\dfl
windows\bin\dmd.exe

=== dmd ===

Download version 2 of the compiler. Extract it into C:\opt\

Update your environment variables to include 
C:\opt\dmd2\windows\bin


Version: 2.059

=== dfl ===

Dowload the latest snapshot zip file. Extract this into 
C:\opt\dmd2


Update your environment variables to include C:\opt\dmd2\bin

Use the github address to download the latest and just replace 
import\dfl with the needed win32/dfl


dfl - graphical library
http://wiki.dprogramming.com/Dfl/Snapshots
https://github.com/Rayerd/dfl



Re: DFL?

2012-05-21 Thread Richard Webb
For what it's worth, building the code from 
https://github.com/Rayerd/dfl with the included makelib.bat seems 
to work fine for me with DMD 2.059.


Re: DFL?

2012-05-21 Thread Ronny
Looks like a -d is missing on the command line to allow 
deprecated

functions.


Still doesn't work.

Thank you to everyone who has offered help, but I think I've seen 
enough to dismiss DFL.  If I have to duct tape it just to get it 
to work, then what does this say about the rest of the product?  
I don't intend to find out.


If there are other windowing kits for D that work right out of 
the box (integration with Entice would be sweet), I'd love to 
know about them.  Otherwise, I'll have to look elsewhere for UI 
capabilities.


I really like D, so I hope I won't have to look elsewhere because 
of the absence of a workable GUI.


Oh, and by workable I don't mean thin wrappers to the Windows 
API.  I did my time with the Windows API, and I don't intend to 
repeat the experience.


Thanks again to everyone who took the time to help.  I really 
appreciate it.


Re: DFL?

2012-05-17 Thread Guillaume Chatelet
On 05/17/12 23:47, Ronny wrote:
> On Wednesday, 16 May 2012 at 15:52:37 UTC, Richard Webb wrote:
>> Try using the version from https://github.com/Rayerd/dfl instead of
>> the one from the official site.
> 
> Thank you, but that didn't work.  I now get the following error:
> 
> C:\D\dmd2\import\dfl>C:\D\dmd2\windows\bin\dmd -c -debug -g  -wi  -I..
> all.d bas
> e.d application.d internal/dlib.d internal/clib.d internal/utf.d
> internal/com.d
> control.d clippingform.d form.d registry.d drawing.d menu.d notifyicon.d
> commond
> ialog.d filedialog.d folderdialog.d panel.d textbox.d richtextbox.d
> picturebox.d
>  listbox.d groupbox.d splitter.d usercontrol.d button.d label.d
> collections.d in
> ternal/winapi.d internal/wincom.d event.d socket.d timer.d environment.d
> message
> box.d tooltip.d combobox.d treeview.d tabcontrol.d colordialog.d
> listview.d data
> ..d clipboard.d fontdialog.d progressbar.d resources.d statusbar.d
> imagelist.d to
> olbar.d
> Notice: As of Phobos 2.058, std.ctype has been deprecated. It will be
> removed in
>  August 2012. Please use std.ascii instead.
> internal\utf.d(91): Error: identifier 'useWfuncs' of
> 'std.file.useWfuncs' is not
>  defined
> 
> Failed.
> 
> Done.
> Could Not Find C:\D\dmd2\import\dfl\*.obj
> DFL lib files not found.
> Error: dfl_debug.lib not found

Looks like a -d is missing on the command line to allow deprecated
functions.


Re: DFL?

2012-05-17 Thread Ronny

On Wednesday, 16 May 2012 at 15:52:37 UTC, Richard Webb wrote:
Try using the version from https://github.com/Rayerd/dfl 
instead of the one from the official site.


Thank you, but that didn't work.  I now get the following error:

C:\D\dmd2\import\dfl>C:\D\dmd2\windows\bin\dmd -c -debug -g  -wi  
-I.. all.d bas
e.d application.d internal/dlib.d internal/clib.d internal/utf.d 
internal/com.d
control.d clippingform.d form.d registry.d drawing.d menu.d 
notifyicon.d commond
ialog.d filedialog.d folderdialog.d panel.d textbox.d 
richtextbox.d picturebox.d
 listbox.d groupbox.d splitter.d usercontrol.d button.d label.d 
collections.d in
ternal/winapi.d internal/wincom.d event.d socket.d timer.d 
environment.d message
box.d tooltip.d combobox.d treeview.d tabcontrol.d colordialog.d 
listview.d data
.d clipboard.d fontdialog.d progressbar.d resources.d statusbar.d 
imagelist.d to

olbar.d
Notice: As of Phobos 2.058, std.ctype has been deprecated. It 
will be removed in

 August 2012. Please use std.ascii instead.
internal\utf.d(91): Error: identifier 'useWfuncs' of 
'std.file.useWfuncs' is not

 defined

Failed.

Done.
Could Not Find C:\D\dmd2\import\dfl\*.obj
DFL lib files not found.
Error: dfl_debug.lib not found


Re: DFL?

2012-05-16 Thread Jesse Phillips

On Wednesday, 16 May 2012 at 23:32:07 UTC, 1100110 wrote:
On Wed, 16 May 2012 10:52:35 -0500, Richard Webb 
 wrote:


Try using the version from https://github.com/Rayerd/dfl 
instead of the one from the official site.





If that doesn't help, dmd has an option to enable deprecated 
features.
that might fix all of your issues, if using the github repo 
doesn't.


No, the official website is far behind the latest dmd and many 
issues not deprecations will come. The provided repository has 
been kept up to date by a number of people.


Re: DFL?

2012-05-16 Thread 1100110
On Wed, 16 May 2012 10:52:35 -0500, Richard Webb   
wrote:


Try using the version from https://github.com/Rayerd/dfl instead of the  
one from the official site.





If that doesn't help, dmd has an option to enable deprecated features.
that might fix all of your issues, if using the github repo doesn't.

--
Using Opera's revolutionary email client: http://www.opera.com/mail/


Re: DFL?

2012-05-16 Thread simendsjo
On Wed, 16 May 2012 17:16:52 +0200, Ronny   
wrote:



Hi,


I am trying to get DFL to work and failing.  Details follow:


Didn't read your post, but this repository is probably more up to date:  
https://github.com/Rayerd/dfl


Re: DFL?

2012-05-16 Thread Richard Webb
Try using the version from https://github.com/Rayerd/dfl instead 
of the one from the official site.





Re: DFL IDE Editor ?

2009-10-19 Thread dolive
Robert Jacques дµ½:

> On Mon, 19 Oct 2009 00:53:48 -0400, dolive  wrote:
> 
> > Robert Jacques дµ½:
> >
> >> On Sun, 18 Oct 2009 23:51:37 -0400, Sam Hu   
> >> wrote:
> >> > Robert Jacques Wrote:
> >> >
> >> >> > Do you have a  DFL for dmd2.035 ?
> >> >> > thank you very much !
> >> >> >
> >> >> > dolive
> >> >>
> >> >> Yes, I've e-mailed it to you.
> >> > Hi Robert,
> >> >
> >> > It would be grateful if you could add samhu.sa...@gmail.com in your  
> >> list.
> >> >
> >> > Regards,
> >> > Sam
> >>
> >> DMD 2.035 didn't require any patches from DMD 2.034 for DFL. I've  
> >> created
> >> a list with both you and dolive for future reference.
> >
> > Can you please be able to update to the dmd latest version of the  
> > Scintilla_DFL_Control
> > http://wiki.dprogramming.com/Dfl/ScintillaControl
> >
> > thank you very much !
> >
> >
> > dolive
> >
> 
> Sorry, the scintilla control is a user submitted widget that isn't part of  
> DFL (think scrapple project). You'll have to contact the original authors.  
> As for examples, please contact Chris.

Oh, thank you !

dolive



Re: DFL IDE Editor ?

2009-10-19 Thread Sam Hu
Robert Jacques Wrote:

> 
> DMD 2.035 didn't require any patches from DMD 2.034 for DFL. I've created  
> a list with both you and dolive for future reference.

Many... thanks!!


Re: DFL IDE Editor ?

2009-10-18 Thread Robert Jacques

On Mon, 19 Oct 2009 00:53:48 -0400, dolive  wrote:


Robert Jacques дµ½:

On Sun, 18 Oct 2009 23:51:37 -0400, Sam Hu   
wrote:

> Robert Jacques Wrote:
>
>> > Do you have a  DFL for dmd2.035 ?
>> > thank you very much !
>> >
>> > dolive
>>
>> Yes, I've e-mailed it to you.
> Hi Robert,
>
> It would be grateful if you could add samhu.sa...@gmail.com in your  
list.

>
> Regards,
> Sam

DMD 2.035 didn't require any patches from DMD 2.034 for DFL. I've  
created

a list with both you and dolive for future reference.


Can you please be able to update to the dmd latest version of the  
Scintilla_DFL_Control

http://wiki.dprogramming.com/Dfl/ScintillaControl

thank you very much !


dolive



Sorry, the scintilla control is a user submitted widget that isn't part of  
DFL (think scrapple project). You'll have to contact the original authors.  
As for examples, please contact Chris.


Re: DFL IDE Editor ?

2009-10-18 Thread dolive
Robert Jacques дµ½:

> On Sun, 18 Oct 2009 23:51:37 -0400, Sam Hu  wrote:
> > Robert Jacques Wrote:
> >
> >> > Do you have a  DFL for dmd2.035 ?
> >> > thank you very much !
> >> >
> >> > dolive
> >>
> >> Yes, I've e-mailed it to you.
> > Hi Robert,
> >
> > It would be grateful if you could add samhu.sa...@gmail.com in your list.
> >
> > Regards,
> > Sam
> 
> DMD 2.035 didn't require any patches from DMD 2.034 for DFL. I've created  
> a list with both you and dolive for future reference.

Can you please be able to update to the dmd latest version of the 
Scintilla_DFL_Control
http://wiki.dprogramming.com/Dfl/ScintillaControl

thank you very much !


dolive



Re: DFL IDE Editor ?

2009-10-18 Thread dolive
Robert Jacques дµ½:

> On Sun, 18 Oct 2009 23:51:37 -0400, Sam Hu  wrote:
> > Robert Jacques Wrote:
> >
> >> > Do you have a  DFL for dmd2.035 ?
> >> > thank you very much !
> >> >
> >> > dolive
> >>
> >> Yes, I've e-mailed it to you.
> > Hi Robert,
> >
> > It would be grateful if you could add samhu.sa...@gmail.com in your list.
> >
> > Regards,
> > Sam
> 
> DMD 2.035 didn't require any patches from DMD 2.034 for DFL. I've created  
> a list with both you and dolive for future reference.

I have received£¬ thank you very much ! but haven't include  examples.

I was updateed my e-mail-list,thank you !


dolive


Re: DFL IDE Editor ?

2009-10-18 Thread Robert Jacques

On Sun, 18 Oct 2009 23:51:37 -0400, Sam Hu  wrote:

Robert Jacques Wrote:


> Do you have a  DFL for dmd2.035 ?
> thank you very much !
>
> dolive

Yes, I've e-mailed it to you.

Hi Robert,

It would be grateful if you could add samhu.sa...@gmail.com in your list.

Regards,
Sam


DMD 2.035 didn't require any patches from DMD 2.034 for DFL. I've created  
a list with both you and dolive for future reference.


Re: DFL IDE Editor ?

2009-10-18 Thread Sam Hu
Robert Jacques Wrote:

> > Do you have a  DFL for dmd2.035 ?
> > thank you very much !
> >
> > dolive
> 
> Yes, I've e-mailed it to you.
Hi Robert,

It would be grateful if you could add samhu.sa...@gmail.com in your list.

Regards,
Sam


Re: DFL IDE Editor ?

2009-10-18 Thread Robert Jacques

On Sun, 18 Oct 2009 15:19:28 -0400, dolive  wrote:


Robert Jacques дµ½:


On Thu, 24 Sep 2009 16:31:56 -0400, dolive  wrote:

> Robert Jacques �´µ½:
>
>> On Thu, 24 Sep 2009 14:21:55 -0400, dolive  wrote:
>>
>> > Robert Jacques �´µ�
>> >
>> >> On Thu, 24 Sep 2009 06:22:57 -0400, dolive89 
>> wrote:
>> >>
>> >> > can DFL make ide editor ?
>> >> > can do  expansion of the corresponding function?
>> >>
>> >> Yes.
>> >> There's the Entice IDE (http://www.dprogramming.com/entice.php)
>> >> Or the simpler DCode IDE(http://www.dprogramming.com/dcode.php)
>> >> Or the Scintilla control if you want to roll your own
>> >> (http://wiki.dprogramming.com/Dfl/ScintillaControl)
>> >
>> > thank you very much !!!
>> > but version is older,can do be upgraded to dmd2.032 ?  thank you  
!!!

>> >
>> > dolive
>>
>> DFL hasn't been updated to DMD 2.032 yet. I've updated my local copy.
>> Here's the link:
>>  
https://jshare.johnshopkins.edu/xythoswfs/webui/_xy-3615403_1-t_VRRBqZAG

>
>
> yes, I use DFL is dmd2.032,
>
>  Scintilla DFL Control  version is older, is 2007 year. hope upgraded  
to

> dmd2.032 .
>
> how to make lib ? I use makescintillalib.bat is error, I copyed cpp
> directory to  DFL directory. changed dmd_path, dmc change to dmd.
>
> can be compiled out .obj file.
>
> thank you !
>
> dolive
>

Sorry, I've never used the Scintilla control myself. If you just want to
make DFL there is a makelib.bat file in the dfl directory.



Do you have a  DFL for dmd2.035 ?
thank you very much !

dolive


Yes, I've e-mailed it to you.


Re: DFL IDE Editor ?

2009-10-18 Thread dolive
Robert Jacques дµ½:

> On Thu, 24 Sep 2009 16:31:56 -0400, dolive  wrote:
> 
> > Robert Jacques дµ½:
> >
> >> On Thu, 24 Sep 2009 14:21:55 -0400, dolive  wrote:
> >>
> >> > Robert Jacques Ã�´µÂÂ�
> >> >
> >> >> On Thu, 24 Sep 2009 06:22:57 -0400, dolive89   
> >> wrote:
> >> >>
> >> >> > can DFL make ide editor ?
> >> >> > can do  expansion of the corresponding function?
> >> >>
> >> >> Yes.
> >> >> There's the Entice IDE (http://www.dprogramming.com/entice.php)
> >> >> Or the simpler DCode IDE(http://www.dprogramming.com/dcode.php)
> >> >> Or the Scintilla control if you want to roll your own
> >> >> (http://wiki.dprogramming.com/Dfl/ScintillaControl)
> >> >
> >> > thank you very much !!!
> >> > but version is older,can do be upgraded to dmd2.032 ?  thank you !!!
> >> >
> >> > dolive
> >>
> >> DFL hasn't been updated to DMD 2.032 yet. I've updated my local copy.
> >> Here's the link:
> >> https://jshare.johnshopkins.edu/xythoswfs/webui/_xy-3615403_1-t_VRRBqZAG
> >
> >
> > yes, I use DFL is dmd2.032,
> >
> >  Scintilla DFL Control  version is older, is 2007 year. hope upgraded to  
> > dmd2.032 .
> >
> > how to make lib ? I use makescintillalib.bat is error, I copyed cpp  
> > directory to  DFL directory. changed dmd_path, dmc change to dmd.
> >
> > can be compiled out .obj file.
> >
> > thank you !
> >
> > dolive
> >
> 
> Sorry, I've never used the Scintilla control myself. If you just want to  
> make DFL there is a makelib.bat file in the dfl directory.


Do you have a  DFL for dmd2.035 ? 
thank you very much !

dolive


Re: DFL IDE Editor ?

2009-10-10 Thread dolive
Robert Jacques дµ½:

> On Thu, 24 Sep 2009 16:31:56 -0400, dolive  wrote:
> 
> > Robert Jacques дµ½:
> >
> >> On Thu, 24 Sep 2009 14:21:55 -0400, dolive  wrote:
> >>
> >> > Robert Jacques Ã�´µÂÂ�
> >> >
> >> >> On Thu, 24 Sep 2009 06:22:57 -0400, dolive89   
> >> wrote:
> >> >>
> >> >> > can DFL make ide editor ?
> >> >> > can do  expansion of the corresponding function?
> >> >>
> >> >> Yes.
> >> >> There's the Entice IDE (http://www.dprogramming.com/entice.php)
> >> >> Or the simpler DCode IDE(http://www.dprogramming.com/dcode.php)
> >> >> Or the Scintilla control if you want to roll your own
> >> >> (http://wiki.dprogramming.com/Dfl/ScintillaControl)
> >> >
> >> > thank you very much !!!
> >> > but version is older,can do be upgraded to dmd2.032 ?  thank you !!!
> >> >
> >> > dolive
> >>
> >> DFL hasn't been updated to DMD 2.032 yet. I've updated my local copy.
> >> Here's the link:
> >> https://jshare.johnshopkins.edu/xythoswfs/webui/_xy-3615403_1-t_VRRBqZAG
> >
> >
> > yes, I use DFL is dmd2.032,
> >
> >  Scintilla DFL Control  version is older, is 2007 year. hope upgraded to  
> > dmd2.032 .
> >
> > how to make lib ? I use makescintillalib.bat is error, I copyed cpp  
> > directory to  DFL directory. changed dmd_path, dmc change to dmd.
> >
> > can be compiled out .obj file.
> >
> > thank you !
> >
> > dolive
> >
> 
> Sorry, I've never used the Scintilla control myself. If you just want to  
> make DFL there is a makelib.bat file in the dfl directory.



have you dfl for d2.033 and examples.

thank you !


dolive



Re: DFL IDE Editor ?

2009-10-10 Thread dolive
Robert Jacques дµ½:

> On Thu, 24 Sep 2009 16:31:56 -0400, dolive  wrote:
> 
> > Robert Jacques дµ½:
> >
> >> On Thu, 24 Sep 2009 14:21:55 -0400, dolive  wrote:
> >>
> >> > Robert Jacques Ã�´µÂÂ�
> >> >
> >> >> On Thu, 24 Sep 2009 06:22:57 -0400, dolive89   
> >> wrote:
> >> >>
> >> >> > can DFL make ide editor ?
> >> >> > can do  expansion of the corresponding function?
> >> >>
> >> >> Yes.
> >> >> There's the Entice IDE (http://www.dprogramming.com/entice.php)
> >> >> Or the simpler DCode IDE(http://www.dprogramming.com/dcode.php)
> >> >> Or the Scintilla control if you want to roll your own
> >> >> (http://wiki.dprogramming.com/Dfl/ScintillaControl)
> >> >
> >> > thank you very much !!!
> >> > but version is older,can do be upgraded to dmd2.032 ?  thank you !!!
> >> >
> >> > dolive
> >>
> >> DFL hasn't been updated to DMD 2.032 yet. I've updated my local copy.
> >> Here's the link:
> >> https://jshare.johnshopkins.edu/xythoswfs/webui/_xy-3615403_1-t_VRRBqZAG
> >
> >
> > yes, I use DFL is dmd2.032,
> >
> >  Scintilla DFL Control  version is older, is 2007 year. hope upgraded to  
> > dmd2.032 .
> >
> > how to make lib ? I use makescintillalib.bat is error, I copyed cpp  
> > directory to  DFL directory. changed dmd_path, dmc change to dmd.
> >
> > can be compiled out .obj file.
> >
> > thank you !
> >
> > dolive
> >
> 
> Sorry, I've never used the Scintilla control myself. If you just want to  
> make DFL there is a makelib.bat file in the dfl directory.



have you dfl for d2.033 and examples.

thank you !


dolive



Re: DFL IDE Editor ?

2009-09-25 Thread dolive
cemiller дµ½:

> >
> > Compiling D Scintilla for DFL...
> >
> > D:\D\dfl>D:\D\dmd2\windows\bin\dfl -c -debug -O -inline -I..  scintilla
> > Error checking versions; use switch -ver for details
> > D:\D\dmd2\windows\bin\dmd.exe -c -debug -O -inline -I.. scintilla  
> > -version=DFL_E
> > XE -ID:\D\dmd2\windows\import -L/exet:nt/su:console:4.0  
> > D:\D\dmd2\windows\lib\DF
> > L_DE~1.LIB
> > scintilla.d(212): Error: function dfl.scintilla.Scintilla.text does not  
> > override
> >  any function
> > scintilla.d(228): Error: function dfl.scintilla.Scintilla.text of type  
> > char[]()
> > overrides but is not covariant with dfl.control.Control.text of type  
> > immutable(c
> > har)[]()
> > scintilla.d(228): Error: function dfl.scintilla.Scintilla.text does not  
> > override
> >  any function
> > scintilla.d(250): Error: function dfl.scintilla.Scintilla.selectedText  
> > does not
> > override any function
> > scintilla.d(259): Error: function dfl.scintilla.Scintilla.selectedText  
> > of type c
> > har[]() overrides but is not covariant with  
> > dfl.textbox.TextBoxBase.selectedText
> >  of type immutable(char)[]()
> > scintilla.d(259): Error: function dfl.scintilla.Scintilla.selectedText  
> > does not
> > override any function
> >
> > Returned status code 1
> >
> > D:\D\dfl>D:\D\dmd2\windows\bin\dfl -c -debug -O -inline -I.. -odcpp  
> > cpp\scintill
> > a cpp\scilexer
> > Error checking versions; use switch -ver for details
> > D:\D\dmd2\windows\bin\dmd.exe -c -debug -O -inline -I.. -odcpp  
> > cpp\scintilla cpp
> > \scilexer -version=DFL_EXE -ID:\D\dmd2\windows\import  
> > -L/exet:nt/su:console:4.0
> > D:\D\dmd2\windows\lib\DFL_DE~1.LIB
> >
> > Making libs...
> >
> > D:\D\dfl>D:\D\dm\bin\lib -c -n -p32 dflscintilla.lib scintilla  
> > cpp\scintilla cpp
> > \scilexer
> > Digital Mars Librarian Version 8.02n
> > Copyright (C) Digital Mars 2000-2007 All Rights Reserved
> > http://www.digitalmars.com/ctg/lib.html
> >
> > Error: scintilla.obj : No such file or directory
> > Failed.
> > Done.
> >
> >
> >
> >
> > makescintillalib.bat:
> >
> > @rem   Make Scintilla interface for D.
> > @rem   http://www.dprogramming.com/dfl.php
> >
> > @echo off
> > @cls
> >
> >
> > @rem   Either set the environment variables dmd_path and dmc_path
> > @rem   or fix the paths below.
> >
> > if not "%dmd_path%" == "" goto dmd_set
> > set dmd_path=D:\D\dmd2\windows
> > :dmd_set
> > if not "%dmc_path%" == "" goto dmc_set
> > set dmc_path=D:\D\dm
> > :dmc_set
> >
> >
> > if "%SCINTILLA_STATIC_BUILD%" == "" goto done_static
> > set _SCINTILLA_STATIC_BUILD=-version=SCINTILLA_STATIC_BUILD
> > :done_static
> >
> >
> > @echo on
> >
> >
> > @rem   Compile:
> >
> > @echo Compiling D Scintilla for DFL...
> > 
> > @rem   -version=NO_DRAG_DROP -version=NO_MDI
> > 
> > %dmd_path%\bin\dfl -c -debug -O -inline -I.. %_SCINTILLA_STATIC_BUILD%  
> > scintilla
> > @if errorlevel 1 goto oops
> > %dmd_path%\bin\dfl -c -debug -O -inline -I.. -odcpp cpp\scintilla  
> > cpp\scilexer
> > @if errorlevel 1 goto oops
> > 
> > @echo.
> >
> >
> > @rem   Make lib file:
> >
> > @echo Making libs...
> > 
> > %dmc_path%\bin\lib -c -n -p32 dflscintilla.lib scintilla cpp\scintilla  
> > cpp\scilexer
> > @if errorlevel 1 goto oops
> > 
> > @echo.
> >
> >
> > @goto done
> > :oops
> > @echo Failed.
> >
> >
> > :done
> > @echo Done.
> >
> >
> >
> > thank you !
> >
> > dolive
> 
> 
> I don't think this Scintilla control has been made compatible with D2 yet.
> You can probably start by using string instead of char[]


thank you, I still do not come out debug.

Should be grateful if you upgrade to dmd2.032 boss, thank you very much !!!

dolive





Re: DFL IDE Editor ?

2009-09-25 Thread dolive
Robert Jacques дµ½:

> On Thu, 24 Sep 2009 16:31:56 -0400, dolive  wrote:
> 
> > Robert Jacques дµ½:
> >
> >> On Thu, 24 Sep 2009 14:21:55 -0400, dolive  wrote:
> >>
> >> > Robert Jacques Ã�´µÂÂ�
> >> >
> >> >> On Thu, 24 Sep 2009 06:22:57 -0400, dolive89   
> >> wrote:
> >> >>
> >> >> > can DFL make ide editor ?
> >> >> > can do  expansion of the corresponding function?
> >> >>
> >> >> Yes.
> >> >> There's the Entice IDE (http://www.dprogramming.com/entice.php)
> >> >> Or the simpler DCode IDE(http://www.dprogramming.com/dcode.php)
> >> >> Or the Scintilla control if you want to roll your own
> >> >> (http://wiki.dprogramming.com/Dfl/ScintillaControl)
> >> >
> >> > thank you very much !!!
> >> > but version is older,can do be upgraded to dmd2.032 ?  thank you !!!
> >> >
> >> > dolive
> >>
> >> DFL hasn't been updated to DMD 2.032 yet. I've updated my local copy.
> >> Here's the link:
> >> https://jshare.johnshopkins.edu/xythoswfs/webui/_xy-3615403_1-t_VRRBqZAG
> >
> >
> > yes, I use DFL is dmd2.032,
> >
> >  Scintilla DFL Control  version is older, is 2007 year. hope upgraded to  
> > dmd2.032 .
> >
> > how to make lib ? I use makescintillalib.bat is error, I copyed cpp  
> > directory to  DFL directory. changed dmd_path, dmc change to dmd.
> >
> > can be compiled out .obj file.
> >
> > thank you !
> >
> > dolive
> >
> 
> Sorry, I've never used the Scintilla control myself. If you just want to  
> make DFL there is a makelib.bat file in the dfl directory.

thank you, still error...

dolive



Re: DFL IDE Editor ?

2009-09-24 Thread cemiller


Compiling D Scintilla for DFL...

D:\D\dfl>D:\D\dmd2\windows\bin\dfl -c -debug -O -inline -I..  scintilla
Error checking versions; use switch -ver for details
D:\D\dmd2\windows\bin\dmd.exe -c -debug -O -inline -I.. scintilla  
-version=DFL_E
XE -ID:\D\dmd2\windows\import -L/exet:nt/su:console:4.0  
D:\D\dmd2\windows\lib\DF

L_DE~1.LIB
scintilla.d(212): Error: function dfl.scintilla.Scintilla.text does not  
override

 any function
scintilla.d(228): Error: function dfl.scintilla.Scintilla.text of type  
char[]()
overrides but is not covariant with dfl.control.Control.text of type  
immutable(c

har)[]()
scintilla.d(228): Error: function dfl.scintilla.Scintilla.text does not  
override

 any function
scintilla.d(250): Error: function dfl.scintilla.Scintilla.selectedText  
does not

override any function
scintilla.d(259): Error: function dfl.scintilla.Scintilla.selectedText  
of type c
har[]() overrides but is not covariant with  
dfl.textbox.TextBoxBase.selectedText

 of type immutable(char)[]()
scintilla.d(259): Error: function dfl.scintilla.Scintilla.selectedText  
does not

override any function

Returned status code 1

D:\D\dfl>D:\D\dmd2\windows\bin\dfl -c -debug -O -inline -I.. -odcpp  
cpp\scintill

a cpp\scilexer
Error checking versions; use switch -ver for details
D:\D\dmd2\windows\bin\dmd.exe -c -debug -O -inline -I.. -odcpp  
cpp\scintilla cpp
\scilexer -version=DFL_EXE -ID:\D\dmd2\windows\import  
-L/exet:nt/su:console:4.0

D:\D\dmd2\windows\lib\DFL_DE~1.LIB

Making libs...

D:\D\dfl>D:\D\dm\bin\lib -c -n -p32 dflscintilla.lib scintilla  
cpp\scintilla cpp

\scilexer
Digital Mars Librarian Version 8.02n
Copyright (C) Digital Mars 2000-2007 All Rights Reserved
http://www.digitalmars.com/ctg/lib.html

Error: scintilla.obj : No such file or directory
Failed.
Done.




makescintillalib.bat:

@rem   Make Scintilla interface for D.
@rem   http://www.dprogramming.com/dfl.php

@echo off
@cls


@rem   Either set the environment variables dmd_path and dmc_path
@rem   or fix the paths below.

if not "%dmd_path%" == "" goto dmd_set
set dmd_path=D:\D\dmd2\windows
:dmd_set
if not "%dmc_path%" == "" goto dmc_set
set dmc_path=D:\D\dm
:dmc_set


if "%SCINTILLA_STATIC_BUILD%" == "" goto done_static
set _SCINTILLA_STATIC_BUILD=-version=SCINTILLA_STATIC_BUILD
:done_static


@echo on


@rem   Compile:

@echo Compiling D Scintilla for DFL...

@rem   -version=NO_DRAG_DROP -version=NO_MDI

	%dmd_path%\bin\dfl -c -debug -O -inline -I.. %_SCINTILLA_STATIC_BUILD%  
scintilla

@if errorlevel 1 goto oops
	%dmd_path%\bin\dfl -c -debug -O -inline -I.. -odcpp cpp\scintilla  
cpp\scilexer

@if errorlevel 1 goto oops

@echo.


@rem   Make lib file:

@echo Making libs...

	%dmc_path%\bin\lib -c -n -p32 dflscintilla.lib scintilla cpp\scintilla  
cpp\scilexer

@if errorlevel 1 goto oops

@echo.


@goto done
:oops
@echo Failed.


:done
@echo Done.



thank you !

dolive



I don't think this Scintilla control has been made compatible with D2 yet.
You can probably start by using string instead of char[]


Re: DFL IDE Editor ?

2009-09-24 Thread Robert Jacques

On Thu, 24 Sep 2009 16:31:56 -0400, dolive  wrote:


Robert Jacques дµ½:


On Thu, 24 Sep 2009 14:21:55 -0400, dolive  wrote:

> Robert Jacques �´µ½:
>
>> On Thu, 24 Sep 2009 06:22:57 -0400, dolive89   
wrote:

>>
>> > can DFL make ide editor ?
>> > can do  expansion of the corresponding function?
>>
>> Yes.
>> There's the Entice IDE (http://www.dprogramming.com/entice.php)
>> Or the simpler DCode IDE(http://www.dprogramming.com/dcode.php)
>> Or the Scintilla control if you want to roll your own
>> (http://wiki.dprogramming.com/Dfl/ScintillaControl)
>
> thank you very much !!!
> but version is older,can do be upgraded to dmd2.032 ?  thank you !!!
>
> dolive

DFL hasn't been updated to DMD 2.032 yet. I've updated my local copy.
Here's the link:
https://jshare.johnshopkins.edu/xythoswfs/webui/_xy-3615403_1-t_VRRBqZAG



yes, I use DFL is dmd2.032,

 Scintilla DFL Control  version is older, is 2007 year. hope upgraded to  
dmd2.032 .


how to make lib ? I use makescintillalib.bat is error, I copyed cpp  
directory to  DFL directory. changed dmd_path, dmc change to dmd.


can be compiled out .obj file.

thank you !

dolive



Sorry, I've never used the Scintilla control myself. If you just want to  
make DFL there is a makelib.bat file in the dfl directory.


Re: DFL IDE Editor ?

2009-09-24 Thread dolive
Robert Jacques дµ½:

> On Thu, 24 Sep 2009 14:21:55 -0400, dolive  wrote:
> 
> > Robert Jacques дµ½:
> >
> >> On Thu, 24 Sep 2009 06:22:57 -0400, dolive89  wrote:
> >>
> >> > can DFL make ide editor ?
> >> > can do  expansion of the corresponding function?
> >>
> >> Yes.
> >> There's the Entice IDE (http://www.dprogramming.com/entice.php)
> >> Or the simpler DCode IDE(http://www.dprogramming.com/dcode.php)
> >> Or the Scintilla control if you want to roll your own
> >> (http://wiki.dprogramming.com/Dfl/ScintillaControl)
> >
> > thank you very much !!!
> > but version is older,can do be upgraded to dmd2.032 ?  thank you !!!
> >
> > dolive
> 
> DFL hasn't been updated to DMD 2.032 yet. I've updated my local copy.  
> Here's the link:
> https://jshare.johnshopkins.edu/xythoswfs/webui/_xy-3615403_1-t_VRRBqZAG


Compiling D Scintilla for DFL...

D:\D\dfl>D:\D\dmd2\windows\bin\dfl -c -debug -O -inline -I..  scintilla
Error checking versions; use switch -ver for details
D:\D\dmd2\windows\bin\dmd.exe -c -debug -O -inline -I.. scintilla -version=DFL_E
XE -ID:\D\dmd2\windows\import -L/exet:nt/su:console:4.0 D:\D\dmd2\windows\lib\DF
L_DE~1.LIB
scintilla.d(212): Error: function dfl.scintilla.Scintilla.text does not override
 any function
scintilla.d(228): Error: function dfl.scintilla.Scintilla.text of type char[]()
overrides but is not covariant with dfl.control.Control.text of type immutable(c
har)[]()
scintilla.d(228): Error: function dfl.scintilla.Scintilla.text does not override
 any function
scintilla.d(250): Error: function dfl.scintilla.Scintilla.selectedText does not
override any function
scintilla.d(259): Error: function dfl.scintilla.Scintilla.selectedText of type c
har[]() overrides but is not covariant with dfl.textbox.TextBoxBase.selectedText
 of type immutable(char)[]()
scintilla.d(259): Error: function dfl.scintilla.Scintilla.selectedText does not
override any function

Returned status code 1

D:\D\dfl>D:\D\dmd2\windows\bin\dfl -c -debug -O -inline -I.. -odcpp cpp\scintill
a cpp\scilexer
Error checking versions; use switch -ver for details
D:\D\dmd2\windows\bin\dmd.exe -c -debug -O -inline -I.. -odcpp cpp\scintilla cpp
\scilexer -version=DFL_EXE -ID:\D\dmd2\windows\import -L/exet:nt/su:console:4.0
D:\D\dmd2\windows\lib\DFL_DE~1.LIB

Making libs...

D:\D\dfl>D:\D\dm\bin\lib -c -n -p32 dflscintilla.lib scintilla cpp\scintilla cpp
\scilexer
Digital Mars Librarian Version 8.02n
Copyright (C) Digital Mars 2000-2007 All Rights Reserved
http://www.digitalmars.com/ctg/lib.html

Error: scintilla.obj : No such file or directory
Failed.
Done.




makescintillalib.bat:

@rem   Make Scintilla interface for D.
@rem   http://www.dprogramming.com/dfl.php

@echo off
@cls


@rem   Either set the environment variables dmd_path and dmc_path
@rem   or fix the paths below.

if not "%dmd_path%" == "" goto dmd_set
set dmd_path=D:\D\dmd2\windows
:dmd_set
if not "%dmc_path%" == "" goto dmc_set
set dmc_path=D:\D\dm
:dmc_set


if "%SCINTILLA_STATIC_BUILD%" == "" goto done_static
set _SCINTILLA_STATIC_BUILD=-version=SCINTILLA_STATIC_BUILD
:done_static


@echo on


@rem   Compile:

@echo Compiling D Scintilla for DFL...

@rem   -version=NO_DRAG_DROP -version=NO_MDI

%dmd_path%\bin\dfl -c -debug -O -inline -I.. %_SCINTILLA_STATIC_BUILD% 
scintilla
@if errorlevel 1 goto oops
%dmd_path%\bin\dfl -c -debug -O -inline -I.. -odcpp cpp\scintilla 
cpp\scilexer
@if errorlevel 1 goto oops

@echo.


@rem   Make lib file:

@echo Making libs...

%dmc_path%\bin\lib -c -n -p32 dflscintilla.lib scintilla cpp\scintilla 
cpp\scilexer
@if errorlevel 1 goto oops

@echo.


@goto done
:oops
@echo Failed.


:done
@echo Done.



thank you !

dolive


Re: DFL IDE Editor ?

2009-09-24 Thread dolive
Robert Jacques дµ½:

> On Thu, 24 Sep 2009 14:21:55 -0400, dolive  wrote:
> 
> > Robert Jacques дµ½:
> >
> >> On Thu, 24 Sep 2009 06:22:57 -0400, dolive89  wrote:
> >>
> >> > can DFL make ide editor ?
> >> > can do  expansion of the corresponding function?
> >>
> >> Yes.
> >> There's the Entice IDE (http://www.dprogramming.com/entice.php)
> >> Or the simpler DCode IDE(http://www.dprogramming.com/dcode.php)
> >> Or the Scintilla control if you want to roll your own
> >> (http://wiki.dprogramming.com/Dfl/ScintillaControl)
> >
> > thank you very much !!!
> > but version is older,can do be upgraded to dmd2.032 ?  thank you !!!
> >
> > dolive
> 
> DFL hasn't been updated to DMD 2.032 yet. I've updated my local copy.  
> Here's the link:
> https://jshare.johnshopkins.edu/xythoswfs/webui/_xy-3615403_1-t_VRRBqZAG


I use's DFL version is your version, thank you very much !

dolive


Re: DFL IDE Editor ?

2009-09-24 Thread dolive
Robert Jacques дµ½:

> On Thu, 24 Sep 2009 14:21:55 -0400, dolive  wrote:
> 
> > Robert Jacques дµ½:
> >
> >> On Thu, 24 Sep 2009 06:22:57 -0400, dolive89  wrote:
> >>
> >> > can DFL make ide editor ?
> >> > can do  expansion of the corresponding function?
> >>
> >> Yes.
> >> There's the Entice IDE (http://www.dprogramming.com/entice.php)
> >> Or the simpler DCode IDE(http://www.dprogramming.com/dcode.php)
> >> Or the Scintilla control if you want to roll your own
> >> (http://wiki.dprogramming.com/Dfl/ScintillaControl)
> >
> > thank you very much !!!
> > but version is older,can do be upgraded to dmd2.032 ?  thank you !!!
> >
> > dolive
> 
> DFL hasn't been updated to DMD 2.032 yet. I've updated my local copy.  
> Here's the link:
> https://jshare.johnshopkins.edu/xythoswfs/webui/_xy-3615403_1-t_VRRBqZAG


yes, I use DFL is dmd2.032,

 Scintilla DFL Control  version is older, is 2007 year. hope upgraded to 
dmd2.032 .

how to make lib ? I use makescintillalib.bat is error, I copyed cpp directory 
to  DFL directory. changed dmd_path, dmc change to dmd.

can be compiled out .obj file.

thank you !

dolive



Re: DFL IDE Editor ?

2009-09-24 Thread Robert Jacques

On Thu, 24 Sep 2009 14:21:55 -0400, dolive  wrote:


Robert Jacques дµ½:


On Thu, 24 Sep 2009 06:22:57 -0400, dolive89  wrote:

> can DFL make ide editor ?
> can do  expansion of the corresponding function?

Yes.
There's the Entice IDE (http://www.dprogramming.com/entice.php)
Or the simpler DCode IDE(http://www.dprogramming.com/dcode.php)
Or the Scintilla control if you want to roll your own
(http://wiki.dprogramming.com/Dfl/ScintillaControl)


thank you very much !!!
but version is older,can do be upgraded to dmd2.032 ?  thank you !!!

dolive


DFL hasn't been updated to DMD 2.032 yet. I've updated my local copy.  
Here's the link:

https://jshare.johnshopkins.edu/xythoswfs/webui/_xy-3615403_1-t_VRRBqZAG


Re: DFL IDE Editor ?

2009-09-24 Thread dolive
Robert Jacques дµ½:

> On Thu, 24 Sep 2009 06:22:57 -0400, dolive89  wrote:
> 
> > can DFL make ide editor ?
> > can do  expansion of the corresponding function?
> 
> Yes.
> There's the Entice IDE (http://www.dprogramming.com/entice.php)
> Or the simpler DCode IDE(http://www.dprogramming.com/dcode.php)
> Or the Scintilla control if you want to roll your own  
> (http://wiki.dprogramming.com/Dfl/ScintillaControl)

thank you very much !!! 
but version is older,can do be upgraded to dmd2.032 ?  thank you !!!

dolive


Re: DFL IDE Editor ?

2009-09-24 Thread Robert Jacques

On Thu, 24 Sep 2009 06:22:57 -0400, dolive89  wrote:


can DFL make ide editor ?
can do  expansion of the corresponding function?


Yes.
There's the Entice IDE (http://www.dprogramming.com/entice.php)
Or the simpler DCode IDE(http://www.dprogramming.com/dcode.php)
Or the Scintilla control if you want to roll your own  
(http://wiki.dprogramming.com/Dfl/ScintillaControl)