class library: PriorityQueue - implement removeValue, hide array
[supercollider.git] / editors / scvim / BUGS
blob994469bc863e51b8907204ae1894dec6c654ab2c
1 scvim doesn't properly exit on mac.  The pipe reading and sclang processes still exist after :SClangKill, though the terminal is killed.
3 for some reason there are some things that if you send via visual block they
4 work, but if you send via the send block function F5, it doesn't.
6 if you try to send things like this by using the send block function F5
7 foo (
8                         things i want to send
9                 ) bar
11 you'll send foo and bar too, that function currently sends the whole line