Re: [Eclipseexeditor-devuser] Filters not working
Brought to you by:
david_biesack
|
From: David B. <Dav...@mi...> - 2005-06-02 03:03:44
|
Carlos Kozuszko wrote: >>When it works "sometimes", is it sometimes with the exact same command, >>or "sometimes" meaning with some commands it works and with others it >>does not work? >> >> > >I've noticed that this strange behavior does not depend on the >command, and I think isn't a PATH issue either. The command > >echo "abcd" > >should replace the selected text with the abcd string, but this only >happens "sometimes". > > > > >>Does the command work successfully when you run it from a shell, i.e. >> >> > >echo always runs fine from a shell. > >I'm waiting to solve this problem to recommend the plugin to all my friends ;) > >ckozus. > > Please see the Bug reports https://sourceforge.net/tracker/index.php?func=detail&aid=1212888&group_id=137861&atid=739527 and https://sourceforge.net/tracker/index.php?func=detail&aid=1212224&group_id=137861&atid=739527 I'm working on a fix for cases which output text but do not read all (or perhaps any) of the input stream, and cleaning up the process termination code. I'll try to have something later this week. |