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,FREEMAIL_FROM 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 05:51:13 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!news-FFM2.ecrc.net!news.cesnet.cz!crax.cesnet.cz!news.felk.cvut.cz!not-for-mail From: "Sergey Koshcheyev" Newsgroups: comp.lang.ada Subject: Re: AdaGIDE 6.52 release (Ada GUI IDE for Windows 9x/NT/...) Date: Sat, 30 Mar 2002 14:38:21 +0100 Organization: Czech Technical University Message-ID: References: NNTP-Posting-Host: m232.dkm.cz X-Trace: ns.felk.cvut.cz 1017495483 76194 62.24.78.232 (30 Mar 2002 13:38:03 GMT) X-Complaints-To: usenet@ns.felk.cvut.cz NNTP-Posting-Date: Sat, 30 Mar 2002 13:38:03 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Xref: archiver1.google.com comp.lang.ada:21889 Date: 2002-03-30T14:38:21+01:00 List-Id: 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. "Gautier Write-only-address" wrote in message news:mailman.1017473042.31661.comp.lang.ada@ada.eu.org... > Hi - just some news about latest release of AdaGIDE. >