Mail Archives: djgpp/1996/08/07/14:10:24
davis AT space DOT mit DOT edu (John E. Davis) wrote:
>On Sun, 04 Aug 1996 11:53:47 GMT, Jere_McDevitt AT theratx DOT com <Jere_McDevitt AT theratx DOT com>
>wrote:
> : Well, (and others might be interested in this) I retrieved the source
> : for JED and discovered that if code uses the open command when using
> : DJGPP (gcc) then long file names aren't supported. However, _open
> : does use long file names.
> :
> : So, I re-compiled and now have what I wanted.
>Is that all there is to it to get long filename support? Since I am
>planning to release a new version of JED very soon, I would like to
>make this change if it is that easy. I do not have WIN 95 which means
>that I would have to release it without any long filename testing.
>Thanks,
>--
>John E. Davis Center for Space Research/AXAF Science Center
>617-258-8119 MIT 37-662c, Cambridge, MA 02139
>http://space.mit.edu/~davis
This is all I had to do. I tested with both and this fixed it. I
used the DOS source and made the change in the file.c module inside
the MSDOS if/def loop.
The attribute flags work the same and everything seems to function
just fine for me. I intend to add to the javamode.sl to give me
direct compile without using the SHELL command next.
Good work on the editor. I used to use BRIEF but like this. The only
thing I miss is block copying (not row copying) where I could delete a
column of characters.
Any chance on getting that soon?
Jere
- Raw text -