Skip to content

Add EnvDTE.Document events support #5

@3F

Description

@3F

I want to display a dialog box when a file is open from the solution explorer for editing if the code file contains a TODO comment with a specific WORD/TEXT?

Is this possible?
If yes could you give an example?

I've looked through the Wiki and can't figure out if this can be done.

I think it is trivial task if we'll add the mentioned event support by using current implementation even if it is based on commands.

I mean something like aggregation between various event types. Maybe adapter.

For this way, ideally we should get additional layer between final logic and VS

~

-> command events  \                                 / Subscriber1
      . . .         --> Aggregation -> Unified evens ---> Subscriber2
-> document events /                                 \ Subscriber3

But, of course, without possible re-execution i.e. only commands. Commands are commands, events are events; nothing changes;
But! we don't care since we provide script engine, again these commands, etc.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions