Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想阻止用户在我的插件运行时修改包资源管理器中的选定文件。
如果用户尝试更改文件,则应弹出自定义消息。
实现您自己的编辑器启动器 ( IEditorLauncher),它将显示此消息并将其与您不想修改的文件相关联。
IEditorLauncher
请参阅此SO question中的示例。
另一种可能的方法是现在在包资源管理器中简单地显示这些文件(类似于通过 Java 插件隐藏 .class 文件)。