Kyle Hunter
Kyle Hunter
Hello, I think hard word wrapping is a useful feature. There should be an option to enable it, along with a maximum column option. If the text exceeds the maximum...
In code, my constructor looks like this: ``` d this(size_t peerCount, size_t channelLimit, uint incomingBandwidth=0, uint outgoingBandwidth=0) ``` In the ddox documentation for the constructor, it shows up as: ```...
Sometimes syntax highlighting acts like a string literal is unterminated even when it is, after using the `Format on Save` option and saving the file. Steps to reproduce: 1. Enable...
Hi, when I pressed "build" for the first time on a subpackage, it gave me this error: ``` System.NullReferenceException: Object reference not set to an instance of an object Server...
I have some proto files (for protobuf) in my stringImportPaths. It would be nice if I could edit them from Mono-D. Currently, stringImportPaths do not show up in the project....