Skip to content

Make Editor annotations work in lower case #22341

Closed
@kr-g

Description

@kr-g

Problem Description

editor code annotations (available via preferences > editor > advanced settings) only display a marker to the left of line number when case matches.

What steps reproduce the problem?

  1. go to preferences > editor > advanced settings check annotations box, apply and close dialog
  2. go to source editor and create a line "# TODO" and wait a second until a check marker appear left to line number
  3. change the line to "# todo"and wait for a second, the marker will disappear

What is the expected output? What do you see instead?

the marker should not disappear, the application logic should be changed to be case insensitive

Paste Traceback/Error Below (if applicable)

na.

Versions

  • Spyder version: 5.5.5 (pip)
  • Python version: 3.10.12 64-bit
  • Qt version: 5.15.2
  • PyQt5 version: 5.15.9
  • Operating System: Linux-5.15.0-118-generic-x86_64-with-glibc2.35

Dependencies

na.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions