Skip to content

Problem with highlighting brackets in comments. #7

@subhodeeps

Description

@subhodeeps

Hi,
I noticed a bug.

What Happens?

  • You define a function using Module (or another scoping construct).
  • You comment out the function using (* ... *).
  • When you try to select a bracket (e.g., to check the scope of the function), the function name disappears or gets hidden.

How the Bug Manifests

  • In the first image, the function TestFunction[x_] := Module[{x1}, x1 = x; x1] is commented out, but everything remains visible.
  • In the second image, when you click/select a bracket to check its scope, the name of the scoping construct Module disappears or, rather gets visually merged with colour highlighting the selected text.
Image Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions