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,LOTS_OF_MONEY autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,be23df8e7e275d73 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-13 16:35:12 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newshub2.home.com!news.home.com!news1.rdc1.mi.home.com.POSTED!not-for-mail From: "McDoobie" Subject: Re: "is ada dead?" A challenge for all of us? Newsgroups: comp.lang.ada Organization: The Caffinated Corps. References: <0zS27.187213$DG1.31590366@news1.rdc1.mi.home.com> <23C37.25392$WS4.3875364@news6-win.server.ntlworld.com> User-Agent: Pan/0.8.1beta4 (Unix) X-No-Productlinks: Yes Message-ID: Date: Fri, 13 Jul 2001 23:35:12 GMT NNTP-Posting-Host: 24.0.109.49 X-Complaints-To: abuse@home.net X-Trace: news1.rdc1.mi.home.com 995067312 24.0.109.49 (Fri, 13 Jul 2001 16:35:12 PDT) NNTP-Posting-Date: Fri, 13 Jul 2001 16:35:12 PDT Xref: archiver1.google.com comp.lang.ada:9933 Date: 2001-07-13T23:35:12+00:00 List-Id: In article <23C37.25392$WS4.3875364@news6-win.server.ntlworld.com>, "chris.danx" wrote: > What's Forte when it's at home? Is it free? > > I ask since it's important to explore various IDEs and see what features > work and what are useless. However, my requirements are going to be > different from other ppl's and this is going cooperation from ppl to get > right. Forte is the Java IDE produced by Sun Microsystems. They have a free community version available for download at thier java.sun.com website. I really like the way I can configure it to pop up different code line selections at different spots while I'm coding. Some people find it gets in the way, but I like it. It's off by default. Anyways, it's a really nice interface, even professional, considering the price.($0) I would highly encourage you to check it out. > { > it uses gwindows 0.3 > > how stable is gwindows? I mean, how much of it is likely to change and > become incompatible in the future? > > Should i stick with 0.3 or go for the pre-beta release (I don't imagine > there will be much difference _once I get it compiled_, and it won't > impact on the program at all) One thing that I would find really irritating is another IDE designed to run only on Windows. I'm a FreeBSD user (occasional Linux). Havent used Windows in eight years.(Except for when I have no choice, like at the office, or when fixing my dad's computer.) It would certainly be important to keep the app as platform independant as possible. We have Windows programmers, OS X programmers, Linux and Unix programmers, and yes...even BeOS programmers who would probably find a good Ada IDE to be a major benefit. >> However, a couple important features would be extensive hotkey support >> (aka LyX), > > Lyx? LyX is the Open Source WYSISWYM(What you see is what you MEAN.) GUI processor for the TeX/LaTeX document formatting system. TeX has been actively developed for 30+ years, and is about as bug free a system as your likely to find anywhere. It's a contribution of one Donald E. Knuth to the computing world. It's another software group worth researching. > Extensive hotkey support like reconfiguring hotkeys? Yeah. Macros and hotkeys are where it's at for me. I was weaned on VI, so I'm not very much into the Emacs style of clickity click, but I certainly appreciate those features. >> and customization of the look and feel. > > It is important to account for different tastes (may increase > productivity), however the level of customisation shouldn't be too great > (or useless). My thoughts exactly. Balance is the key. > Oh yes, no point going down the _feature bloat_ route. Another point on > "features" is not to ram them down the developers throat. I get annoyed > with some IDEs that make you use a project to compile toy programs. Anyone > else get annoyed at this? Your a programmer after my own heart. > > I'd really like to have plugins but I don't have a clue how to do this, > anyone know a good introduction to plugin-ability on the windows > platform? > Corba and/or XML-RPC might be a good way to handle this. I'm not sure. Just learning about "Plugins" myself. > > Chris > McDoobie chris@dont.spam.me