sonic-pi-net / sonic-pi

Code. Music. Live.
https://sonic-pi.net
Other
10.82k stars 922 forks source link

Autocompletion context menu remains after swithing buffer #1175

Closed y8a7 closed 7 years ago

y8a7 commented 8 years ago

If you switch buffer while autocompletion context menu is visible, it remains. v2.10 on Win Thank you all woriking on Sonic Pi!

# this code is not related to this bug at all!
8.times do
  note = (scale :c, :major).tick
  synth :chipbass, note: note, release: 0.5
  sleep 0.5
end

8.times do
  note = (scale :c, :major).tick
  rate = midi_to_hz(note) * 32
  with_fx :bitcrusher, sample_rate: rate do
    synth :tri, note: note, release: 0.5
    sleep 0.5
  end
end
y8a7 commented 8 years ago

My ruby comment is recognized as markdonwn title. lol

y8a7 commented 7 years ago

Autocompletion menu do not remain by clicking or keyboard shorcuts anymore. I think this is fixed many month ago. Sorry for I leave this opened too long.