Dyalog / ride

Cross-platform IDE for Dyalog APL
https://dyalog.github.io/ride
MIT License
202 stars 31 forks source link

Bug: OSX Cmd+v/Ctrl+v doesn't work #23

Closed fourier closed 7 years ago

fourier commented 7 years ago

Cannot paste anything to the interpreter window, no reaction on neither Cmd+v nor Ctrl+v.

IDE:
  Version: 4.0.1
  Platform: MacIntel
  Date: 2017-01-05 15:39:08 +0000
  Git commit: 027e5f624db77e10c8d97407a7f168073c9e60fd
  Preferences:{
    "blinkCursor":"0",
    "colourScheme":"B&W",
    "colourSchemes":"[{\"name\":\"B&W\",\"styles\":\"asgn=fg:00f com=fg:088 dfn=fg:00f diam=fg:00f err=fg:f00 fn=fg:008 idm=fg:00f kw=fg:800 lnum=fg:008,bg:f,bgo:1 mod=bg:e,bgo:1 mtch=bg:ff8,bgo:0.5 norm=bg:f,bgo:1 ns=fg:8 num=fg:8 op1=fg:00f op2=fg:00f par=fg:00f quad=fg:808 sel=bg:48e,bgo:0.5 semi=fg:00f sqbr=fg:00f srch=bg:f80,bgo:0.5 str=fg:088 tc=bg:d,bgo:1 trad=fg:8 var=fg:8 zld=fg:008 scmd=fg:00f ucmd=fg:00f vtt=bg:ff0 bcr=bg:0\"}]",
    "favs":"[{\"type\":\"start\",\"ssh_auth_type\":\"pass\",\"ssl\":1,\"exe\":\"/Applications/Dyalog-15.0.app/Contents/Resources/Dyalog/mapl\",\"name\":\"Local Dyalog 15\",\"ssh_tnl_auth_type\":\"pass\"},{\"ssh_auth_type\":\"key\",\"type\":\"start\",\"name\":\"Linode Dyalog 15\",\"ssh\":1,\"port\":\"5122\",\"user\":\"fourier\",\"host\":\"txmhub.com\",\"exe\":\"/usr/bin/dyalog\",\"ssh_key\":\"/Users/alexeyv/.ssh/id_rsa\",\"ssh_tnl_auth_type\":\"key\",\"ssh_tnl_key\":\"/Users/alexeyv/.ssh/id_rsa\",\"ssh_tnl\":1}]",
    "kbdLocale":"en_US_Mac",
    "keys":"{\"WSE\":[\"Ctrl-W\"]}",
    "otherExe":"/usr/bin/dyalog",
    "selectedExe":"/Applications/Dyalog-15.0.app/Contents/Resources/Dyalog/mapl",
    "wse":"1",
    "zoom":"2"
  }

Interpreter:
  Version: 15.0.27700
  Platform: Mac-64
  Edition: Unicode/64
  Date: Jun 29 2016 at 15:58:23
JasonRivers commented 7 years ago

This is related to #17 On OS X, if you don't have the menu then these shortcuts don't work. We will be looking in to the menu issue.