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,4d85dafcfa1dcde6 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-06 14:52:43 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: dewar@gnat.com (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: GNAT Programming System - Wow Date: 6 May 2002 14:52:43 -0700 Organization: http://groups.google.com/ Message-ID: <5ee5b646.0205061352.456c075a@posting.google.com> References: <9Y1A8.25350$D%5.3478@sccrnsc01> NNTP-Posting-Host: 205.232.38.244 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1020721963 20293 127.0.0.1 (6 May 2002 21:52:43 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 6 May 2002 21:52:43 GMT Xref: archiver1.google.com comp.lang.ada:23602 Date: 2002-05-06T21:52:43+00:00 List-Id: Preben Randhol wrote in message news:... > * Possibility to embed other editors Note that this can mean one of two things. If you just want to use an editor to edit files, it is of course trivial to embed the editor in this sense. But if you want to embed an editor with full browsing capability, that is fully Ada semantic aware, that takes more work, and of course rquires an editor that is programmable so that it can read the necessary data. GPS will support its own embedded editor (that's the edior I use for most purposes these days), and EMACS. Those are the editors that we will fully support (in the deeper embedding with browsing etc) sense above. It is quite likely that others will embed other editors. One of the design points of GPS is that it is naturally open to such endeavors :-)