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,d2412d6bfc028be4 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-08-29 11:42:20 PST Path: archiver1.google.com!newsfeed.google.com!postnews1.google.com!not-for-mail From: B_Gaffney@My-Deja.com (B.Gaffney) Newsgroups: comp.lang.ada Subject: Re: Informal "poll" about a minor AdaGIDE improvement Date: 29 Aug 2001 11:42:20 -0700 Organization: http://groups.google.com/ Message-ID: <9f6e2b77.0108291042.1ecb7735@posting.google.com> References: NNTP-Posting-Host: 198.26.132.102 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 999110540 7638 127.0.0.1 (29 Aug 2001 18:42:20 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 29 Aug 2001 18:42:20 GMT Xref: archiver1.google.com comp.lang.ada:12573 Date: 2001-08-29T18:42:20+00:00 List-Id: "Gautier Write-only-address" wrote in message news:... > Hullo. > > These times I'm toying with AdaGIDE sources. > I have added the following feature: > > AdaGIDE remembers the line & column position of cursor > after closing a window, for the next reopening. > > In current release, windows always open in the (1,1) position. > When you have work sessions around line 537 of source A and > 1203 of source B etc., I find more comfortable that an IDE > remembers positions. > > Q: do you prefer the feature to be optional (but it would be > one option more) ? > > Remark: wishes are welcome! I already have a list... > Well, this would definitely count as a wish: It'd be nice to (somehow) be able to specify the command used to compile. I can think of two uses: 1) To GnatChop a file and compile a main unit (perhaps the unit with the same basic name as the file). The compiler errors should be output, so that should still work. [I currently use a .BAT file which Chops into a subdirectory, compiles in that directory, and returns the executable. This helps to keep things clean.] 2) To check in the source (to CVS, etc.) before each compile. I haven't a clue how this would be implemented/specified, but it would be nice (even if there were restrictions). --Brian