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-Thread: 103376,8b756d9a0afb052a X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!g14g2000cwa.googlegroups.com!not-for-mail From: "Martin Krischik" Newsgroups: comp.lang.ada Subject: Re: Quick question about Ada code formatting. Date: 23 Feb 2006 07:02:11 -0800 Organization: http://groups.google.com Message-ID: <1140706931.708556.38170@g14g2000cwa.googlegroups.com> References: <43F7915B.3090000@obry.net> <43F83D46.2090200@obry.net> <43F84890.7010900@obry.net> <43f871d8$0$491$9b4e6d93@newsread4.arcor-online.net> <43F872C4.50505@obry.net> <43f97b00$0$4386$626a54ce@news.free.fr> <43FCE82E.5000705@obry.net> NNTP-Posting-Host: 138.189.120.38 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1140706937 31903 127.0.0.1 (23 Feb 2006 15:02:17 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 23 Feb 2006 15:02:17 +0000 (UTC) In-Reply-To: User-Agent: G2/0.2 X-HTTP-UserAgent: Opera/8.52 (Windows NT 5.0; U; de),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: g14g2000cwa.googlegroups.com; posting-host=138.189.120.38; posting-account=2-0LkQwAAAAQMhPSoYwlMiUmi-6lYh44 Xref: g2news1.google.com comp.lang.ada:3107 Date: 2006-02-23T07:02:11-08:00 List-Id: > If the IDE displayed the keyword 'procedure' (or that whole line) in a > much larger font, would that be easy enough to see? Cool idea, I imedialtly opened my vim configuration and closed it just as fast again. Problem: procedure xxx ( aaaa : bbbb := mmmm; ccccc: dddd ) renames yyyy; I tried before for syntax folding and failed - Ada's syntax is just to flexible. So you would need a very Ada centric IDE like the GPS to implement that feature. Martin