July 20, 2005 Re: DCode editor | ||||
---|---|---|---|---|
| ||||
Posted in reply to Vathix |
Very nice...
I would like to be able to have a dark backgroung. Please. :-) White kills my eyes.
Vathix says...
>
>On Tue, 19 Jul 2005 01:54:47 -0400, jicman <jicman_member@pathlink.com> wrote:
>
>>
>> Is it D source? Or c? Just curious...
>
>The text box is C++ and the rest is D.
|
July 21, 2005 DCode 1.1 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Vathix | Version 1.1 with customized colors - http://www.dprogramming.com/dcode.php |
July 21, 2005 Re: DCode 1.1 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Vathix | In article <op.st9jp1h6l2lsvj@esi>, Vathix says...
>
>Version 1.1 with customized colors - http://www.dprogramming.com/dcode.php
Add intellisense support and I'll fall to my knees and worship the ground you walk on =P.
But seriously, great job so far!
|
July 22, 2005 Re: DCode 1.1 | ||||
---|---|---|---|---|
| ||||
Posted in reply to James Dunne |
WOW! Very nice...
James Dunne says...
>
>In article <op.st9jp1h6l2lsvj@esi>, Vathix says...
>>
>>Version 1.1 with customized colors - http://www.dprogramming.com/dcode.php
>
>Add intellisense support and I'll fall to my knees and worship the ground you walk on =P.
>
>But seriously, great job so far!
>
>
|
October 13, 2005 Re: DCode editor | ||||
---|---|---|---|---|
| ||||
Posted in reply to Vathix | Vathix said the following on 7/19/2005 2:17 AM:
> On Tue, 19 Jul 2005 01:54:47 -0400, jicman <jicman_member@pathlink.com> wrote:
>
>>
>> Is it D source? Or c? Just curious...
>
>
> The text box is C++ and the rest is D.
First I have a some questions of my own:
1. Why is the text box written in C++ and not D?
2. Also do you have plans to release the source code and if so under what license?
3. How soon will DCode 1.3 be out?
4. Will you be adding syntax highliting for assembly(inline/external),
HTML(for embedded D code), and DMDScript?
Now with that out of the way, I'm currently using the latest available version DCode 1.2 and its really good. It may lack some features that gvim 6.3 has that I like such as folding; but I understand you do intend to had other features such as the ability to call build which would be great. DCode works real well, loads faster than gvim 6.3, and at the moment is written mostly in D.
--
Robert Jones
robertjones21@HotPOP.com
rjones21.freeshell.org
"Seek out the truth, only if you have the courage to accept it"
|
October 15, 2005 Re: DCode editor | ||||
---|---|---|---|---|
| ||||
Posted in reply to Robert Jones | On Thu, 13 Oct 2005 14:51:19 -0400, Robert Jones <robertjones21@HotPOP.com> wrote: > Vathix said the following on 7/19/2005 2:17 AM: >> On Tue, 19 Jul 2005 01:54:47 -0400, jicman <jicman_member@pathlink.com> wrote: >> >>> >>> Is it D source? Or c? Just curious... >> The text box is C++ and the rest is D. > > First I have a some questions of my own: > > 1. Why is the text box written in C++ and not D? It's the existing Scintilla text box control with modifications; I didn't want to make my own because that would take too long. > > 2. Also do you have plans to release the source code and if so under what license? Not sure.. but I usually go with libpng/zlib license. > > 3. How soon will DCode 1.3 be out? I've been a bit busy lately and haven't spent much time on my D stuff, so I don't know. > > 4. Will you be adding syntax highliting for assembly(inline/external), HTML(for embedded D code), and DMDScript? Maybe inline assembly, less likely HTML and DMDScript. > > Now with that out of the way, I'm currently using the latest available version DCode 1.2 and its really good. It may lack some features that gvim 6.3 has that I like such as folding; but I understand you do intend to had other features such as the ability to call build which would be great. DCode works real well, loads faster than gvim 6.3, and at the moment is written mostly in D. Folding should be easy, just seems like very few even like it. - Chris |
October 28, 2005 Re: DCode editor | ||||
---|---|---|---|---|
| ||||
Posted in reply to Vathix | In article <op.sypbiotyl2lsvj@esi>, Vathix says... > >On Thu, 13 Oct 2005 14:51:19 -0400, Robert Jones <robertjones21@HotPOP.com> wrote: > >> Vathix said the following on 7/19/2005 2:17 AM: >>> On Tue, 19 Jul 2005 01:54:47 -0400, jicman <jicman_member@pathlink.com> wrote: >>> >>>> >>>> Is it D source? Or c? Just curious... >>> The text box is C++ and the rest is D. >> >> First I have a some questions of my own: >> >> 1. Why is the text box written in C++ and not D? > >It's the existing Scintilla text box control with modifications; I didn't want to make my own because that would take too long. > If I rewrote the text box control in D would you consider using it? >> >> 2. Also do you have plans to release the source code and if so under >> what license? > >Not sure.. but I usually go with libpng/zlib license. > >> >> 3. How soon will DCode 1.3 be out? > >I've been a bit busy lately and haven't spent much time on my D stuff, so I don't know. > >> >> 4. Will you be adding syntax highliting for assembly(inline/external), >> HTML(for embedded D code), and DMDScript? > >Maybe inline assembly, less likely HTML and DMDScript. > >> >> Now with that out of the way, I'm currently using the latest available version DCode 1.2 and its really good. It may lack some features that gvim 6.3 has that I like such as folding; but I understand you do intend to had other features such as the ability to call build which would be great. DCode works real well, loads faster than gvim 6.3, and at the moment is written mostly in D. > >Folding should be easy, just seems like very few even like it. > >- Chris -- Robert Jones robertjones21@HotPOP.com rjones21.freeshell.org (A fansite for my fav anime) |
November 02, 2005 Re: DCode editor | ||||
---|---|---|---|---|
| ||||
Posted in reply to Robert Jones | On Fri, 28 Oct 2005 15:54:39 -0400, Robert Jones <Robert_member@pathlink.com> wrote:
...
>>> 1. Why is the text box written in C++ and not D?
>>
>> It's the existing Scintilla text box control with modifications; I didn't
>> want to make my own because that would take too long.
>>
> If I rewrote the text box control in D would you consider using it?
Sure ;)
|
Copyright © 1999-2021 by the D Language Foundation