johnstarmer / open-delta

Automatically exported from code.google.com/p/open-delta
0 stars 0 forks source link

Cannot append output to multiple files in Intkey #217

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
1. Run Intkey
2. Select File -> File -> Input...
3. Open a file containing the following directives commands:

\*file output a.out
\*output describe all all
\*file output b.out
\*output describe all all
\*file output a.out
\*output diagnose 5 all
\*file close a.out
\*file close b.out

The old version of Intkey keeps track of multiple open file handles, so the 
second call to "file output a.out" reopens a.out for appending. In open-delta, 
this call reopens a.out but clears out any of the content that was previously 
in this file.

Original issue reported on code.google.com by chris.fl...@gmail.com on 13 Nov 2012 at 5:48

GoogleCodeExporter commented 8 years ago
Low priority as we are yet to encounter anyone who actually wants to do this.

Original comment by chris.fl...@gmail.com on 13 Nov 2012 at 5:48