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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,26d2be21b497937a X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-04-08 07:17:11 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!uio.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: Recommended free IDE on windows Date: Tue, 8 Apr 2003 14:17:11 +0000 (UTC) Organization: Norwegian university of science and technology Message-ID: References: NNTP-Posting-Host: kiuk0152.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1049811431 1528 129.241.83.78 (8 Apr 2003 14:17:11 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Tue, 8 Apr 2003 14:17:11 +0000 (UTC) User-Agent: slrn/0.9.7.4 (Linux) Xref: archiver1.google.com comp.lang.ada:35993 Date: 2003-04-08T14:17:11+00:00 List-Id: Jano wrote: > Hello, > > I'm currently not bad using the regular windows explorer, a shell prompt > for make/launching, and Vim as code editor. I use Vim too and here is a screenshot how it looks like when I code: http://www.pvv.org/~randhol/Vim/project-ada.png (Picture is from Linux, but you can get the same behaviour in Windows) > However, I wonder if there is some environment which can improve my > "coding experience". My only requisite is to be able to use vi-mode. http://vim.sf.net is your friend. I use these excellent scripts: http://vim.sourceforge.net/scripts/script.php?script_id=31 http://vim.sourceforge.net/scripts/script.php?script_id=69 http://vim.sourceforge.net/scripts/script.php?script_id=58 http://vim.sourceforge.net/scripts/script.php?script_id=21 If you prefer a different IDE there is also: http://vim.sourceforge.net/scripts/script.php?script_id=95 but I like the project approch more. Send me a mail if you want more hints/tips. Preben