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 19:24:50 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.cwix.com!wn2feed!worldnet.att.net!204.127.198.204!attbi_feed4!attbi.com!rwcrnsc51.ops.asp.att.net.POSTED!not-for-mail From: "Steve Doiel" Newsgroups: comp.lang.ada References: Subject: Re: AdaGIDE 6.52 release (Ada GUI IDE for Windows 9x/NT/...) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: <5kvp8.164107$uA5.139552@rwcrnsc51.ops.asp.att.net> NNTP-Posting-Host: 12.225.227.101 X-Complaints-To: abuse@attbi.com X-Trace: rwcrnsc51.ops.asp.att.net 1017545089 12.225.227.101 (Sun, 31 Mar 2002 03:24:49 GMT) NNTP-Posting-Date: Sun, 31 Mar 2002 03:24:49 GMT Organization: AT&T Broadband Date: Sun, 31 Mar 2002 03:24:49 GMT Xref: archiver1.google.com comp.lang.ada:21907 Date: 2002-03-31T03:24:49+00:00 List-Id: I would suggest sending an email to Martin Carlisle: carlislem@acm.org Perhaps your changes may be reviewed and entered into AdaGIDE. SteveD "Sergey Koshcheyev" wrote in message news:a84f3r$2ad2$1@ns.felk.cvut.cz... > 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.