dotPeek 1.3 - Syntax colouring not working.

I'm using dotPeek 1.3

JetBrains dotPeek 1.3 Build 1.3.20141204.190183 on 2014-12-04 19:48:35Z

I have enabled "Color identifiers", but dotPeek is not colouring any .cs output for me. I restarted dotPeek a couple of times, but still the .cs output is black.

Is there something I've missed?

Cheers.

1
4 comments

I've just tried a different type in my assembly and that one has been coloured.

Not sure why the first file I tired didn't change. Will keep an eye on this.

0

The .cs output which is coloured has something like this at the top:

// Decompiled with JetBrains decompiler
// Type: Foo.Type
// Assembly: FooAssembly, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
// MVID: 7640C0A9-FC6A-476C-A8BC-CC829814A44E
// Assembly location: E:\secret.dll

Whereas the .cs output that does not contain anything like the above text is not coloured.

0

I think I've sorted it.

I unticked "Use debug information for navigation" in the Decompiler section of the Options, and that seems to have sorted things out.

I can alos correctly navigate to methods, etc as per normal.

1
Avatar
Permanently deleted user

Thanks a lot! That's exactly where problem was.

0

Please sign in to leave a comment.