Skip to content

[Bug] C# attribute resizing has no effect for files already open when VS launches #398

@stamminator

Description

@stamminator

I am using -3 resizing on C# attributes using Codist's syntax rules. For files that are already open in the editor when Visual Studio launches, this styling does not apply until the file is closed and reopened.

Image

Attributes are the only token I'm seeing this happen with. For example, I'm using +1 sizing for the region name and it's working fine on initial load. Excerpt from my Codist.styles file:

    {
      "Key": "preprocessor text",
      "Bold": true,
      "Italic": true,
      "FontSize": 1.0,
      "ForegroundColor": "#BFBF00"
    },
    {
      "Key": "C#: Attribute notation",
      "FontSize": -3.0
    },

Using Codist 8.1.1.11207

Metadata

Metadata

Assignees

No one assigned

    Labels

    HighlightSyntax highlightno can reproUnable to reproduce the problem

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions