Re: Simple text editor program

2021-11-17 Thread zjh via Digitalmars-d-learn
On Wednesday, 17 November 2021 at 03:21:34 UTC, Ali Çehreli wrote: On 11/16/21 6:10 PM, pascal111 I think 'med' is by Walter Bright; he uses that editor daily. Ali Med is too simple,just for learn. Actually, it's best to program with `VIM`,kinds of plugin. I've been saying that D we should mak

Re: Simple text editor program

2021-11-17 Thread bachmeier via Digitalmars-d-learn
On Wednesday, 17 November 2021 at 20:49:22 UTC, Dr Machine Code wrote: On Wednesday, 17 November 2021 at 03:21:34 UTC, Ali Çehreli wrote: On 11/16/21 6:10 PM, pascal111 wrote: Is there a so simple text editor written in D as an example for learners. I hope the editor whose code is written in D

Re: Simple text editor program

2021-11-17 Thread bachmeier via Digitalmars-d-learn
On Wednesday, 17 November 2021 at 21:37:01 UTC, Ali Çehreli wrote: On 11/17/21 12:49 PM, Dr Machine Code wrote: >> I think 'med' is by Walter Bright; he uses that editor daily. >> >> Ali > > It's a emacs' variant written in D? Yes. The dub page explains that the original author is Dave G. Conr

Re: Simple text editor program

2021-11-17 Thread Ali Çehreli via Digitalmars-d-learn
On 11/17/21 12:49 PM, Dr Machine Code wrote: >> I think 'med' is by Walter Bright; he uses that editor daily. >> >> Ali > > It's a emacs' variant written in D? Yes. The dub page explains that the original author is Dave G. Conroy. med is written by Walter and is his favorite editor. (I should t

Re: Simple text editor program

2021-11-17 Thread Dr Machine Code via Digitalmars-d-learn
On Wednesday, 17 November 2021 at 03:21:34 UTC, Ali Çehreli wrote: On 11/16/21 6:10 PM, pascal111 wrote: Is there a so simple text editor written in D as an example for learners. I hope the editor whose code is written in D is available with someone. I am not familiar with any of them but sea

Re: Simple text editor program

2021-11-17 Thread Adam D Ruppe via Digitalmars-d-learn
On Wednesday, 17 November 2021 at 02:10:07 UTC, pascal111 wrote: Is there a so simple text editor written in D as an example for learners. I hope the editor whose code is written in D is available with someone. Probably not what you really want but this old post has a cute sample program usin

Re: Simple text editor program

2021-11-16 Thread Ali Çehreli via Digitalmars-d-learn
On 11/16/21 6:10 PM, pascal111 wrote: Is there a so simple text editor written in D as an example for learners. I hope the editor whose code is written in D is available with someone. I am not familiar with any of them but searching for 'editor' finds some packages: https://code.dlang.org

Simple text editor program

2021-11-16 Thread pascal111 via Digitalmars-d-learn
Is there a so simple text editor written in D as an example for learners. I hope the editor whose code is written in D is available with someone.