From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,629e11b80bdec45d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-05-09 11:45:54 PST Path: newsfeed.google.com!newsfeed.stanford.edu!skynet.be!grolier!newsfeed00.sul.t-online.de!newsmm00.sul.t-online.com!t-online.de!news.t-online.com!not-for-mail From: Matthias Kretschmer Newsgroups: comp.lang.ada Subject: Re: powerful editors versus IDEs (was: License to Steal) Date: Wed, 09 May 2001 20:45:15 +0200 Organization: T-Online Message-ID: <3AF9903A.B47431C8@gmx.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.t-online.com 989433919 01 25806 yUE6SOCGSYALPh 010509 18:45:19 X-Complaints-To: abuse@t-online.com X-Sender: 520099920815-0001@t-dialin.net X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en Xref: newsfeed.google.com comp.lang.ada:7395 Date: 2001-05-09T20:45:15+02:00 List-Id: > I don't think I tried vim. Where can I find it? Does > it work on Windows NT? You can find vim at www.vim.org. It works on many platforms including Windows NT. I personally use only vi/vim as a editor, but this might not be a choice everybody would do. vim is very powerfull if you know it, if you don't know it at all, you could be get into trouble exiting the editor :-) of course it supports syntax highlighting for ada (just tried it with some files for gnat - vim knows the file-extensions, so no problem). mfg Matthias Kretschmer