-
-
Notifications
You must be signed in to change notification settings - Fork 5
Description
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.