m910q
m910q
One more :) `path.is_dir()` returns `true` on files with weird names. Example: `a♪b🌵🚗♡c.txt`
I tested it, but had some issues. Probably related to the `Task` implementation. It works fine in debug, but not release builds. The following seems to have an infinite loop...
This seems to be fixed in the latest nightly, thanks! However after pasting, a single cursor becomes multi-cursor again. This is not aligned with other editors (Tested VS and VS...
It's interesting how different we do things. I can't even think of an example where I find the current version a benefit. Anyway. The reason why editors do this, is...
I have run into a similar issue. It only happens when the code is inside a switch case. ```beef static class Program { static void Test(out int output) { switch...