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

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

[Octave-bug-tracker] [bug #49571] Command-c and command-v aren't default


From: John Swensen
Subject: [Octave-bug-tracker] [bug #49571] Command-c and command-v aren't default cut/paste in editor (and command-v doesn't work even when changed in preferences)
Date: Wed, 9 Nov 2016 22:03:55 +0000 (UTC)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.35 Safari/537.36

Follow-up Comment #1, bug #49571 (project octave):

I'm not quite sure if this fix was leftover from a time when Qscintilla worked
differently, but as far as I can tell, QScintilla now follows the QT4.7+
standard of Command (see the QKeySequence section at
http://doc.qt.io/qt-5/qkeysequence.html)

So, as far as I can tell, simply deleting that whole OSX-specific section in
the octave_qscintilla constructor seems to solve all my problems:
1) command-c acts as a copy
2) command-v acts as a paste
3) command-z acts as a backup
4) CTRL-C interrupts an executing script (and crashes the GUI if done from the
prompt, but that is an already existing bug report). 

I have attached a patch, but maybe other OSX users want to confirm.

(file #38921)
    _______________________________________________________

Additional Item Attachment:

File name: OSX_copy_paste_fix.diff        Size:1 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?49571>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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