X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Sender: salvador AT delorie DOT com Message-ID: <3CCD92FB.C4DFB38D@inti.gov.ar> Date: Mon, 29 Apr 2002 15:37:47 -0300 From: salvador Organization: INTI X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.20 i686) X-Accept-Language: es-AR, en, es MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: Questions on Rhide References: <3ccc2586$0$331$9b622d9e AT news DOT freenet DOT de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com deckerben wrote: > So I have had some small problems with Rhide that are gradually becoming > larger problems: > > 1. Rhide's file-suffix recogition (for '.c', '.cpp', etc) is case sensitive, > especially under windows. I am restraining myself not to say something > really regrettable about this "feature". I read what the "reasons" for it > were. > Has anyone found a solution besides having to write a whole 'front-end > script for the front-end' to convert all arguments to lower case? Using the > '-c' option does not make any difference. You must understand that GNU tools are designed for POSIX compliant operating systems where FOO is different than foo. IMHO the missfeature is in Win32, anyways, you can make RHIDE compile .C programs as plain C instead of C++ and also understand CC and CPP as you like. Just read the docs and take a look at the definitions generated by RHIDE -E As an example: The rule: RHIDE_COMPILE.C.o=$(RHIDE_COMPILE.cc.o) can be defined as: RHIDE_COMPILE.C.o=$(RHIDE_COMPILE.c.o) and you can add: RHIDE_COMPILE.CPP.o=$(RHIDE_COMPILE.c.o) RHIDE_COMPILE.CC.o=$(RHIDE_COMPILE.c.o) > 2. Uhhh... how do I *delete* a mistyped include directory inside the > OPTIONS-DIRECTORIES-INCLUDE dialogue box? Ah? sorry, but I fail to see any difference between this input box and any other used in Windows, what's the problem? can't you just use arrows and backspace/delete? > 3. I am looking for the rhide.env setting that turns OFF the "feature" that > opens all the windows again that were left open when the last session ended. > This wastes time for me. I want it so that when I type "rhide test.c", Rhide > opens ONLY with test.c, and not along with all the junk from ten sessions > ago. A *comprehensive* info reference would be most welcome. Don't know if any option is there. But I think you should use projects and assign the gpr extension to RHIDE. SET -- Salvador Eduardo Tropea (SET). (Electronics Engineer) Visit my home page: http://welcome.to/SetSoft or http://www.geocities.com/SiliconValley/Vista/6552/ Alternative e-mail: set AT computer DOT org set AT ieee DOT org Address: Curapaligue 2124, Caseros, 3 de Febrero Buenos Aires, (1678), ARGENTINA Phone: +(5411) 4759 0013