Date: Thu, 14 Jan 1999 09:47:23 +0200 (WET) From: Andris Pavenis To: djgpp AT delorie DOT com Subject: Re: Weird RHIDE problem found - /* at end of comments causes pro In-Reply-To: <369D2E3E.71C628D@gmx.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Wed, 13 Jan 1999, Robert Hoehne wrote: > Eli Zaretskii wrote : > > > > Here's an idea for another life-saver: install a handler for > > SIGINT/SIGQUIT, and if the user presses the appropriate key twice before > > RHIDE has a chance to return to the top level and clear the interrupt > > condition, auto-save and exit (after asking the user if they really meant > > that). > > I did that already similar (hooking SIGINT), but I will add there > now also a try to save the editors and the project. > One more thing. When RHIDE is checking dependencies for large project (e.g. RHIDE itself) to find which files should be rebuild and I'm pressing Ctrl-C I'm getting message box whether I want to interrupt RHIDE. I think this should be changed: - if project is being built that first action could be stopping building project with corresponding message. (I think we need a possibility to interrupt dependencies checking witchout quitting RHIDE) - otherwise current action could be appropriate Andris