octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #60214] Save and Run drops last character of f


From: Torsten Lilge
Subject: [Octave-bug-tracker] [bug #60214] Save and Run drops last character of filename for new scripts
Date: Sun, 14 Mar 2021 08:49:25 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36

Follow-up Comment #12, bug #60214 (project octave):

Changeset http://hg.savannah.gnu.org/hgweb/octave/rev/c24e190ae34f prevents
running a new file that was not saved as octave file.

However, another issue showed up when using native file dialogs
(Debian/GNOME): When entering a file name without extension, let's say 'foo',
an already existing file 'foo.m' is overwritten without warning! Obviously,
the file dialog does not consider the automatically appended extension '.m'
when checking for the existence of the file to be saved. But it warns if the
file without extension 'foo' already exists even though it would not overwrite
this file. Non-native file dialogs work well.

Therefore, another patch related for "save files as ..." will follow with a
manual warning after the (native) file dialog was closed and the file already
exists.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?60214>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]