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,75a75201ffc344e3 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-30 12:37:03 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!sn-xit-03!supernews.com!freenix!deine.net!newsfeed00.sul.t-online.de!newsmm00.sul.t-online.com!t-online.de!news.t-online.com!not-for-mail From: Ingo Marks Newsgroups: comp.lang.ada Subject: Re: AdaGIDE 6.52 release (Ada GUI IDE for Windows 9x/NT/...) Date: Sat, 30 Mar 2002 21:34:51 +0100 Organization: T-Online Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: news.t-online.com 1017520474 01 25230 vA13TOvGS9AHuB 020330 20:34:34 X-Complaints-To: abuse@t-online.com X-Sender: 340020534592-0001@t-dialin.net User-Agent: KNode/0.6.1 Xref: archiver1.google.com comp.lang.ada:21900 Date: 2002-03-30T21:34:51+01:00 List-Id: Sergey Koshcheyev wrote: > Hi, > > First, the custom-color code in AdaGIDE leaks GDI brushes - they are > created but never destroyed. Due to this, after doing several builds, > redrawing problems appear (the brushes are leaked in the error box > redrawing code). > > Second, in the past few days I've did a complete AdaGIDE GUI redesign as > my own private project. It now uses common controls (tool bar and status > bar) instead of the "home-made" AdaGIDE controls. And Scintilla source > editor widget (used in SciTE) is used instead of the rich edit control. > The AdaGIDE looks in my opinion much better now. > > However, I had to take out some features. Customizable color schemes will > not work, and some minor things like customizing whether tooltips should > appear don't work, for example. > > I'd like to know whether somebody is interested in it and whether I should > make my work publicly available (if so, how?). > > Sergey Koshcheyev. Your work is really interesting! Is your AdaGIDE version Windows only or could I compile it for Linux, too? AFAIK SciTE is usable in Linux. If you plan to extend your AdaGIDE, and if you are interested in suggestions, then I would like to suggest: A GNAT library source browser would be a fine thing ... Ingo