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

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

[Octave-patch-tracker] [patch #10170] Improve file rename ergonomy


From: Torsten Lilge
Subject: [Octave-patch-tracker] [patch #10170] Improve file rename ergonomy
Date: Sat, 5 Feb 2022 10:06:04 -0500 (EST)

Follow-up Comment #13, patch #10170 (project octave):

The issue with renaming a file using the context menu entry is related to the
"focus follows mouse" preferences.

However, there is another issue with the patch: When renaming a file that is
currently open in the editor, the editor tab is not updated but the dialog
that the file was externally removes appears.

This might be fixed (I only had a brief look into QItemdelegate)  by manually
performing more actions of the QItemDelegate object: possibly by using
closeEditor and/or re-implementing setModelData for informing the editor (as
is now done in contextmenu_rename) before and after the file is renamed.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/patch/?10170>

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




reply via email to

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