Orvid King
Orvid King
Summary: GTest 1.12.0 adds support for this natively without an extra overload, and having the overload causes compile failures. Differential Revision: D37767744
As the library looks like it should be possible to mark everything as `@nogc`, perhaps it would be a good idea to actually do so? This would give the extra...
Currently, regardless of which part of the text you hover over in the markdown source, IntelliJ IDEA always shows the documentation as being the full path to the current file....
Obviously the user would first have to set the path to `cv2pdb` in the options, but this would make debugging on windows a bit more sane.
Assuming that [this](http://forum.rejectedsoftware.com/groups/rejectedsoftware.dub/thread/5366/) ends up being implemented, then it should become possible to create a nice add-reference window for dub projects. As it is, it would be useful even if...
It would be nice if there was a dub project template. Perhaps it could use dub itself to generate the file?
How to reproduce: Using git HEAD versions of Phobos, and druntime, open `std\regex\package.d`, and find line 343. Once there, tell Xamarin Studio to go to the definition of `StaticRegex`. It...
This is probably a bit more complex than it seems at first, but this could be a useful feature, so I'll suggest it.
It would be nice if with the following code, `wtr` was typed such that it had the members expected of an output range of `char`s: ``` D void mangleTo(OR)(OR wtr)...
Currently if you fold a region comment, close the solution, and then re-open it, the region will no longer be folded. I request that these be persisted across loads, perhaps...