On 18 August 2010 05:00, Jan Beyer <j...@beathovn.de> wrote:

> When opening an Octave script file with a '-' in its file name in the
> QtOctave editor, this file cannot be run (e.g. via menu Run / "Run
> (F5)"). Run / "Send to Octave (F9)" works, however.

Thanks for this report. I see that the problem is in
qtoctave/editor.cpp around line 335 where it says

     octave_connection->command_enter(finfo.baseName());

which should probably be

     octave_connection->command_enter(QString("source ") + finfo.fileName()) );

I'll consult with upstream that this is the right fix.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to