March 22, 2003
> John, you must be careful what you wish for!! Here goes:

:-)

Well, I'm glad you and others decided to humor me on this one.

Thanks for the post.

John




March 22, 2003
Thanks Burton,

Nice to hear from one of the groups most prolific of D coders.

Wish you continuing success on Dig.  I look forward to seeing it grow with D.  I know I'm looking forward to using it.

And hey, don't trash Python, at least it's a better language then BASIC and great for rapid prototyping work. ;-)

Later,
John


March 24, 2003
> Well I'm sure you've all heard more than enough from me. I'd just like to say what a continuing pleasure the Digital Mars newsgroup is, and what a stark contrast it is from most of the others I've come across in terms of tolerance, helpfulness, and plain good humoured human friendship. We not only have the foremost compiler walter in the business, but he's managed
to
> engender a forum that contains most of what is good, and precious little
of
> what is bad, in our business. Thanks to you all.

It's the people who participate here who've made this forum what it is. All I can say is how pleased I am at the quality of the discussions here. D sure seems to attract the best of the programmers!


April 03, 2003
"Jon Allen" <jallen@minotstateu.edu> wrote in message news:b5anom$9eg$1@digitaldaemon.com...
> Current project's I want to start on when I get time are:
> a decent programmers editor (none of them get it quite right for my taste)
> a language of my own design
> my own C and D compilers

I understand :-)


April 03, 2003
"Walter" <walter@digitalmars.com> wrote in message news:b6hv1r$icg$1@digitaldaemon.com...
>
> "Jon Allen" <jallen@minotstateu.edu> wrote in message news:b5anom$9eg$1@digitaldaemon.com...
> > Current project's I want to start on when I get time are:
> > a decent programmers editor (none of them get it quite right for my
taste)
> > a language of my own design
> > my own C and D compilers
>
> I understand :-)
>

:)

OK, that either means I can finally stop dreaming of
my own editor, or that everyone needs to write his own,
eventually, no matter what... :)

(BTW, Multi-Edit was quite fine for the old days on
the PC. Now (that I bought it...) it's ugly like hell
and buggier than ever... It's agnoizing. The managers
now try to revive it by attracting old-time hackers
to free workshops to code stuff for it again. It gave
me some hope, but when they never replied to my mail
in this matter -- I lost it again, forever. Now the
new hope to me is in either Jon ;) or D + Lua...)

Has anyone tried NoteTabs seriously (on Windows)? Is
it programmable _fully_? I mean changing built-in
dialog boxes etc., as in Multi-Edit?)

Luna Kid


April 06, 2003
On Thu, 3 Apr 2003 21:43:55 +0200, "Luna Kid" <lunakid@neuropolis.org> wrote:
> 
> Has anyone tried NoteTabs seriously (on Windows)? Is
> it programmable _fully_? I mean changing built-in
> dialog boxes etc., as in Multi-Edit?)
> 
> Luna Kid
> 
Tried http://www.scintilla.org/SciTE.html ?
Folding, full source, free etc.


April 06, 2003
> > Has anyone tried NoteTabs seriously (on Windows)? Is
> > it programmable _fully_? I mean changing built-in
> > dialog boxes etc., as in Multi-Edit?)
> >
> > Luna Kid
> >
> Tried http://www.scintilla.org/SciTE.html ?
> Folding, full source, free etc.

Thanks Karl, I've just downloaded it and giving a try...

(Though seems somewhat hacky C++, perhaps it may be reused if I go _mad_ and decide to work on an editor myself.)

Cheers,
Sab


April 06, 2003
Karl Bochert wrote:
> On Thu, 3 Apr 2003 21:43:55 +0200, "Luna Kid" <lunakid@neuropolis.org> wrote:
> 
>>Has anyone tried NoteTabs seriously (on Windows)? Is
>>it programmable _fully_? I mean changing built-in
>>dialog boxes etc., as in Multi-Edit?)
>>
>>Luna Kid
>>
> 
> Tried http://www.scintilla.org/SciTE.html ?
> Folding, full source, free etc.
> 
> 

By the by, here's a syntax highlighting config file for SciTE/D:

http://ikagames.com/andy/d/dscite.zip

April 06, 2003
> > Tried http://www.scintilla.org/SciTE.html ?
> > Folding, full source, free etc.

What exactly is called "folding" here? (Please forgive
this to a foreigner... Would it be that collapsing of
text portions?)

BTW, that Scintia has some truly lovely features!

(I just wish it hadn't reimplemented a -- quite suboptimal -- custom caret instead of using that of the system.)

> By the by, here's a syntax highlighting config file for SciTE/D:
>
> http://ikagames.com/andy/d/dscite.zip

Dead link, Andy?

Cheers,
Sab


April 06, 2003
> BTW, that Scintia ...

OK, Scintilla -- another thing to forgive... ;)

Lunaman