Blender code question.

Hello.
I have a simple question, the todos marked as “XXX” in the blender code files are listed somewhere?

For example in this file on line 2687.
source\blender\windowmanager\intern\wm_event_system.c

Thanks in advance.

AFAIK they are not.
If you want to work on some of them, best is to just do a search through the code (e.g. using your IDE or grep). Problem is, some of them need a deeper investigation or even a rewrite of the system beneath, so they’re often not easy to solve. I’d esp. dissuade to work on the event system if you don’t have any experience with it. Things can be really confusing or explosive in there (do a minimal change - everything breaks).
That doesn’t mean there aren’t any easier ones, and we’d appreciate any help with them :slight_smile: