From: axlq AT unicorn DOT us DOT com (to comp.os.msdos.djgpp) Newsgroups: comp.os.msdos.djgpp Subject: RHIDE understands QBASIC?? Date: 16 Feb 1999 22:39:43 GMT Organization: a2i network Lines: 19 Message-ID: <7acs3f$pst$1@samba.rahul.net> NNTP-Posting-Host: waltz.rahul.net NNTP-Posting-User: unicorn To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I just had a pleasant surprise. A friend sent me a fairly large qbasic application to look at, and so I loaded it up into RHIDE, that being the most convenient editor I have at the moment. You know how RHIDE parses your C/C++ code to assign colors to different bits of text? Well, it did the same thing for qbasic source! If the file ends in .bas, it uses different parsing rules, and recognizes comments beginning with a single quote ('), it recognizes BASIC keywords, and so on. It's much better than the editor that comes with qbasic! Now, if only I could run qbasic programs from RHIDE.... Is this multi-language feature documented anywhere? I don't remember reading about it. In any case, it was a nice suprise. Many thanks to the author! -Alex