January 09, 2004
C wrote:

>>Anyway most good editors handle this, so why not D?
>>    
>>
>
>why not DIDE ?  I've updated it , im touching up the brace highlighting ,
>and adding New File From template and will udpate later tonight.  Also
>mutlpile top level directories are now supported.
>
>  
>
Cool! I just think things like this should be handled at the root level.  I mean, if not, every editor maker for D will have to go to the trouble you've been to (and I do appreasiate it thanks).

Wow, DIDE just keeps getting better and better.

January 09, 2004
Hehe it turns out just to be one call ,

SCI_CONVERTEOLS(SC_EOL_CRLF)

:)

C
"J Anderson" <REMOVEanderson@badmama.com.au> wrote in message
news:btkrkv$1931$1@digitaldaemon.com...
> C wrote:
>
> >>Anyway most good editors handle this, so why not D?
> >>
> >>
> >
> >why not DIDE ?  I've updated it , im touching up the brace highlighting , and adding New File From template and will udpate later tonight.  Also mutlpile top level directories are now supported.
> >
> >
> >
> Cool! I just think things like this should be handled at the root level.  I mean, if not, every editor maker for D will have to go to the trouble you've been to (and I do appreasiate it thanks).
>
> Wow, DIDE just keeps getting better and better.
>


January 09, 2004
"J Anderson" <REMOVEanderson@badmama.com.au> wrote in message news:bth8dq$1ra0$1@digitaldaemon.com...
> Are there any plans to fix the bug where ASCII 10 by-itself (without 13) is not recognised as an enter?  Otherwise could charles put something in DIDE so ASCII 10 by themselves are fixed?  At the moment I'm resorting to copying into mozilla and pasting back into DIDE.  I suppose I could write a filter, but that wouldn't work with DIDE.

The rule is:

\r by itself is newline
\n by itself is newline
\r\n as a pair is a newline

Please send me any examples where this doesn't work right.


January 09, 2004
Reports line(5) error, but there's nothing on line 5.

>The rule is:
>
>\r by itself is newline
>\n by itself is newline
>\r\n as a pair is a newline
>
>Please send me any examples where this doesn't work right.
> 
>

<cid:part1.01050007.03020108@badmama.com.au>


1 2
Next ›   Last »