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,daca227a72518885 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-07 23:22:08 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: Unbounded Strings Date: Wed, 8 Oct 2003 06:22:06 +0000 (UTC) Organization: PVV Message-ID: References: <20031007175516.DC2884C40C8@lovelace.ada-france.org> NNTP-Posting-Host: kiuk0152.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1065594126 3709 129.241.83.78 (8 Oct 2003 06:22:06 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Wed, 8 Oct 2003 06:22:06 +0000 (UTC) User-Agent: slrn/0.9.8.0 (Linux) Xref: archiver1.google.com comp.lang.ada:441 Date: 2003-10-08T06:22:06+00:00 List-Id: On 2003-10-08, Andrew Carroll wrote: First I agree with you on Strings. > Once I leaned my way around the packages that come with GNAT a bit I > found myself wanting to use Ada with the Unix Visual Editor (VI) more > and my fancy GUI IDE with C++ less. If you use Vim (Vi Improved, http://www.vim.org) you may benifit by looking at these very useful scripts that exists for vim. http://vim.sourceforge.net/script.php?script_id=69 http://vim.sourceforge.net/script.php?script_id=31 http://vim.sourceforge.net/script.php?script_id=294 http://vim.sourceforge.net/script.php?script_id=42 http://vim.sourceforge.net/script.php?script_id=39 http://vim.sourceforge.net/script.php?script_id=21 http://vim.sourceforge.net/script.php?script_id=58 http://vim.sourceforge.net/script.php?script_id=273 For more scripts and tips see: http://vim.sf.net For screenshot of how my Vim looks like when I edit Ada source: http://www.pvv.org/~randhol/vim/ (under screenshot) Regards, Preben -- "In Ada you model the problem space, not the solution space." -- Robert I. Eachus