pirocks

Results 41 comments of pirocks

Yes it does refer to mago-mi.

Thanks. I've noticed another unrelated issue. See #15.

Would just like to add that sublime text keybindings would be nice. Aka ctrl+d to select occurrences of a word. ctrl + l to select a line ctrl + u...

I've noticed this problem, but have yet to fix/investigate.

This issue is caused by net.masterthought.dlanguage.highlighting.annotation.external.DExternalAnnotator#doAnnotate trying to save all files, in order to sync the displayed files and the files that the external annotators are annotating. When in the...

@benjo456 Do you have "Reformat Code", "Perform Code Analysis", "Optimize Imports", or "Cleanup", enabled in the commit dialog? If so the issue is likely the same as before, which is...

I've been trying to reproduce this and haven't been able. What OS are you on/what versions of dcd/dfmt/dscanner/dub/dmd are you using?

Is #127, related to this issue or a separate issue? Ideally we'd also have the runtime in the sourcepath, since go to definition can now resolve stuff like Object, string,...

> `C:\D\dmd2\src\druntime` is now added when on Windows. It needs to be `C:\D\dmd2\src\druntime\import`, to get the correct druntime files. Sorry I should have stated it explicitly.

Old documentation: http://www.digitalmars.com/d/1.0/dmd-osx.html According to the old documentation, the Max docs path should be at `dmd/html/d/ `, so `/Library/D/dmd/html/d` on your machine.