[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sc-users] bracket matching needed in comments?
i can't select a large code block by double-clicking if i have mismatched brackets inside commented sections. has this always been the case? i don't remember this being an issue before.
a small example - try selecting this code by double clicking.
(
{"some code".postln;};
// { incomplete
(2+2).postln;
)
thanks,
j